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

Side by Side Diff: build/all.gyp

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