Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: build/all.gyp

Issue 984363002: Cleanup: Remove chromium_builder_perf_av target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ], 635 ],
636 }], 636 }],
637 ['OS=="win" and target_arch=="ia32"', { 637 ['OS=="win" and target_arch=="ia32"', {
638 'dependencies': [ 638 'dependencies': [
639 '../chrome/chrome.gyp:crash_service_win64', 639 '../chrome/chrome.gyp:crash_service_win64',
640 ], 640 ],
641 }], 641 }],
642 ], 642 ],
643 }, # target_name: chromium_gpu_debug_builder 643 }, # target_name: chromium_gpu_debug_builder
644 { 644 {
645 'target_name': 'chromium_builder_perf_av',
646 'type': 'none',
647 'dependencies': [
648 'blink_tests', # to run layout tests
649 ],
650 }, # target_name: chromium_builder_perf_av
651 {
652 # This target contains everything we need to run tests on the special 645 # This target contains everything we need to run tests on the special
653 # device-equipped WebRTC bots. We have device-requiring tests in 646 # device-equipped WebRTC bots. We have device-requiring tests in
654 # browser_tests and content_browsertests. 647 # browser_tests and content_browsertests.
655 'target_name': 'chromium_builder_webrtc', 648 'target_name': 'chromium_builder_webrtc',
656 'type': 'none', 649 'type': 'none',
657 'dependencies': [ 650 'dependencies': [
658 'chromium_builder_perf', 651 'chromium_builder_perf',
659 '../chrome/chrome.gyp:browser_tests', 652 '../chrome/chrome.gyp:browser_tests',
660 '../content/content_shell_and_tests.gyp:content_browsertests', 653 '../content/content_shell_and_tests.gyp:content_browsertests',
661 '../content/content_shell_and_tests.gyp:content_unittests', 654 '../content/content_shell_and_tests.gyp:content_unittests',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'dependencies': [ 1324 'dependencies': [
1332 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1325 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1333 '../ui/views/views.gyp:views', 1326 '../ui/views/views.gyp:views',
1334 '../ui/views/views.gyp:views_unittests', 1327 '../ui/views/views.gyp:views_unittests',
1335 ], 1328 ],
1336 }, # target_name: macviews_builder 1329 }, # target_name: macviews_builder
1337 ], # targets 1330 ], # targets
1338 }], # os=='mac' and toolkit_views==1 1331 }], # os=='mac' and toolkit_views==1
1339 ], # conditions 1332 ], # conditions
1340 } 1333 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698