forked from adobe/brackets-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appshell_paths.gypi
executable file
·408 lines (405 loc) · 15.9 KB
/
appshell_paths.gypi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# Copyright (c) 2011 The Chromium Embedded Framework Authors. All rights
# reserved. Use of this source code is governed by a BSD-style license that
# can be found in the LICENSE file.
{
'includes': [
# Bring in the autogenerated source file lists.
'deps/cef/cef_paths.gypi',
],
'variables': {
'includes_common': [
'include/base/cef_atomic_ref_count.h',
'include/base/cef_atomicops.h',
'include/base/cef_basictypes.h',
'include/base/cef_bind.h',
'include/base/cef_bind_helpers.h',
'include/base/cef_build.h',
'include/base/cef_callback.h',
'include/base/cef_callback_forward.h',
'include/base/cef_callback_helpers.h',
'include/base/cef_callback_list.h',
'include/base/cef_cancelable_callback.h',
'include/base/cef_lock.h',
'include/base/cef_logging.h',
'include/base/cef_macros.h',
'include/base/cef_move.h',
'include/base/cef_platform_thread.h',
'include/base/cef_ref_counted.h',
'include/base/cef_scoped_ptr.h',
'include/base/cef_string16.h',
'include/base/cef_template_util.h',
'include/base/cef_thread_checker.h',
'include/base/cef_thread_collision_warner.h',
'include/base/cef_trace_event.h',
'include/base/cef_tuple.h',
'include/base/cef_weak_ptr.h',
'include/base/internal/cef_bind_internal.h',
'include/base/internal/cef_callback_internal.h',
'include/base/internal/cef_lock_impl.h',
'include/base/internal/cef_raw_scoped_refptr_mismatch_checker.h',
'include/base/internal/cef_thread_checker_impl.h',
'include/cef_base.h',
'include/cef_pack_resources.h',
'include/cef_pack_strings.h',
'include/cef_runnable.h',
'include/cef_version.h',
'include/internal/cef_export.h',
'include/internal/cef_logging_internal.h',
'include/internal/cef_ptr.h',
'include/internal/cef_string.h',
'include/internal/cef_string_list.h',
'include/internal/cef_string_map.h',
'include/internal/cef_string_multimap.h',
'include/internal/cef_string_types.h',
'include/internal/cef_string_wrappers.h',
'include/internal/cef_thread_internal.h',
'include/internal/cef_time.h',
'include/internal/cef_trace_event_internal.h',
'include/internal/cef_types.h',
'include/internal/cef_types_wrappers.h',
'<@(autogen_cpp_includes)',
],
'includes_capi': [
'include/capi/cef_base_capi.h',
'<@(autogen_capi_includes)',
],
'includes_wrapper': [
'include/wrapper/cef_byte_read_handler.h',
'include/wrapper/cef_closure_task.h',
'include/wrapper/cef_helpers.h',
'include/wrapper/cef_message_router.h',
'include/wrapper/cef_resource_manager.h',
'include/wrapper/cef_stream_resource_handler.h',
'include/wrapper/cef_xml_object.h',
'include/wrapper/cef_zip_archive.h',
],
'includes_win': [
'include/base/internal/cef_atomicops_x86_msvc.h',
'include/base/internal/cef_bind_internal_win.h',
'include/cef_sandbox_win.h',
'include/internal/cef_types_win.h',
'include/internal/cef_win.h',
],
'includes_mac': [
'include/base/internal/cef_atomicops_atomicword_compat.h',
'include/base/internal/cef_atomicops_mac.h',
'include/cef_application_mac.h',
'include/internal/cef_mac.h',
'include/internal/cef_types_mac.h',
],
'includes_linux': [
'include/base/internal/cef_atomicops_atomicword_compat.h',
'include/base/internal/cef_atomicops_x86_gcc.h',
'include/internal/cef_linux.h',
'include/internal/cef_types_linux.h',
],
'libcef_sources_common': [
'libcef_dll/cpptoc/cpptoc.h',
'libcef_dll/ctocpp/base_ctocpp.cc',
'libcef_dll/ctocpp/base_ctocpp.h',
'libcef_dll/ctocpp/ctocpp.h',
'libcef_dll/libcef_dll.cc',
'libcef_dll/libcef_dll2.cc',
'libcef_dll/resource.h',
'libcef_dll/transfer_util.cc',
'libcef_dll/transfer_util.h',
'libcef_dll/wrapper_types.h',
'<@(autogen_library_side)',
],
'libcef_dll_wrapper_sources_common': [
'libcef_dll/base/cef_atomicops_x86_gcc.cc',
'libcef_dll/base/cef_bind_helpers.cc',
'libcef_dll/base/cef_callback_helpers.cc',
'libcef_dll/base/cef_callback_internal.cc',
'libcef_dll/base/cef_lock.cc',
'libcef_dll/base/cef_lock_impl.cc',
'libcef_dll/base/cef_logging.cc',
'libcef_dll/base/cef_ref_counted.cc',
'libcef_dll/base/cef_string16.cc',
'libcef_dll/base/cef_thread_checker_impl.cc',
'libcef_dll/base/cef_thread_collision_warner.cc',
'libcef_dll/base/cef_weak_ptr.cc',
'libcef_dll/cpptoc/base_cpptoc.cc',
'libcef_dll/cpptoc/base_cpptoc.h',
'libcef_dll/cpptoc/cpptoc.h',
'libcef_dll/ctocpp/ctocpp.h',
'libcef_dll/transfer_util.cc',
'libcef_dll/transfer_util.h',
'libcef_dll/wrapper_types.h',
'libcef_dll/wrapper/cef_browser_info_map.h',
'libcef_dll/wrapper/cef_byte_read_handler.cc',
'libcef_dll/wrapper/cef_closure_task.cc',
'libcef_dll/wrapper/cef_message_router.cc',
'libcef_dll/wrapper/cef_resource_manager.cc',
'libcef_dll/wrapper/cef_stream_resource_handler.cc',
'libcef_dll/wrapper/cef_xml_object.cc',
'libcef_dll/wrapper/cef_zip_archive.cc',
'libcef_dll/wrapper/libcef_dll_wrapper.cc',
'libcef_dll/wrapper/libcef_dll_wrapper2.cc',
'<@(autogen_client_side)',
],
'appshell_sources_browser': [
'appshell/browser/client_types.h',
'appshell/browser/resource.h',
'appshell/browser/resource_util.h',
],
'appshell_sources_browser_linux': [
'appshell/browser/browser_window.cc',
'appshell/browser/browser_window.h',
'appshell/browser/bytes_write_handler.cc',
'appshell/browser/bytes_write_handler.h',
'appshell/browser/client_app_browser.cc',
'appshell/browser/client_app_browser.h',
'appshell/browser/client_app_delegates_browser.cc',
'appshell/browser/client_handler.cc',
'appshell/browser/client_handler.h',
'appshell/browser/client_handler_std.cc',
'appshell/browser/client_handler_std.h',
'appshell/browser/geometry_util.cc',
'appshell/browser/geometry_util.h',
'appshell/browser/main_context.cc',
'appshell/browser/main_context.h',
'appshell/browser/main_context_impl.cc',
'appshell/browser/main_context_impl.h',
'appshell/browser/main_message_loop.h',
'appshell/browser/main_message_loop.cc',
'appshell/browser/main_message_loop_std.h',
'appshell/browser/main_message_loop_std.cc',
'appshell/browser/root_window.cc',
'appshell/browser/root_window.h',
'appshell/browser/root_window_manager.cc',
'appshell/browser/root_window_manager.h',
'appshell/browser/temp_window.h',
],
'appshell_sources_common_helper': [
'appshell/common/client_switches.cc',
'appshell/common/client_switches.h',
'appshell/appshell_extension_handler.h',
'appshell/appshell_extensions.cpp',
'appshell/appshell_extensions.h',
'appshell/appshell_extensions_platform.h',
'appshell/appshell_extensions_platform.cpp',
'appshell/appshell_extensions.js',
'appshell/appshell_helpers.h',
'appshell/appshell_node_process.h',
'appshell/appshell_node_process_internal.h',
'appshell/appshell_node_process.cpp',
'appshell/command_callbacks.h',
'appshell/config.h',
'appshell/client_app.cpp',
'appshell/client_app.h',
'appshell/client_app_delegates.cpp',
'appshell/client_handler.cpp',
'appshell/client_handler.h',
'appshell/native_menu_model.cpp',
'appshell/native_menu_model.h',
'appshell/update.h',
'appshell/update.cpp',
],
'appshell_sources_common': [
'appshell/cefclient.cpp',
'appshell/cefclient.h',
'<@(appshell_sources_common_helper)',
],
'appshell_sources_common_linux': [
'appshell/common/client_app.cc',
'appshell/common/client_app.h',
'appshell/common/client_app_delegates_common.cc',
'appshell/common/client_app_other.cc',
'appshell/common/client_app_other.h',
],
'appshell_sources_renderer': [
],
'appshell_sources_renderer_linux': [
'appshell/renderer/client_app_delegates_renderer.cc',
'appshell/renderer/client_app_renderer.cc',
'appshell/renderer/client_app_renderer.h',
'appshell/renderer/client_renderer.cc',
'appshell/renderer/client_renderer.h',
],
'appshell_sources_resources': [
],
'appshell_sources_win': [
'appshell/browser/resource_util_win.cc',
'appshell/appshell_extensions_win.cpp',
'appshell/appshell_node_process_win.cpp',
'appshell/cefclient.rc',
'appshell/version.rc',
'appshell/cefclient_win.cpp',
'appshell/appshell_helpers_win.cpp',
'appshell/client_handler_win.cpp',
'appshell/res/appshell.ico',
'appshell/cef_buffered_dc.h',
'appshell/cef_dark_aero_window.cpp',
'appshell/cef_dark_aero_window.h',
'appshell/cef_dark_window.cpp',
'appshell/cef_dark_window.h',
'appshell/cef_host_window.cpp',
'appshell/cef_host_window.h',
'appshell/cef_main_window.cpp',
'appshell/cef_main_window.h',
'appshell/cef_popup_window.cpp',
'appshell/cef_popup_window.h',
'appshell/cef_registry.cpp',
'appshell/cef_registry.h',
'appshell/cef_window.cpp',
'appshell/cef_window.h',
'appshell/update_win.cpp',
'appshell/res/close-hover.png',
'appshell/res/close.png',
'appshell/res/max-hover.png',
'appshell/res/max.png',
'appshell/res/min-hover.png',
'appshell/res/min.png',
'appshell/res/restore-hover.png',
'appshell/res/restore.png',
'appshell/res/close-pressed.png',
'appshell/res/max-pressed.png',
'appshell/res/min-pressed.png',
'appshell/res/restore-pressed.png',
'<@(appshell_sources_browser)',
'<@(appshell_sources_common)',
'<@(appshell_sources_renderer)',
'<@(appshell_sources_resources)',
],
'appshell_sources_mac': [
'appshell/browser/resource_util_mac.mm',
'appshell/browser/resource_util_posix.cc',
'appshell/client_colors_mac.h',
'appshell/TrafficLightButton.h',
'appshell/TrafficLightButton.mm',
'appshell/TrafficLightsView.h',
'appshell/TrafficLightsView.mm',
'appshell/TrafficLightsViewController.h',
'appshell/TrafficLightsViewController.mm',
'appshell/CustomTitlebarView.h',
'appshell/CustomTitlebarView.m',
'appshell/FullScreenButton.h',
'appshell/FullScreenButton.mm',
'appshell/FullScreenView.h',
'appshell/FullScreenView.mm',
'appshell/FullScreenViewController.h',
'appshell/FullScreenViewController.mm',
'appshell/appshell_extensions_mac.mm',
'appshell/appshell_node_process_mac.mm',
'appshell/appshell_helpers_mac.mm',
'appshell/cefclient_mac.mm',
'appshell/client_handler_mac.mm',
'appshell/update_mac.mm',
'<@(appshell_sources_browser)',
'<@(appshell_sources_common)',
],
'appshell_sources_mac_helper': [
'appshell/TrafficLightButton.h',
'appshell/TrafficLightButton.mm',
'appshell/TrafficLightsView.h',
'appshell/TrafficLightsView.mm',
'appshell/TrafficLightsViewController.h',
'appshell/TrafficLightsViewController.mm',
'appshell/CustomTitlebarView.h',
'appshell/CustomTitlebarView.m',
'appshell/FullScreenButton.h',
'appshell/FullScreenButton.mm',
'appshell/FullScreenView.h',
'appshell/FullScreenView.mm',
'appshell/FullScreenViewController.h',
'appshell/FullScreenViewController.mm',
'appshell/appshell_extensions_mac.mm',
'appshell/appshell_node_process_mac.mm',
'appshell/appshell_helpers_mac.mm',
'appshell/client_handler_mac.mm',
'appshell/process_helper_mac.cpp',
'appshell/update_mac.mm',
'<@(appshell_sources_common_helper)',
'<@(appshell_sources_renderer)',
],
'appshell_bundle_resources_mac': [
'appshell/mac/appshell.icns',
'appshell/mac/English.lproj/InfoPlist.strings',
'appshell/mac/English.lproj/MainMenu.xib',
'appshell/mac/TrafficLights.xib',
'appshell/mac/FullScreen.xib',
'appshell/mac/French.lproj/InfoPlist.strings',
'appshell/mac/French.lproj/MainMenu.xib',
'appshell/mac/Japanese.lproj/InfoPlist.strings',
'appshell/mac/Japanese.lproj/MainMenu.xib',
'appshell/mac/Info.plist',
'appshell/appshell_extensions.js',
'appshell/mac/brackets.sh',
'appshell/mac/window-close-active.png',
'appshell/mac/window-close-active@2x.png',
'appshell/mac/window-close-dirty-active.png',
'appshell/mac/window-close-dirty-active@2x.png',
'appshell/mac/window-close-dirty-hover.png',
'appshell/mac/window-close-dirty-hover@2x.png',
'appshell/mac/window-close-dirty-inactive.png',
'appshell/mac/window-close-dirty-inactive@2x.png',
'appshell/mac/window-close-dirty-pressed.png',
'appshell/mac/window-close-dirty-pressed@2x.png',
'appshell/mac/window-close-hover.png',
'appshell/mac/window-close-hover@2x.png',
'appshell/mac/window-close-inactive.png',
'appshell/mac/window-close-inactive@2x.png',
'appshell/mac/window-close-pressed.png',
'appshell/mac/window-close-pressed@2x.png',
'appshell/mac/window-minimize-active.png',
'appshell/mac/window-minimize-active@2x.png',
'appshell/mac/window-minimize-hover.png',
'appshell/mac/window-minimize-hover@2x.png',
'appshell/mac/window-minimize-inactive.png',
'appshell/mac/window-minimize-inactive@2x.png',
'appshell/mac/window-minimize-pressed.png',
'appshell/mac/window-minimize-pressed@2x.png',
'appshell/mac/window-zoom-active.png',
'appshell/mac/window-zoom-active@2x.png',
'appshell/mac/window-zoom-hover.png',
'appshell/mac/window-zoom-hover@2x.png',
'appshell/mac/window-zoom-inactive.png',
'appshell/mac/window-zoom-inactive@2x.png',
'appshell/mac/window-zoom-pressed.png',
'appshell/mac/window-zoom-pressed@2x.png',
'appshell/mac/window-fullscreen-pressed.png',
'appshell/mac/window-fullscreen-pressed@2x.png',
'appshell/mac/window-fullscreen-hover.png',
'appshell/mac/window-fullscreen-hover@2x.png',
'appshell/mac/window-fullscreen-active.png',
'appshell/mac/window-fullscreen-active@2x.png',
'appshell/mac/window-fullscreen-inactive.png',
'appshell/mac/window-fullscreen-inactive@2x.png',
'<@(appshell_sources_resources)',
],
'appshell_sources_linux': [
'appshell/browser/browser_window_std_gtk.cc',
'appshell/browser/browser_window_std_gtk.h',
'appshell/browser/dialog_handler_gtk.cc',
'appshell/browser/dialog_handler_gtk.h',
'appshell/browser/main_context_impl_posix.cc',
'appshell/browser/print_handler_gtk.cc',
'appshell/browser/print_handler_gtk.h',
'appshell/browser/resource_util_linux.cc',
'appshell/browser/resource_util_posix.cc',
'appshell/browser/root_window_gtk.cc',
'appshell/browser/root_window_gtk.h',
'appshell/browser/temp_window_x11.cc',
'appshell/browser/temp_window_x11.h',
'appshell/cefclient_gtk.cc',
'appshell/appshell_extensions_gtk.cpp',
'appshell/appshell_node_process_linux.cpp',
'appshell/appshell_helpers_gtk.cpp',
'appshell/client_handler_gtk.cpp',
'<@(appshell_sources_browser)',
'<@(appshell_sources_browser_linux)',
'<@(appshell_sources_common)',
'<@(appshell_sources_common_linux)',
'<@(appshell_sources_renderer)',
'<@(appshell_sources_renderer_linux)',
],
'appshell_bundle_resources_linux': [
'appshell/res/appshell32.png',
'appshell/res/appshell48.png',
'appshell/res/appshell128.png',
'appshell/res/appshell256.png',
'<@(appshell_sources_resources)',
],
},
}