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