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

Side by Side Diff: build/all.gyp

Issue 962863002: Add gpu_perftests to perfbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment on the tests run serially. Rebase on master. 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 | gpu/perftests/run_all_tests.cc » ('j') | 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | gpu/perftests/run_all_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698