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

Side by Side Diff: build/all.gyp

Issue 9071018: Revert 116191 - Input latency performance test that uses tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 | chrome/chrome_tests.gypi » ('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) 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,
11 'dependencies': [ 11 'dependencies': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'dependencies': [ 232 'dependencies': [
233 'chromium_builder_qa', # needed for pyauto 233 'chromium_builder_qa', # needed for pyauto
234 'chromium_builder_tests', 234 'chromium_builder_tests',
235 ], 235 ],
236 }, # target_name: chromium_builder_nacl_win_integration 236 }, # target_name: chromium_builder_nacl_win_integration
237 { 237 {
238 'target_name': 'chromium_builder_perf', 238 'target_name': 'chromium_builder_perf',
239 'type': 'none', 239 'type': 'none',
240 'dependencies': [ 240 'dependencies': [
241 'chromium_builder_qa', # needed for pyauto 241 'chromium_builder_qa', # needed for pyauto
242 '../chrome/chrome.gyp:performance_browser_tests',
243 '../chrome/chrome.gyp:performance_ui_tests', 242 '../chrome/chrome.gyp:performance_ui_tests',
244 '../chrome/chrome.gyp:plugin_tests', 243 '../chrome/chrome.gyp:plugin_tests',
245 '../chrome/chrome.gyp:sync_performance_tests', 244 '../chrome/chrome.gyp:sync_performance_tests',
246 '../chrome/chrome.gyp:ui_tests', 245 '../chrome/chrome.gyp:ui_tests',
247 ], 246 ],
248 }, # target_name: chromium_builder_perf 247 }, # target_name: chromium_builder_perf
249 { 248 {
250 'target_name': 'chromium_gpu_builder', 249 'target_name': 'chromium_gpu_builder',
251 'type': 'none', 250 'type': 'none',
252 'dependencies': [ 251 'dependencies': [
253 '../chrome/chrome.gyp:gpu_tests', 252 '../chrome/chrome.gyp:gpu_tests',
254 '../chrome/chrome.gyp:performance_browser_tests',
255 '../chrome/chrome.gyp:performance_ui_tests', 253 '../chrome/chrome.gyp:performance_ui_tests',
256 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 254 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
257 ], 255 ],
258 }, # target_name: chromium_gpu_builder 256 }, # target_name: chromium_gpu_builder
259 { 257 {
260 'target_name': 'chromium_builder_qa', 258 'target_name': 'chromium_builder_qa',
261 'type': 'none', 259 'type': 'none',
262 'dependencies': [ 260 'dependencies': [
263 '../chrome/chrome.gyp:chromedriver', 261 '../chrome/chrome.gyp:chromedriver',
264 ], 262 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 308 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
311 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 309 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
312 'temp_gyp/googleurl.gyp:googleurl_unittests', 310 'temp_gyp/googleurl.gyp:googleurl_unittests',
313 ], 311 ],
314 }, 312 },
315 { 313 {
316 'target_name': 'chromium_builder_rel', 314 'target_name': 'chromium_builder_rel',
317 'type': 'none', 315 'type': 'none',
318 'dependencies': [ 316 'dependencies': [
319 '../chrome/chrome.gyp:browser_tests', 317 '../chrome/chrome.gyp:browser_tests',
320 '../chrome/chrome.gyp:performance_browser_tests',
321 '../chrome/chrome.gyp:performance_ui_tests', 318 '../chrome/chrome.gyp:performance_ui_tests',
322 '../chrome/chrome.gyp:plugin_tests', 319 '../chrome/chrome.gyp:plugin_tests',
323 '../chrome/chrome.gyp:safe_browsing_tests', 320 '../chrome/chrome.gyp:safe_browsing_tests',
324 '../chrome/chrome.gyp:sync_integration_tests', 321 '../chrome/chrome.gyp:sync_integration_tests',
325 '../chrome/chrome.gyp:sync_unit_tests', 322 '../chrome/chrome.gyp:sync_unit_tests',
326 '../chrome/chrome.gyp:ui_tests', 323 '../chrome/chrome.gyp:ui_tests',
327 '../chrome/chrome.gyp:unit_tests', 324 '../chrome/chrome.gyp:unit_tests',
328 '../content/content.gyp:content_browsertests', 325 '../content/content.gyp:content_browsertests',
329 '../content/content.gyp:content_unittests', 326 '../content/content.gyp:content_unittests',
330 '../ui/ui.gyp:gfx_unittests', 327 '../ui/ui.gyp:gfx_unittests',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 # These targets are here so the build bots can use them to build 385 # These targets are here so the build bots can use them to build
389 # subsets of a full tree for faster cycle times. 386 # subsets of a full tree for faster cycle times.
390 { 387 {
391 'target_name': 'chromium_builder', 388 'target_name': 'chromium_builder',
392 'type': 'none', 389 'type': 'none',
393 'dependencies': [ 390 'dependencies': [
394 '../chrome/chrome.gyp:browser_tests', 391 '../chrome/chrome.gyp:browser_tests',
395 '../chrome/chrome.gyp:installer_util_unittests', 392 '../chrome/chrome.gyp:installer_util_unittests',
396 '../chrome/chrome.gyp:interactive_ui_tests', 393 '../chrome/chrome.gyp:interactive_ui_tests',
397 '../chrome/chrome.gyp:mini_installer_test', 394 '../chrome/chrome.gyp:mini_installer_test',
398 '../chrome/chrome.gyp:performance_browser_tests',
399 '../chrome/chrome.gyp:performance_ui_tests', 395 '../chrome/chrome.gyp:performance_ui_tests',
400 '../chrome/chrome.gyp:plugin_tests', 396 '../chrome/chrome.gyp:plugin_tests',
401 '../chrome/chrome.gyp:safe_browsing_tests', 397 '../chrome/chrome.gyp:safe_browsing_tests',
402 '../chrome/chrome.gyp:sync_integration_tests', 398 '../chrome/chrome.gyp:sync_integration_tests',
403 '../chrome/chrome.gyp:sync_unit_tests', 399 '../chrome/chrome.gyp:sync_unit_tests',
404 '../chrome/chrome.gyp:ui_tests', 400 '../chrome/chrome.gyp:ui_tests',
405 '../chrome/chrome.gyp:unit_tests', 401 '../chrome/chrome.gyp:unit_tests',
406 '../content/content.gyp:content_browsertests', 402 '../content/content.gyp:content_browsertests',
407 '../content/content.gyp:content_unittests', 403 '../content/content.gyp:content_unittests',
408 # mini_installer_tests depends on mini_installer. This should be 404 # mini_installer_tests depends on mini_installer. This should be
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'sources': [ 524 'sources': [
529 # TODO(bradnelson): This is here to work around gyp issue 137. 525 # TODO(bradnelson): This is here to work around gyp issue 137.
530 # Remove this sources list when that issue has been fixed. 526 # Remove this sources list when that issue has been fixed.
531 'all.gyp', 527 'all.gyp',
532 ], 528 ],
533 'dependencies': [ 529 'dependencies': [
534 '../base/base.gyp:base_unittests', 530 '../base/base.gyp:base_unittests',
535 '../chrome/chrome.gyp:browser_tests', 531 '../chrome/chrome.gyp:browser_tests',
536 '../chrome/chrome.gyp:chrome', 532 '../chrome/chrome.gyp:chrome',
537 '../chrome/chrome.gyp:interactive_ui_tests', 533 '../chrome/chrome.gyp:interactive_ui_tests',
538 '../chrome/chrome.gyp:performance_browser_tests',
539 '../chrome/chrome.gyp:performance_ui_tests', 534 '../chrome/chrome.gyp:performance_ui_tests',
540 '../chrome/chrome.gyp:safe_browsing_tests', 535 '../chrome/chrome.gyp:safe_browsing_tests',
541 '../chrome/chrome.gyp:sync_unit_tests', 536 '../chrome/chrome.gyp:sync_unit_tests',
542 '../chrome/chrome.gyp:sync_integration_tests', 537 '../chrome/chrome.gyp:sync_integration_tests',
543 '../chrome/chrome.gyp:ui_tests', 538 '../chrome/chrome.gyp:ui_tests',
544 '../chrome/chrome.gyp:unit_tests', 539 '../chrome/chrome.gyp:unit_tests',
545 '../content/content.gyp:content_browsertests', 540 '../content/content.gyp:content_browsertests',
546 '../content/content.gyp:content_unittests', 541 '../content/content.gyp:content_unittests',
547 '../crypto/crypto.gyp:crypto_unittests', 542 '../crypto/crypto.gyp:crypto_unittests',
548 '../dbus/dbus.gyp:dbus_unittests', 543 '../dbus/dbus.gyp:dbus_unittests',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 '../sql/sql.gyp:sql_unittests', 599 '../sql/sql.gyp:sql_unittests',
605 '../ui/ui.gyp:gfx_unittests', 600 '../ui/ui.gyp:gfx_unittests',
606 ], 601 ],
607 }], 602 }],
608 ], 603 ],
609 }, 604 },
610 ], # targets 605 ], # targets
611 }], # "use_aura==1" 606 }], # "use_aura==1"
612 ], # conditions 607 ], # conditions
613 } 608 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698