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

Side by Side Diff: build/all.gyp

Issue 7520003: add sync_performance_tests to chromium_builder_perf dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | Annotate | Revision Log
« 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 { 261 {
262 'target_name': 'chromium_builder_perf', 262 'target_name': 'chromium_builder_perf',
263 'type': 'none', 263 'type': 'none',
264 'dependencies': [ 264 'dependencies': [
265 'chromium_builder_qa', # needed for pyauto 265 'chromium_builder_qa', # needed for pyauto
266 '../chrome/chrome.gyp:memory_test', 266 '../chrome/chrome.gyp:memory_test',
267 '../chrome/chrome.gyp:page_cycler_tests', 267 '../chrome/chrome.gyp:page_cycler_tests',
268 '../chrome/chrome.gyp:performance_ui_tests', 268 '../chrome/chrome.gyp:performance_ui_tests',
269 '../chrome/chrome.gyp:plugin_tests', 269 '../chrome/chrome.gyp:plugin_tests',
270 '../chrome/chrome.gyp:startup_tests', 270 '../chrome/chrome.gyp:startup_tests',
271 '../chrome/chrome.gyp:sync_performance_tests',
271 '../chrome/chrome.gyp:tab_switching_test', 272 '../chrome/chrome.gyp:tab_switching_test',
272 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8 273 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8
273 '../chrome/chrome.gyp:url_fetch_test', 274 '../chrome/chrome.gyp:url_fetch_test',
274 ], 275 ],
275 }, # target_name: chromium_builder_perf 276 }, # target_name: chromium_builder_perf
276 { 277 {
277 'target_name': 'chromium_gpu_builder', 278 'target_name': 'chromium_gpu_builder',
278 'type': 'none', 279 'type': 'none',
279 'dependencies': [ 280 'dependencies': [
280 '../chrome/chrome.gyp:gpu_tests', 281 '../chrome/chrome.gyp:gpu_tests',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
578 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 579 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
579 '../views/views.gyp:views_unittests', 580 '../views/views.gyp:views_unittests',
580 'temp_gyp/googleurl.gyp:googleurl_unittests', 581 'temp_gyp/googleurl.gyp:googleurl_unittests',
581 ], 582 ],
582 }, 583 },
583 ], # targets 584 ], # targets
584 }], # "chromeos==1" 585 }], # "chromeos==1"
585 ], # conditions 586 ], # conditions
586 } 587 }
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