| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 ], | 531 ], |
| 532 }], | 532 }], |
| 533 ['OS=="mac"', { | 533 ['OS=="mac"', { |
| 534 'dependencies': [ | 534 'dependencies': [ |
| 535 '../breakpad/breakpad.gyp:dump_syms#host', | 535 '../breakpad/breakpad.gyp:dump_syms#host', |
| 536 '../content/content_shell_and_tests.gyp:layout_test_helper', | 536 '../content/content_shell_and_tests.gyp:layout_test_helper', |
| 537 ], | 537 ], |
| 538 }], | 538 }], |
| 539 ['OS=="linux"', { | 539 ['OS=="linux"', { |
| 540 'dependencies': [ | 540 'dependencies': [ |
| 541 '../breakpad/breakpad.gyp:dump_syms', | 541 '../breakpad/breakpad.gyp:dump_syms#host', |
| 542 ], | 542 ], |
| 543 }], | 543 }], |
| 544 ], | 544 ], |
| 545 }, # target_name: blink_tests | 545 }, # target_name: blink_tests |
| 546 ], | 546 ], |
| 547 }], # OS!=ios | 547 }], # OS!=ios |
| 548 ['OS!="ios" and OS!="android" and chromecast==0', { | 548 ['OS!="ios" and OS!="android" and chromecast==0', { |
| 549 'targets': [ | 549 'targets': [ |
| 550 { | 550 { |
| 551 'target_name': 'chromium_builder_nacl_win_integration', | 551 'target_name': 'chromium_builder_nacl_win_integration', |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 'dependencies': [ | 1374 'dependencies': [ |
| 1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1376 '../ui/views/views.gyp:views', | 1376 '../ui/views/views.gyp:views', |
| 1377 '../ui/views/views.gyp:views_unittests', | 1377 '../ui/views/views.gyp:views_unittests', |
| 1378 ], | 1378 ], |
| 1379 }, # target_name: macviews_builder | 1379 }, # target_name: macviews_builder |
| 1380 ], # targets | 1380 ], # targets |
| 1381 }], # os=='mac' and toolkit_views==1 | 1381 }], # os=='mac' and toolkit_views==1 |
| 1382 ], # conditions | 1382 ], # conditions |
| 1383 } | 1383 } |
| OLD | NEW |