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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 }, # target_name: chromium_builder_nacl_win_integration | 567 }, # target_name: chromium_builder_nacl_win_integration |
568 { | 568 { |
569 'target_name': 'chromium_builder_perf', | 569 'target_name': 'chromium_builder_perf', |
570 'type': 'none', | 570 'type': 'none', |
571 'dependencies': [ | 571 'dependencies': [ |
572 '../cc/cc_tests.gyp:cc_perftests', | 572 '../cc/cc_tests.gyp:cc_perftests', |
573 '../chrome/chrome.gyp:chrome', | 573 '../chrome/chrome.gyp:chrome', |
574 '../chrome/chrome.gyp:load_library_perf_tests', | 574 '../chrome/chrome.gyp:load_library_perf_tests', |
575 '../chrome/chrome.gyp:performance_browser_tests', | 575 '../chrome/chrome.gyp:performance_browser_tests', |
576 '../chrome/chrome.gyp:sync_performance_tests', | 576 '../chrome/chrome.gyp:sync_performance_tests', |
577 '../content/content_shell_and_tests.gyp:content_shell', | |
578 '../gpu/gpu.gyp:gpu_perftests', | 577 '../gpu/gpu.gyp:gpu_perftests', |
579 '../media/media.gyp:media_perftests', | 578 '../media/media.gyp:media_perftests', |
580 '../media/midi/midi.gyp:midi_unittests', | 579 '../media/midi/midi.gyp:midi_unittests', |
581 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 580 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
582 '../tools/telemetry/telemetry.gyp:*', | 581 '../tools/telemetry/telemetry.gyp:*', |
583 ], | 582 ], |
584 'conditions': [ | 583 'conditions': [ |
585 ['OS!="ios" and OS!="win"', { | 584 ['OS!="ios" and OS!="win"', { |
586 'dependencies': [ | 585 'dependencies': [ |
587 '../breakpad/breakpad.gyp:minidump_stackwalk', | 586 '../breakpad/breakpad.gyp:minidump_stackwalk', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1438 'dependencies': [ | 1437 'dependencies': [ |
1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1440 '../ui/views/views.gyp:views', | 1439 '../ui/views/views.gyp:views', |
1441 '../ui/views/views.gyp:views_unittests', | 1440 '../ui/views/views.gyp:views_unittests', |
1442 ], | 1441 ], |
1443 }, # target_name: macviews_builder | 1442 }, # target_name: macviews_builder |
1444 ], # targets | 1443 ], # targets |
1445 }], # os=='mac' and toolkit_views==1 | 1444 }], # os=='mac' and toolkit_views==1 |
1446 ], # conditions | 1445 ], # conditions |
1447 } | 1446 } |
OLD | NEW |