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

Side by Side Diff: build/all.gyp

Issue 7523032: Kill executable targets that are now folded into performance_ui_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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) 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '../webkit/webkit.gyp:test_shell_common', 256 '../webkit/webkit.gyp:test_shell_common',
257 ], 257 ],
258 }], 258 }],
259 ], 259 ],
260 }, # target_name: chromium_2010_builder_tests 260 }, # target_name: chromium_2010_builder_tests
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',
267 '../chrome/chrome.gyp:page_cycler_tests',
268 '../chrome/chrome.gyp:performance_ui_tests', 266 '../chrome/chrome.gyp:performance_ui_tests',
269 '../chrome/chrome.gyp:plugin_tests', 267 '../chrome/chrome.gyp:plugin_tests',
270 '../chrome/chrome.gyp:startup_tests',
271 '../chrome/chrome.gyp:sync_performance_tests', 268 '../chrome/chrome.gyp:sync_performance_tests',
272 '../chrome/chrome.gyp:tab_switching_test',
273 '../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8
274 '../chrome/chrome.gyp:url_fetch_test',
275 ], 269 ],
276 }, # target_name: chromium_builder_perf 270 }, # target_name: chromium_builder_perf
277 { 271 {
278 'target_name': 'chromium_gpu_builder', 272 'target_name': 'chromium_gpu_builder',
279 'type': 'none', 273 'type': 'none',
280 'dependencies': [ 274 'dependencies': [
281 '../chrome/chrome.gyp:gpu_tests', 275 '../chrome/chrome.gyp:gpu_tests',
282 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' , 276 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree' ,
283 ], 277 ],
284 }, # target_name: chromium_gpu_builder 278 }, # target_name: chromium_gpu_builder
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 330 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
337 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 331 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
338 'temp_gyp/googleurl.gyp:googleurl_unittests', 332 'temp_gyp/googleurl.gyp:googleurl_unittests',
339 ], 333 ],
340 }, 334 },
341 { 335 {
342 'target_name': 'chromium_builder_rel', 336 'target_name': 'chromium_builder_rel',
343 'type': 'none', 337 'type': 'none',
344 'dependencies': [ 338 'dependencies': [
345 '../chrome/chrome.gyp:browser_tests', 339 '../chrome/chrome.gyp:browser_tests',
346 '../chrome/chrome.gyp:memory_test', 340 '../chrome/chrome.gyp:performance_ui_tests',
347 '../chrome/chrome.gyp:nacl_ui_tests', 341 '../chrome/chrome.gyp:nacl_ui_tests',
348 '../chrome/chrome.gyp:nacl_sandbox_tests', 342 '../chrome/chrome.gyp:nacl_sandbox_tests',
349 '../chrome/chrome.gyp:page_cycler_tests',
350 '../chrome/chrome.gyp:plugin_tests', 343 '../chrome/chrome.gyp:plugin_tests',
351 '../chrome/chrome.gyp:safe_browsing_tests', 344 '../chrome/chrome.gyp:safe_browsing_tests',
352 '../chrome/chrome.gyp:startup_tests',
353 '../chrome/chrome.gyp:sync_integration_tests', 345 '../chrome/chrome.gyp:sync_integration_tests',
354 '../chrome/chrome.gyp:sync_unit_tests', 346 '../chrome/chrome.gyp:sync_unit_tests',
355 '../chrome/chrome.gyp:tab_switching_test',
356 '../chrome/chrome.gyp:ui_tests', 347 '../chrome/chrome.gyp:ui_tests',
357 '../chrome/chrome.gyp:unit_tests', 348 '../chrome/chrome.gyp:unit_tests',
358 '../chrome/chrome.gyp:url_fetch_test',
359 '../ui/ui.gyp:gfx_unittests', 349 '../ui/ui.gyp:gfx_unittests',
360 '../gpu/gpu.gyp:gpu_unittests', 350 '../gpu/gpu.gyp:gpu_unittests',
361 '../ipc/ipc.gyp:ipc_tests', 351 '../ipc/ipc.gyp:ipc_tests',
362 '../jingle/jingle.gyp:jingle_unittests', 352 '../jingle/jingle.gyp:jingle_unittests',
363 '../media/media.gyp:media_unittests', 353 '../media/media.gyp:media_unittests',
364 '../printing/printing.gyp:printing_unittests', 354 '../printing/printing.gyp:printing_unittests',
365 '../remoting/remoting.gyp:remoting_unittests', 355 '../remoting/remoting.gyp:remoting_unittests',
366 '../sql/sql.gyp:sql_unittests', 356 '../sql/sql.gyp:sql_unittests',
367 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 357 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
368 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 358 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'targets': [ 405 'targets': [
416 # These targets are here so the build bots can use them to build 406 # These targets are here so the build bots can use them to build
417 # subsets of a full tree for faster cycle times. 407 # subsets of a full tree for faster cycle times.
418 { 408 {
419 'target_name': 'chromium_builder', 409 'target_name': 'chromium_builder',
420 'type': 'none', 410 'type': 'none',
421 'dependencies': [ 411 'dependencies': [
422 '../chrome/chrome.gyp:browser_tests', 412 '../chrome/chrome.gyp:browser_tests',
423 '../chrome/chrome.gyp:installer_util_unittests', 413 '../chrome/chrome.gyp:installer_util_unittests',
424 '../chrome/chrome.gyp:interactive_ui_tests', 414 '../chrome/chrome.gyp:interactive_ui_tests',
425 '../chrome/chrome.gyp:memory_test',
426 '../chrome/chrome.gyp:mini_installer_test', 415 '../chrome/chrome.gyp:mini_installer_test',
427 '../chrome/chrome.gyp:nacl_ui_tests', 416 '../chrome/chrome.gyp:nacl_ui_tests',
428 '../chrome/chrome.gyp:nacl_sandbox_tests', 417 '../chrome/chrome.gyp:nacl_sandbox_tests',
429 '../chrome/chrome.gyp:page_cycler_tests',
430 '../chrome/chrome.gyp:performance_ui_tests', 418 '../chrome/chrome.gyp:performance_ui_tests',
431 '../chrome/chrome.gyp:plugin_tests', 419 '../chrome/chrome.gyp:plugin_tests',
432 '../chrome/chrome.gyp:safe_browsing_tests', 420 '../chrome/chrome.gyp:safe_browsing_tests',
433 '../chrome/chrome.gyp:selenium_tests', 421 '../chrome/chrome.gyp:selenium_tests',
434 '../chrome/chrome.gyp:startup_tests',
435 '../chrome/chrome.gyp:sync_integration_tests', 422 '../chrome/chrome.gyp:sync_integration_tests',
436 '../chrome/chrome.gyp:sync_unit_tests', 423 '../chrome/chrome.gyp:sync_unit_tests',
437 '../chrome/chrome.gyp:tab_switching_test',
438 '../chrome/chrome.gyp:ui_tests', 424 '../chrome/chrome.gyp:ui_tests',
439 '../chrome/chrome.gyp:unit_tests', 425 '../chrome/chrome.gyp:unit_tests',
440 '../chrome/chrome.gyp:url_fetch_test',
441 # mini_installer_tests depends on mini_installer. This should be 426 # mini_installer_tests depends on mini_installer. This should be
442 # defined in installer.gyp. 427 # defined in installer.gyp.
443 '../chrome/installer/mini_installer.gyp:mini_installer', 428 '../chrome/installer/mini_installer.gyp:mini_installer',
444 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 429 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
445 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 430 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
446 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 431 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
447 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 432 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
448 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 433 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
449 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 434 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
450 '../courgette/courgette.gyp:courgette_unittests', 435 '../courgette/courgette.gyp:courgette_unittests',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'sources': [ 533 'sources': [
549 # TODO(bradnelson): This is here to work around gyp issue 137. 534 # TODO(bradnelson): This is here to work around gyp issue 137.
550 # Remove this sources list when that issue has been fixed. 535 # Remove this sources list when that issue has been fixed.
551 'all.gyp', 536 'all.gyp',
552 ], 537 ],
553 'dependencies': [ 538 'dependencies': [
554 '../base/base.gyp:base_unittests', 539 '../base/base.gyp:base_unittests',
555 '../chrome/chrome.gyp:browser_tests', 540 '../chrome/chrome.gyp:browser_tests',
556 '../chrome/chrome.gyp:chrome', 541 '../chrome/chrome.gyp:chrome',
557 '../chrome/chrome.gyp:interactive_ui_tests', 542 '../chrome/chrome.gyp:interactive_ui_tests',
558 '../chrome/chrome.gyp:memory_test', 543 '../chrome/chrome.gyp:performance_ui_tests',
559 '../chrome/chrome.gyp:page_cycler_tests',
560 '../chrome/chrome.gyp:safe_browsing_tests', 544 '../chrome/chrome.gyp:safe_browsing_tests',
561 '../chrome/chrome.gyp:startup_tests',
562 '../chrome/chrome.gyp:sync_unit_tests', 545 '../chrome/chrome.gyp:sync_unit_tests',
563 '../chrome/chrome.gyp:sync_integration_tests', 546 '../chrome/chrome.gyp:sync_integration_tests',
564 '../chrome/chrome.gyp:tab_switching_test',
565 '../chrome/chrome.gyp:ui_tests', 547 '../chrome/chrome.gyp:ui_tests',
566 '../chrome/chrome.gyp:unit_tests', 548 '../chrome/chrome.gyp:unit_tests',
567 '../chrome/chrome.gyp:url_fetch_test',
568 '../crypto/crypto.gyp:crypto_unittests', 549 '../crypto/crypto.gyp:crypto_unittests',
569 '../ui/ui.gyp:gfx_unittests', 550 '../ui/ui.gyp:gfx_unittests',
570 '../ipc/ipc.gyp:ipc_tests', 551 '../ipc/ipc.gyp:ipc_tests',
571 '../jingle/jingle.gyp:jingle_unittests', 552 '../jingle/jingle.gyp:jingle_unittests',
572 '../media/media.gyp:ffmpeg_tests', 553 '../media/media.gyp:ffmpeg_tests',
573 '../media/media.gyp:media_unittests', 554 '../media/media.gyp:media_unittests',
574 '../net/net.gyp:net_unittests', 555 '../net/net.gyp:net_unittests',
575 '../printing/printing.gyp:printing_unittests', 556 '../printing/printing.gyp:printing_unittests',
576 '../remoting/remoting.gyp:remoting_unittests', 557 '../remoting/remoting.gyp:remoting_unittests',
577 '../sql/sql.gyp:sql_unittests', 558 '../sql/sql.gyp:sql_unittests',
578 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 559 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
579 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 560 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
580 '../views/views.gyp:views_unittests', 561 '../views/views.gyp:views_unittests',
581 'temp_gyp/googleurl.gyp:googleurl_unittests', 562 'temp_gyp/googleurl.gyp:googleurl_unittests',
582 ], 563 ],
583 }, 564 },
584 ], # targets 565 ], # targets
585 }], # "chromeos==1" 566 }], # "chromeos==1"
586 ], # conditions 567 ], # conditions
587 } 568 }
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