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

Side by Side Diff: build/all.gyp

Issue 16010005: Use the all_blink target instead of specifying particular targets inside Blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '../remoting/remoting.gyp:remoting_host_installation', 408 '../remoting/remoting.gyp:remoting_host_installation',
409 ], 409 ],
410 }], 410 }],
411 ], 411 ],
412 }, # target_name: chromium_builder_qa 412 }, # target_name: chromium_builder_qa
413 { 413 {
414 'target_name': 'chromium_builder_perf_av', 414 'target_name': 'chromium_builder_perf_av',
415 'type': 'none', 415 'type': 'none',
416 'dependencies': [ 416 'dependencies': [
417 'chromium_builder_qa', # needed for perf pyauto tests 417 'chromium_builder_qa', # needed for perf pyauto tests
418 '../content/content.gyp:content_shell', 418 '../third_party/WebKit/public/all.gyp:all_blink', # to run layout te sts
abarth-chromium 2013/05/28 07:46:18 This doesn't pull in content_shell, so you might n
jamesr 2013/05/28 07:55:09 Ooh, good call. I had thought all_blink depended o
419 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test s
420 ], 419 ],
421 }, # target_name: chromium_builder_perf_av 420 }, # target_name: chromium_builder_perf_av
422 { 421 {
423 # This target contains everything we need to run tests on the special 422 # This target contains everything we need to run tests on the special
424 # device-equipped WebRTC bots. We have device-requiring tests in 423 # device-equipped WebRTC bots. We have device-requiring tests in
425 # PyAuto, browser_tests and content_browsertests. 424 # PyAuto, browser_tests and content_browsertests.
426 'target_name': 'chromium_builder_webrtc', 425 'target_name': 'chromium_builder_webrtc',
427 'type': 'none', 426 'type': 'none',
428 'dependencies': [ 427 'dependencies': [
429 'chromium_builder_qa', # needed for perf pyauto tests 428 'chromium_builder_qa', # needed for perf pyauto tests
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 546 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
548 '../url/url.gyp:googleurl_unittests', 547 '../url/url.gyp:googleurl_unittests',
549 ], 548 ],
550 }, 549 },
551 { 550 {
552 'target_name': 'chromium_builder_asan_mac', 551 'target_name': 'chromium_builder_asan_mac',
553 'type': 'none', 552 'type': 'none',
554 'dependencies': [ 553 'dependencies': [
555 '../chrome/chrome.gyp:chrome', 554 '../chrome/chrome.gyp:chrome',
556 '../net/net.gyp:dns_fuzz_stub', 555 '../net/net.gyp:dns_fuzz_stub',
557 '../content/content.gyp:content_shell', 556 '../third_party/WebKit/public/all.gyp:all_blink',
558 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
559 ], 557 ],
560 }, 558 },
561 { 559 {
562 'target_name': 'chromium_builder_dbg_valgrind_mac', 560 'target_name': 'chromium_builder_dbg_valgrind_mac',
563 'type': 'none', 561 'type': 'none',
564 'dependencies': [ 562 'dependencies': [
565 '../base/base.gyp:base_unittests', 563 '../base/base.gyp:base_unittests',
566 '../chrome/chrome.gyp:unit_tests', 564 '../chrome/chrome.gyp:unit_tests',
567 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 565 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
568 '../components/components.gyp:components_unittests', 566 '../components/components.gyp:components_unittests',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 '../sql/sql.gyp:sql_unittests', 703 '../sql/sql.gyp:sql_unittests',
706 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 704 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
707 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 705 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
708 '../url/url.gyp:googleurl_unittests', 706 '../url/url.gyp:googleurl_unittests',
709 ], 707 ],
710 }, 708 },
711 { 709 {
712 'target_name': 'webkit_builder_win', 710 'target_name': 'webkit_builder_win',
713 'type': 'none', 711 'type': 'none',
714 'dependencies': [ 712 'dependencies': [
715 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 713 '../third_party/WebKit/public/all.gyp:all_blink',
716 '../content/content.gyp:content_shell',
717 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
718 ], 714 ],
719 }, 715 },
720 ], # targets 716 ], # targets
721 'conditions': [ 717 'conditions': [
722 ['branding=="Chrome"', { 718 ['branding=="Chrome"', {
723 'targets': [ 719 'targets': [
724 { 720 {
725 'target_name': 'chrome_official_builder', 721 'target_name': 'chrome_official_builder',
726 'type': 'none', 722 'type': 'none',
727 'dependencies': [ 723 'dependencies': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 '../ui/app_list/app_list.gyp:*', 793 '../ui/app_list/app_list.gyp:*',
798 '../ui/aura/aura.gyp:*', 794 '../ui/aura/aura.gyp:*',
799 '../ui/compositor/compositor.gyp:*', 795 '../ui/compositor/compositor.gyp:*',
800 '../ui/message_center/message_center.gyp:*', 796 '../ui/message_center/message_center.gyp:*',
801 '../ui/ui.gyp:ui_unittests', 797 '../ui/ui.gyp:ui_unittests',
802 '../ui/views/views.gyp:views', 798 '../ui/views/views.gyp:views',
803 '../ui/views/views.gyp:views_examples_with_content_exe', 799 '../ui/views/views.gyp:views_examples_with_content_exe',
804 '../ui/views/views.gyp:views_unittests', 800 '../ui/views/views.gyp:views_unittests',
805 '../ui/keyboard/keyboard.gyp:*', 801 '../ui/keyboard/keyboard.gyp:*',
806 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 802 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
807 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 803 '../third_party/WebKit/public/all.gyp:all_blink',
808 ], 804 ],
809 'conditions': [ 805 'conditions': [
810 ['OS=="win"', { 806 ['OS=="win"', {
811 'dependencies': [ 807 'dependencies': [
812 '../chrome/chrome.gyp:crash_service', 808 '../chrome/chrome.gyp:crash_service',
813 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 809 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
814 ], 810 ],
815 }], 811 }],
816 ['OS=="win" and target_arch!="x64"', { 812 ['OS=="win" and target_arch!="x64"', {
817 'dependencies': [ 813 'dependencies': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 '../chrome/chrome.gyp:interactive_ui_tests_run', 875 '../chrome/chrome.gyp:interactive_ui_tests_run',
880 '../chrome/chrome.gyp:sync_integration_tests_run', 876 '../chrome/chrome.gyp:sync_integration_tests_run',
881 '../chrome/chrome.gyp:unit_tests_run', 877 '../chrome/chrome.gyp:unit_tests_run',
882 '../net/net.gyp:net_unittests_run', 878 '../net/net.gyp:net_unittests_run',
883 ], 879 ],
884 }, # target_name: chromium_swarm_tests 880 }, # target_name: chromium_swarm_tests
885 ], 881 ],
886 }], 882 }],
887 ], # conditions 883 ], # conditions
888 } 884 }
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