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

Side by Side Diff: build/all.gyp

Issue 22978006: Include cache clearing utility on builder targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include on builder configs Created 7 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 | 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) 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 '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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 }, # target_name: chromium_builder_nacl_win_integration 335 }, # target_name: chromium_builder_nacl_win_integration
336 { 336 {
337 'target_name': 'chromium_builder_perf', 337 'target_name': 'chromium_builder_perf',
338 'type': 'none', 338 'type': 'none',
339 'dependencies': [ 339 'dependencies': [
340 'chromium_builder_qa', # needed for pyauto 340 'chromium_builder_qa', # needed for pyauto
341 '../cc/cc_tests.gyp:cc_perftests', 341 '../cc/cc_tests.gyp:cc_perftests',
342 '../chrome/chrome.gyp:performance_browser_tests', 342 '../chrome/chrome.gyp:performance_browser_tests',
343 '../chrome/chrome.gyp:performance_ui_tests', 343 '../chrome/chrome.gyp:performance_ui_tests',
344 '../chrome/chrome.gyp:sync_performance_tests', 344 '../chrome/chrome.gyp:sync_performance_tests',
345 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
345 ], 346 ],
346 }, # target_name: chromium_builder_perf 347 }, # target_name: chromium_builder_perf
347 { 348 {
348 'target_name': 'chromium_gpu_builder', 349 'target_name': 'chromium_gpu_builder',
349 'type': 'none', 350 'type': 'none',
350 'dependencies': [ 351 'dependencies': [
351 '../chrome/chrome.gyp:gpu_tests', 352 '../chrome/chrome.gyp:gpu_tests',
352 '../chrome/chrome.gyp:performance_browser_tests', 353 '../chrome/chrome.gyp:performance_browser_tests',
353 '../chrome/chrome.gyp:performance_ui_tests', 354 '../chrome/chrome.gyp:performance_ui_tests',
354 '../content/content.gyp:content_browsertests', 355 '../content/content.gyp:content_browsertests',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 '../jingle/jingle.gyp:jingle_unittests', 508 '../jingle/jingle.gyp:jingle_unittests',
508 '../media/media.gyp:media_unittests', 509 '../media/media.gyp:media_unittests',
509 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 510 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
510 '../printing/printing.gyp:printing_unittests', 511 '../printing/printing.gyp:printing_unittests',
511 '../remoting/remoting.gyp:remoting_unittests', 512 '../remoting/remoting.gyp:remoting_unittests',
512 '../rlz/rlz.gyp:*', 513 '../rlz/rlz.gyp:*',
513 '../sql/sql.gyp:sql_unittests', 514 '../sql/sql.gyp:sql_unittests',
514 '../sync/sync.gyp:sync_unit_tests', 515 '../sync/sync.gyp:sync_unit_tests',
515 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 516 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
516 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 517 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
518 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
517 '../ui/ui.gyp:ui_unittests', 519 '../ui/ui.gyp:ui_unittests',
518 '../url/url.gyp:url_unittests', 520 '../url/url.gyp:url_unittests',
519 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 521 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
520 ], 522 ],
521 }, 523 },
522 { 524 {
523 'target_name': 'chromium_builder_rel', 525 'target_name': 'chromium_builder_rel',
524 'type': 'none', 526 'type': 'none',
525 'dependencies': [ 527 'dependencies': [
526 '../cc/cc_tests.gyp:cc_unittests', 528 '../cc/cc_tests.gyp:cc_unittests',
(...skipping 11 matching lines...) Expand all
538 '../ipc/ipc.gyp:ipc_tests', 540 '../ipc/ipc.gyp:ipc_tests',
539 '../jingle/jingle.gyp:jingle_unittests', 541 '../jingle/jingle.gyp:jingle_unittests',
540 '../media/media.gyp:media_unittests', 542 '../media/media.gyp:media_unittests',
541 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 543 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
542 '../printing/printing.gyp:printing_unittests', 544 '../printing/printing.gyp:printing_unittests',
543 '../remoting/remoting.gyp:remoting_unittests', 545 '../remoting/remoting.gyp:remoting_unittests',
544 '../sql/sql.gyp:sql_unittests', 546 '../sql/sql.gyp:sql_unittests',
545 '../sync/sync.gyp:sync_unit_tests', 547 '../sync/sync.gyp:sync_unit_tests',
546 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 548 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
547 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 549 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
550 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
548 '../ui/ui.gyp:ui_unittests', 551 '../ui/ui.gyp:ui_unittests',
549 '../url/url.gyp:url_unittests', 552 '../url/url.gyp:url_unittests',
550 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 553 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
551 ], 554 ],
552 }, 555 },
553 { 556 {
554 'target_name': 'chromium_builder_dbg_tsan_mac', 557 'target_name': 'chromium_builder_dbg_tsan_mac',
555 'type': 'none', 558 'type': 'none',
556 'dependencies': [ 559 'dependencies': [
557 '../base/base.gyp:base_unittests', 560 '../base/base.gyp:base_unittests',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 '../ipc/ipc.gyp:ipc_tests', 637 '../ipc/ipc.gyp:ipc_tests',
635 '../jingle/jingle.gyp:jingle_unittests', 638 '../jingle/jingle.gyp:jingle_unittests',
636 '../media/media.gyp:media_unittests', 639 '../media/media.gyp:media_unittests',
637 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 640 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
638 '../printing/printing.gyp:printing_unittests', 641 '../printing/printing.gyp:printing_unittests',
639 '../remoting/remoting.gyp:remoting_unittests', 642 '../remoting/remoting.gyp:remoting_unittests',
640 '../sql/sql.gyp:sql_unittests', 643 '../sql/sql.gyp:sql_unittests',
641 '../sync/sync.gyp:sync_unit_tests', 644 '../sync/sync.gyp:sync_unit_tests',
642 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 645 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
643 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 646 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
647 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
644 '../ui/ui.gyp:ui_unittests', 648 '../ui/ui.gyp:ui_unittests',
645 '../ui/views/views.gyp:views_unittests', 649 '../ui/views/views.gyp:views_unittests',
646 '../url/url.gyp:url_unittests', 650 '../url/url.gyp:url_unittests',
647 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 651 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
648 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n', 652 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
649 ], 653 ],
650 'conditions': [ 654 'conditions': [
651 ['target_arch!="x64"', { 655 ['target_arch!="x64"', {
652 'dependencies': [ 656 'dependencies': [
653 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 657 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 '../chrome/chrome.gyp:interactive_ui_tests_run', 899 '../chrome/chrome.gyp:interactive_ui_tests_run',
896 '../chrome/chrome.gyp:sync_integration_tests_run', 900 '../chrome/chrome.gyp:sync_integration_tests_run',
897 '../chrome/chrome.gyp:unit_tests_run', 901 '../chrome/chrome.gyp:unit_tests_run',
898 '../net/net.gyp:net_unittests_run', 902 '../net/net.gyp:net_unittests_run',
899 ], 903 ],
900 }, # target_name: chromium_swarm_tests 904 }, # target_name: chromium_swarm_tests
901 ], 905 ],
902 }], 906 }],
903 ], # conditions 907 ], # conditions
904 } 908 }
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