OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'app_base_target': 0, | 8 'app_base_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'clipboard/clipboard_mac.mm', | 109 'clipboard/clipboard_mac.mm', |
110 'clipboard/clipboard_util_win.cc', | 110 'clipboard/clipboard_util_win.cc', |
111 'clipboard/clipboard_util_win.h', | 111 'clipboard/clipboard_util_win.h', |
112 'clipboard/clipboard_win.cc', | 112 'clipboard/clipboard_win.cc', |
113 'clipboard/scoped_clipboard_writer.cc', | 113 'clipboard/scoped_clipboard_writer.cc', |
114 'clipboard/scoped_clipboard_writer.h', | 114 'clipboard/scoped_clipboard_writer.h', |
115 'combobox_model.h', | 115 'combobox_model.h', |
116 'drag_drop_types_gtk.cc', | 116 'drag_drop_types_gtk.cc', |
117 'drag_drop_types_win.cc', | 117 'drag_drop_types_win.cc', |
118 'drag_drop_types.h', | 118 'drag_drop_types.h', |
119 'event_synthesis_gtk.cc', | |
120 'event_synthesis_gtk.h', | |
121 'file_download_interface.h', | 119 'file_download_interface.h', |
122 'gfx/font_util.h', | 120 'gfx/font_util.h', |
123 'gfx/font_util.cc', | 121 'gfx/font_util.cc', |
124 'gfx/gl/gl_bindings.h', | 122 'gfx/gl/gl_bindings.h', |
125 'gfx/gl/gl_context.cc', | 123 'gfx/gl/gl_context.cc', |
126 'gfx/gl/gl_context.h', | 124 'gfx/gl/gl_context.h', |
127 'gfx/gl/gl_context_linux.cc', | 125 'gfx/gl/gl_context_linux.cc', |
128 'gfx/gl/gl_context_mac.cc', | 126 'gfx/gl/gl_context_mac.cc', |
129 'gfx/gl/gl_context_osmesa.cc', | 127 'gfx/gl/gl_context_osmesa.cc', |
130 'gfx/gl/gl_context_osmesa.h', | 128 'gfx/gl/gl_context_osmesa.h', |
131 'gfx/gl/gl_context_stub.h', | 129 'gfx/gl/gl_context_stub.h', |
132 'gfx/gl/gl_context_win.cc', | 130 'gfx/gl/gl_context_win.cc', |
133 'gfx/gl/gl_headers.h', | 131 'gfx/gl/gl_headers.h', |
134 'gfx/gl/gl_implementation.cc', | 132 'gfx/gl/gl_implementation.cc', |
135 'gfx/gl/gl_implementation.h', | 133 'gfx/gl/gl_implementation.h', |
136 'gfx/gl/gl_implementation_linux.cc', | 134 'gfx/gl/gl_implementation_linux.cc', |
137 'gfx/gl/gl_implementation_mac.cc', | 135 'gfx/gl/gl_implementation_mac.cc', |
138 'gfx/gl/gl_implementation_win.cc', | 136 'gfx/gl/gl_implementation_win.cc', |
139 'gfx/gl/gl_interface.h', | 137 'gfx/gl/gl_interface.h', |
140 'gfx/gl/gl_interface.cc', | 138 'gfx/gl/gl_interface.cc', |
141 'gfx/gl/gl_mock.h', | 139 'gfx/gl/gl_mock.h', |
142 'gtk_dnd_util.cc', | 140 'gtk_dnd_util.cc', |
143 'gtk_dnd_util.h', | 141 'gtk_dnd_util.h', |
144 'gtk_signal.h', | 142 'gtk_signal.h', |
145 'gtk_signal_registrar.cc', | 143 'gtk_signal_registrar.cc', |
146 'gtk_signal_registrar.h', | 144 'gtk_signal_registrar.h', |
147 'gtk_util.cc', | 145 'gtk_util.cc', |
148 'gtk_util.h', | 146 'gtk_util.h', |
149 'keyboard_code_conversion.cc', | |
150 'keyboard_code_conversion.h', | |
151 'keyboard_code_conversion_gtk.cc', | |
152 'keyboard_code_conversion_gtk.h', | |
153 'keyboard_code_conversion_mac.mm', | |
154 'keyboard_code_conversion_mac.h', | |
155 'keyboard_code_conversion_win.cc', | |
156 'keyboard_code_conversion_win.h', | |
157 'keyboard_codes.h', | |
158 'keyboard_codes_win.h', | |
159 'keyboard_codes_posix.h', | |
160 'l10n_util.cc', | 147 'l10n_util.cc', |
161 'l10n_util.h', | 148 'l10n_util.h', |
162 'l10n_util_mac.h', | 149 'l10n_util_mac.h', |
163 'l10n_util_mac.mm', | 150 'l10n_util_mac.mm', |
164 'l10n_util_posix.cc', | 151 'l10n_util_posix.cc', |
165 'l10n_util_win.cc', | 152 'l10n_util_win.cc', |
166 'l10n_util_win.h', | 153 'l10n_util_win.h', |
167 'linear_animation.cc', | 154 'linear_animation.cc', |
168 'linear_animation.h', | 155 'linear_animation.h', |
169 'menus/accelerator.h', | 156 'menus/accelerator.h', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 }], | 298 }], |
312 ['OS=="linux"', { | 299 ['OS=="linux"', { |
313 'sources': [ | 300 'sources': [ |
314 'gfx/gl/gl_context_egl.cc', | 301 'gfx/gl/gl_context_egl.cc', |
315 'gfx/gl/gl_context_egl.h', | 302 'gfx/gl/gl_context_egl.h', |
316 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', | 303 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', |
317 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', | 304 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', |
318 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', | 305 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc', |
319 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', | 306 '<(gl_binding_output_dir)/gl_bindings_autogen_glx.h', |
320 ], | 307 ], |
321 'sources!': [ | |
322 'keyboard_code_conversion_mac.mm', | |
323 'keyboard_code_conversion_mac.h', | |
324 'keyboard_codes_win.h', | |
325 ], | |
326 'include_dirs': [ | 308 'include_dirs': [ |
327 # We don't use angle, but pull the EGL/GLES headers from there. | 309 # We don't use angle, but pull the EGL/GLES headers from there. |
328 '../third_party/angle/include', | 310 '../third_party/angle/include', |
329 ], | 311 ], |
330 'all_dependent_settings': { | 312 'all_dependent_settings': { |
331 'defines': [ | 313 'defines': [ |
332 'GL_GLEXT_PROTOTYPES', | 314 'GL_GLEXT_PROTOTYPES', |
333 ], | 315 ], |
334 'ldflags': [ | 316 'ldflags': [ |
335 '-L<(PRODUCT_DIR)', | 317 '-L<(PRODUCT_DIR)', |
336 ], | 318 ], |
337 'link_settings': { | 319 'link_settings': { |
338 'libraries': [ | 320 'libraries': [ |
339 '-lX11', | 321 '-lX11', |
340 '-ldl', | 322 '-ldl', |
341 ], | 323 ], |
342 }, | 324 }, |
343 }, | 325 }, |
344 }], | 326 }], |
345 ['OS=="mac"', { | 327 ['OS=="mac"', { |
346 'link_settings': { | 328 'link_settings': { |
347 'libraries': [ | 329 'libraries': [ |
348 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 330 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
349 ], | 331 ], |
350 }, | 332 }, |
351 'sources!': [ | |
352 'event_synthesis_gtk.cc', | |
353 'event_synthesis_gtk.h', | |
354 'keyboard_code_conversion_gtk.cc', | |
355 'keyboard_code_conversion_gtk.h', | |
356 'keyboard_codes_win.h', | |
357 ], | |
358 }], | 333 }], |
359 ['OS=="win"', { | 334 ['OS=="win"', { |
360 'include_dirs': [ | 335 'include_dirs': [ |
361 '../third_party/angle/include', | 336 '../third_party/angle/include', |
362 ], | 337 ], |
363 'sources': [ | 338 'sources': [ |
364 'gfx/gl/gl_context_egl.cc', | 339 'gfx/gl/gl_context_egl.cc', |
365 'gfx/gl/gl_context_egl.h', | 340 'gfx/gl/gl_context_egl.h', |
366 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', | 341 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', |
367 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', | 342 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', |
368 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', | 343 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', |
369 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', | 344 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', |
370 ], | 345 ], |
371 'sources!': [ | |
372 'event_synthesis_gtk.cc', | |
373 'event_synthesis_gtk.h', | |
374 'keyboard_code_conversion_gtk.cc', | |
375 'keyboard_code_conversion_gtk.h', | |
376 'keyboard_code_conversion_mac.mm', | |
377 'keyboard_code_conversion_mac.h', | |
378 'keyboard_codes_posix.h', | |
379 ], | |
380 }], | 346 }], |
381 ], | 347 ], |
382 }, | 348 }, |
383 ], | 349 ], |
384 'conditions': [ | 350 'conditions': [ |
385 ['OS=="win"', { | 351 ['OS=="win"', { |
386 'targets': [ | 352 'targets': [ |
387 { | 353 { |
388 'target_name': 'app_base_nacl_win64', | 354 'target_name': 'app_base_nacl_win64', |
389 'type': '<(library)', | 355 'type': '<(library)', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'configurations': { | 389 'configurations': { |
424 'Common_Base': { | 390 'Common_Base': { |
425 'msvs_target_platform': 'x64', | 391 'msvs_target_platform': 'x64', |
426 }, | 392 }, |
427 }, | 393 }, |
428 }, | 394 }, |
429 ], | 395 ], |
430 }], | 396 }], |
431 ], | 397 ], |
432 } | 398 } |
OLD | NEW |