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

Side by Side Diff: build/all.gyp

Issue 14670012: Add content_shell to builder targets that also build DRT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../remoting/remoting.gyp:remoting_host_installation', 395 '../remoting/remoting.gyp:remoting_host_installation',
396 ], 396 ],
397 }], 397 }],
398 ], 398 ],
399 }, # target_name: chromium_builder_qa 399 }, # target_name: chromium_builder_qa
400 { 400 {
401 'target_name': 'chromium_builder_perf_av', 401 'target_name': 'chromium_builder_perf_av',
402 'type': 'none', 402 'type': 'none',
403 'dependencies': [ 403 'dependencies': [
404 'chromium_builder_qa', # needed for perf pyauto tests 404 'chromium_builder_qa', # needed for perf pyauto tests
405 '../content/content.gyp:content_shell',
405 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test s 406 '../webkit/webkit.gyp:pull_in_DumpRenderTree', # to run layout test s
406 ], 407 ],
407 }, # target_name: chromium_builder_perf_av 408 }, # target_name: chromium_builder_perf_av
408 { 409 {
409 # This target contains everything we need to run tests on the special 410 # This target contains everything we need to run tests on the special
410 # device-equipped WebRTC bots. We have device-requiring tests in 411 # device-equipped WebRTC bots. We have device-requiring tests in
411 # PyAuto, browser_tests and content_browsertests. 412 # PyAuto, browser_tests and content_browsertests.
412 'target_name': 'chromium_builder_webrtc', 413 'target_name': 'chromium_builder_webrtc',
413 'type': 'none', 414 'type': 'none',
414 'dependencies': [ 415 'dependencies': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 517 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
517 '../url/url.gyp:googleurl_unittests', 518 '../url/url.gyp:googleurl_unittests',
518 ], 519 ],
519 }, 520 },
520 { 521 {
521 'target_name': 'chromium_builder_asan_mac', 522 'target_name': 'chromium_builder_asan_mac',
522 'type': 'none', 523 'type': 'none',
523 'dependencies': [ 524 'dependencies': [
524 '../chrome/chrome.gyp:chrome', 525 '../chrome/chrome.gyp:chrome',
525 '../net/net.gyp:dns_fuzz_stub', 526 '../net/net.gyp:dns_fuzz_stub',
527 '../content/content.gyp:content_shell',
526 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 528 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
527 ], 529 ],
528 }, 530 },
529 { 531 {
530 'target_name': 'chromium_builder_dbg_valgrind_mac', 532 'target_name': 'chromium_builder_dbg_valgrind_mac',
531 'type': 'none', 533 'type': 'none',
532 'dependencies': [ 534 'dependencies': [
533 '../base/base.gyp:base_unittests', 535 '../base/base.gyp:base_unittests',
534 '../chrome/chrome.gyp:unit_tests', 536 '../chrome/chrome.gyp:unit_tests',
535 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 537 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 677 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
676 '../url/url.gyp:googleurl_unittests', 678 '../url/url.gyp:googleurl_unittests',
677 ], 679 ],
678 }, 680 },
679 { 681 {
680 'target_name': 'webkit_builder_win', 682 'target_name': 'webkit_builder_win',
681 'type': 'none', 683 'type': 'none',
682 'dependencies': [ 684 'dependencies': [
683 '../webkit/webkit.gyp:test_shell', 685 '../webkit/webkit.gyp:test_shell',
684 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 686 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
687 '../content/content.gyp:content_shell',
685 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 688 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
686 ], 689 ],
687 }, 690 },
688 ], # targets 691 ], # targets
689 'conditions': [ 692 'conditions': [
690 ['branding=="Chrome"', { 693 ['branding=="Chrome"', {
691 'targets': [ 694 'targets': [
692 { 695 {
693 'target_name': 'chrome_official_builder', 696 'target_name': 'chrome_official_builder',
694 'type': 'none', 697 'type': 'none',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 '../chrome/chrome.gyp:interactive_ui_tests_run', 850 '../chrome/chrome.gyp:interactive_ui_tests_run',
848 '../chrome/chrome.gyp:sync_integration_tests_run', 851 '../chrome/chrome.gyp:sync_integration_tests_run',
849 '../chrome/chrome.gyp:unit_tests_run', 852 '../chrome/chrome.gyp:unit_tests_run',
850 '../net/net.gyp:net_unittests_run', 853 '../net/net.gyp:net_unittests_run',
851 ], 854 ],
852 }, # target_name: chromium_swarm_tests 855 }, # target_name: chromium_swarm_tests
853 ], 856 ],
854 }], 857 }],
855 ], # conditions 858 ], # conditions
856 } 859 }
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