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

Side by Side Diff: build/all.gyp

Issue 17397011: Adding content_shell to the dependencies in the chromium_builder_tests target. (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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'dependencies': [ 220 'dependencies': [
221 '../cc/cc_tests.gyp:cc_unittests', 221 '../cc/cc_tests.gyp:cc_unittests',
222 '../chrome/chrome.gyp:browser_tests', 222 '../chrome/chrome.gyp:browser_tests',
223 '../chrome/chrome.gyp:chromedriver2_tests', 223 '../chrome/chrome.gyp:chromedriver2_tests',
224 '../chrome/chrome.gyp:chromedriver2_unittests', 224 '../chrome/chrome.gyp:chromedriver2_unittests',
225 '../chrome/chrome.gyp:interactive_ui_tests', 225 '../chrome/chrome.gyp:interactive_ui_tests',
226 '../chrome/chrome.gyp:sync_integration_tests', 226 '../chrome/chrome.gyp:sync_integration_tests',
227 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 227 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
228 '../components/components.gyp:components_unittests', 228 '../components/components.gyp:components_unittests',
229 '../content/content.gyp:content_browsertests', 229 '../content/content.gyp:content_browsertests',
230 '../content/content.gyp:content_shell',
230 '../content/content.gyp:content_unittests', 231 '../content/content.gyp:content_unittests',
231 '../device/device.gyp:device_unittests', 232 '../device/device.gyp:device_unittests',
232 '../gpu/gpu.gyp:gpu_unittests', 233 '../gpu/gpu.gyp:gpu_unittests',
233 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 234 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
234 '../ipc/ipc.gyp:ipc_tests', 235 '../ipc/ipc.gyp:ipc_tests',
235 '../jingle/jingle.gyp:jingle_unittests', 236 '../jingle/jingle.gyp:jingle_unittests',
236 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 237 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
237 '../printing/printing.gyp:printing_unittests', 238 '../printing/printing.gyp:printing_unittests',
238 '../remoting/remoting.gyp:remoting_unittests', 239 '../remoting/remoting.gyp:remoting_unittests',
239 '../sync/sync.gyp:sync_unit_tests', 240 '../sync/sync.gyp:sync_unit_tests',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../chrome/chrome.gyp:interactive_ui_tests_run', 886 '../chrome/chrome.gyp:interactive_ui_tests_run',
886 '../chrome/chrome.gyp:sync_integration_tests_run', 887 '../chrome/chrome.gyp:sync_integration_tests_run',
887 '../chrome/chrome.gyp:unit_tests_run', 888 '../chrome/chrome.gyp:unit_tests_run',
888 '../net/net.gyp:net_unittests_run', 889 '../net/net.gyp:net_unittests_run',
889 ], 890 ],
890 }, # target_name: chromium_swarm_tests 891 }, # target_name: chromium_swarm_tests
891 ], 892 ],
892 }], 893 }],
893 ], # conditions 894 ], # conditions
894 } 895 }
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