| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 ], | 556 ], |
| 557 }, # target_name: chromium_builder_nacl_win_integration | 557 }, # target_name: chromium_builder_nacl_win_integration |
| 558 { | 558 { |
| 559 'target_name': 'chromium_builder_perf', | 559 'target_name': 'chromium_builder_perf', |
| 560 'type': 'none', | 560 'type': 'none', |
| 561 'dependencies': [ | 561 'dependencies': [ |
| 562 '../cc/cc_tests.gyp:cc_perftests', | 562 '../cc/cc_tests.gyp:cc_perftests', |
| 563 '../chrome/chrome.gyp:chrome', | 563 '../chrome/chrome.gyp:chrome', |
| 564 '../chrome/chrome.gyp:load_library_perf_tests', | 564 '../chrome/chrome.gyp:load_library_perf_tests', |
| 565 '../chrome/chrome.gyp:performance_browser_tests', | 565 '../chrome/chrome.gyp:performance_browser_tests', |
| 566 '../chrome/chrome.gyp:sync_performance_tests', | |
| 567 '../gpu/gpu.gyp:gpu_perftests', | 566 '../gpu/gpu.gyp:gpu_perftests', |
| 568 '../media/media.gyp:media_perftests', | 567 '../media/media.gyp:media_perftests', |
| 569 '../media/midi/midi.gyp:midi_unittests', | |
| 570 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 568 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 571 '../third_party/catapult/telemetry/telemetry.gyp:*', | 569 '../third_party/catapult/telemetry/telemetry.gyp:*', |
| 572 ], | 570 ], |
| 573 'conditions': [ | 571 'conditions': [ |
| 574 ['OS!="ios" and OS!="win"', { | 572 ['OS!="ios" and OS!="win"', { |
| 575 'dependencies': [ | 573 'dependencies': [ |
| 576 '../breakpad/breakpad.gyp:minidump_stackwalk', | 574 '../breakpad/breakpad.gyp:minidump_stackwalk', |
| 577 ], | 575 ], |
| 578 }], | 576 }], |
| 579 ['OS=="linux"', { | 577 ['OS=="linux"', { |
| (...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1343 'dependencies': [ | 1341 'dependencies': [ |
| 1344 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1342 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1345 '../ui/views/views.gyp:views', | 1343 '../ui/views/views.gyp:views', |
| 1346 '../ui/views/views.gyp:views_unittests', | 1344 '../ui/views/views.gyp:views_unittests', |
| 1347 ], | 1345 ], |
| 1348 }, # target_name: macviews_builder | 1346 }, # target_name: macviews_builder |
| 1349 ], # targets | 1347 ], # targets |
| 1350 }], # os=='mac' and toolkit_views==1 | 1348 }], # os=='mac' and toolkit_views==1 |
| 1351 ], # conditions | 1349 ], # conditions |
| 1352 } | 1350 } |
| OLD | NEW |