| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 { | 675 { |
| 676 'target_name': 'chromium_builder_perf', | 676 'target_name': 'chromium_builder_perf', |
| 677 'type': 'none', | 677 'type': 'none', |
| 678 'dependencies': [ | 678 'dependencies': [ |
| 679 '../cc/cc_tests.gyp:cc_perftests', | 679 '../cc/cc_tests.gyp:cc_perftests', |
| 680 '../chrome/chrome.gyp:chrome', | 680 '../chrome/chrome.gyp:chrome', |
| 681 '../chrome/chrome.gyp:load_library_perf_tests', | 681 '../chrome/chrome.gyp:load_library_perf_tests', |
| 682 '../chrome/chrome.gyp:performance_browser_tests', | 682 '../chrome/chrome.gyp:performance_browser_tests', |
| 683 '../chrome/chrome.gyp:sync_performance_tests', | 683 '../chrome/chrome.gyp:sync_performance_tests', |
| 684 '../content/content_shell_and_tests.gyp:content_shell', | 684 '../content/content_shell_and_tests.gyp:content_shell', |
| 685 '../gpu/gpu.gyp:gpu_perftests', |
| 685 '../media/media.gyp:media_perftests', | 686 '../media/media.gyp:media_perftests', |
| 686 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 687 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 687 '../tools/telemetry/telemetry.gyp:*', | 688 '../tools/telemetry/telemetry.gyp:*', |
| 688 ], | 689 ], |
| 689 'conditions': [ | 690 'conditions': [ |
| 690 ['OS!="ios" and OS!="win"', { | 691 ['OS!="ios" and OS!="win"', { |
| 691 'dependencies': [ | 692 'dependencies': [ |
| 692 '../breakpad/breakpad.gyp:minidump_stackwalk', | 693 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 693 ], | 694 ], |
| 694 }], | 695 }], |
| (...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 'dependencies': [ | 1474 'dependencies': [ |
| 1474 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1475 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1475 '../ui/views/views.gyp:views', | 1476 '../ui/views/views.gyp:views', |
| 1476 '../ui/views/views.gyp:views_unittests', | 1477 '../ui/views/views.gyp:views_unittests', |
| 1477 ], | 1478 ], |
| 1478 }, # target_name: macviews_builder | 1479 }, # target_name: macviews_builder |
| 1479 ], # targets | 1480 ], # targets |
| 1480 }], # os=='mac' and toolkit_views==1 | 1481 }], # os=='mac' and toolkit_views==1 |
| 1481 ], # conditions | 1482 ], # conditions |
| 1482 } | 1483 } |
| OLD | NEW |