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

Side by Side Diff: build/all.gyp

Issue 14841004: Remove remaining references to test_shell_tests now that the bots have been updated. (Closed) Base URL: svn://chrome-svn/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 | tools/code_coverage/coverage.py » ('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) 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 674 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
675 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 675 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
676 '../url/url.gyp:googleurl_unittests', 676 '../url/url.gyp:googleurl_unittests',
677 ], 677 ],
678 }, 678 },
679 { 679 {
680 'target_name': 'webkit_builder_win', 680 'target_name': 'webkit_builder_win',
681 'type': 'none', 681 'type': 'none',
682 'dependencies': [ 682 'dependencies': [
683 '../webkit/webkit.gyp:test_shell', 683 '../webkit/webkit.gyp:test_shell',
684 '../webkit/webkit.gyp:test_shell_tests',
685 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 684 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
686 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 685 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
687 ], 686 ],
688 }, 687 },
689 ], # targets 688 ], # targets
690 'conditions': [ 689 'conditions': [
691 ['branding=="Chrome"', { 690 ['branding=="Chrome"', {
692 'targets': [ 691 'targets': [
693 { 692 {
694 'target_name': 'chrome_official_builder', 693 'target_name': 'chrome_official_builder',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 '../chrome/chrome.gyp:interactive_ui_tests_run', 847 '../chrome/chrome.gyp:interactive_ui_tests_run',
849 '../chrome/chrome.gyp:sync_integration_tests_run', 848 '../chrome/chrome.gyp:sync_integration_tests_run',
850 '../chrome/chrome.gyp:unit_tests_run', 849 '../chrome/chrome.gyp:unit_tests_run',
851 '../net/net.gyp:net_unittests_run', 850 '../net/net.gyp:net_unittests_run',
852 ], 851 ],
853 }, # target_name: chromium_swarm_tests 852 }, # target_name: chromium_swarm_tests
854 ], 853 ],
855 }], 854 }],
856 ], # conditions 855 ], # conditions
857 } 856 }
OLDNEW
« no previous file with comments | « no previous file | tools/code_coverage/coverage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698