| 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', | 526 '../content/content_shell_and_tests.gyp:content_shell_crash_serv
ice', |
| 527 ], | 527 ], |
| 528 }], | 528 }], |
| 529 ['OS!="win" and OS!="android"', { | 529 ['OS!="win" and OS!="android"', { |
| 530 'dependencies': [ | 530 'dependencies': [ |
| 531 '../breakpad/breakpad.gyp:minidump_stackwalk', | 531 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 532 ], | 532 ], |
| 533 }], | 533 }], |
| 534 ['OS=="mac"', { | 534 ['OS=="mac"', { |
| 535 'dependencies': [ | 535 'dependencies': [ |
| 536 '../components/test_runner/test_runner.gyp:layout_test_helper', | |
| 537 '../breakpad/breakpad.gyp:dump_syms#host', | 536 '../breakpad/breakpad.gyp:dump_syms#host', |
| 538 ], | 537 ], |
| 539 }], | 538 }], |
| 540 ['OS=="linux"', { | 539 ['OS=="linux"', { |
| 541 'dependencies': [ | 540 'dependencies': [ |
| 542 '../breakpad/breakpad.gyp:dump_syms#host', | 541 '../breakpad/breakpad.gyp:dump_syms#host', |
| 543 ], | 542 ], |
| 544 }], | 543 }], |
| 545 ], | 544 ], |
| 546 }, # target_name: blink_tests | 545 }, # target_name: blink_tests |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 'dependencies': [ | 1333 'dependencies': [ |
| 1335 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1334 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1336 '../ui/views/views.gyp:views', | 1335 '../ui/views/views.gyp:views', |
| 1337 '../ui/views/views.gyp:views_unittests', | 1336 '../ui/views/views.gyp:views_unittests', |
| 1338 ], | 1337 ], |
| 1339 }, # target_name: macviews_builder | 1338 }, # target_name: macviews_builder |
| 1340 ], # targets | 1339 ], # targets |
| 1341 }], # os=='mac' and toolkit_views==1 | 1340 }], # os=='mac' and toolkit_views==1 |
| 1342 ], # conditions | 1341 ], # conditions |
| 1343 } | 1342 } |
| OLD | NEW |