| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'gtk_util.cc', | 146 'gtk_util.cc', |
| 147 'gtk_util.h', | 147 'gtk_util.h', |
| 148 'keyboard_code_conversion.cc', | 148 'keyboard_code_conversion.cc', |
| 149 'keyboard_code_conversion.h', | 149 'keyboard_code_conversion.h', |
| 150 'keyboard_code_conversion_gtk.cc', | 150 'keyboard_code_conversion_gtk.cc', |
| 151 'keyboard_code_conversion_gtk.h', | 151 'keyboard_code_conversion_gtk.h', |
| 152 'keyboard_code_conversion_mac.mm', | 152 'keyboard_code_conversion_mac.mm', |
| 153 'keyboard_code_conversion_mac.h', | 153 'keyboard_code_conversion_mac.h', |
| 154 'keyboard_code_conversion_win.cc', | 154 'keyboard_code_conversion_win.cc', |
| 155 'keyboard_code_conversion_win.h', | 155 'keyboard_code_conversion_win.h', |
| 156 'keyboard_code_conversion_x.cc', |
| 157 'keyboard_code_conversion_x.h', |
| 156 'keyboard_codes.h', | 158 'keyboard_codes.h', |
| 157 'keyboard_codes_win.h', | 159 'keyboard_codes_win.h', |
| 158 'keyboard_codes_posix.h', | 160 'keyboard_codes_posix.h', |
| 159 'l10n_util.cc', | 161 'l10n_util.cc', |
| 160 'l10n_util.h', | 162 'l10n_util.h', |
| 161 'l10n_util_mac.h', | 163 'l10n_util_mac.h', |
| 162 'l10n_util_mac.mm', | 164 'l10n_util_mac.mm', |
| 163 'l10n_util_posix.cc', | 165 'l10n_util_posix.cc', |
| 164 'l10n_util_win.cc', | 166 'l10n_util_win.cc', |
| 165 'l10n_util_win.h', | 167 'l10n_util_win.h', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'link_settings': { | 359 'link_settings': { |
| 358 'libraries': [ | 360 'libraries': [ |
| 359 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 361 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 360 ], | 362 ], |
| 361 }, | 363 }, |
| 362 'sources!': [ | 364 'sources!': [ |
| 363 'event_synthesis_gtk.cc', | 365 'event_synthesis_gtk.cc', |
| 364 'event_synthesis_gtk.h', | 366 'event_synthesis_gtk.h', |
| 365 'keyboard_code_conversion_gtk.cc', | 367 'keyboard_code_conversion_gtk.cc', |
| 366 'keyboard_code_conversion_gtk.h', | 368 'keyboard_code_conversion_gtk.h', |
| 369 'keyboard_code_conversion_x.cc', |
| 370 'keyboard_code_conversion_x.h', |
| 367 'keyboard_codes_win.h', | 371 'keyboard_codes_win.h', |
| 368 ], | 372 ], |
| 369 }], | 373 }], |
| 370 ['OS=="win"', { | 374 ['OS=="win"', { |
| 371 'include_dirs': [ | 375 'include_dirs': [ |
| 372 '../third_party/angle/include', | 376 '../third_party/angle/include', |
| 373 ], | 377 ], |
| 374 'sources': [ | 378 'sources': [ |
| 375 'gfx/gl/gl_context_egl.cc', | 379 'gfx/gl/gl_context_egl.cc', |
| 376 'gfx/gl/gl_context_egl.h', | 380 'gfx/gl/gl_context_egl.h', |
| 377 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', | 381 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.cc', |
| 378 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', | 382 '<(gl_binding_output_dir)/gl_bindings_autogen_egl.h', |
| 379 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', | 383 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.cc', |
| 380 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', | 384 '<(gl_binding_output_dir)/gl_bindings_autogen_wgl.h', |
| 381 ], | 385 ], |
| 382 'sources!': [ | 386 'sources!': [ |
| 383 'event_synthesis_gtk.cc', | 387 'event_synthesis_gtk.cc', |
| 384 'event_synthesis_gtk.h', | 388 'event_synthesis_gtk.h', |
| 385 'keyboard_code_conversion_gtk.cc', | 389 'keyboard_code_conversion_gtk.cc', |
| 386 'keyboard_code_conversion_gtk.h', | 390 'keyboard_code_conversion_gtk.h', |
| 387 'keyboard_code_conversion_mac.mm', | 391 'keyboard_code_conversion_mac.mm', |
| 388 'keyboard_code_conversion_mac.h', | 392 'keyboard_code_conversion_mac.h', |
| 393 'keyboard_code_conversion_x.cc', |
| 394 'keyboard_code_conversion_x.h', |
| 389 'keyboard_codes_posix.h', | 395 'keyboard_codes_posix.h', |
| 390 ], | 396 ], |
| 391 }], | 397 }], |
| 392 ], | 398 ], |
| 393 }, | 399 }, |
| 394 ], | 400 ], |
| 395 'conditions': [ | 401 'conditions': [ |
| 396 ['OS=="win"', { | 402 ['OS=="win"', { |
| 397 'targets': [ | 403 'targets': [ |
| 398 { | 404 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 'configurations': { | 440 'configurations': { |
| 435 'Common_Base': { | 441 'Common_Base': { |
| 436 'msvs_target_platform': 'x64', | 442 'msvs_target_platform': 'x64', |
| 437 }, | 443 }, |
| 438 }, | 444 }, |
| 439 }, | 445 }, |
| 440 ], | 446 ], |
| 441 }], | 447 }], |
| 442 ], | 448 ], |
| 443 } | 449 } |
| OLD | NEW |