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

Side by Side Diff: build/all.gyp

Issue 24049005: Add google_apis_unittests to 'chromium_builder_tests' target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 '../chrome/chrome.gyp:chromedriver2_tests', 220 '../chrome/chrome.gyp:chromedriver2_tests',
221 '../chrome/chrome.gyp:chromedriver2_unittests', 221 '../chrome/chrome.gyp:chromedriver2_unittests',
222 '../chrome/chrome.gyp:interactive_ui_tests', 222 '../chrome/chrome.gyp:interactive_ui_tests',
223 '../chrome/chrome.gyp:sync_integration_tests', 223 '../chrome/chrome.gyp:sync_integration_tests',
224 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 224 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
225 '../components/components.gyp:components_unittests', 225 '../components/components.gyp:components_unittests',
226 '../content/content.gyp:content_browsertests', 226 '../content/content.gyp:content_browsertests',
227 '../content/content.gyp:content_shell', 227 '../content/content.gyp:content_shell',
228 '../content/content.gyp:content_unittests', 228 '../content/content.gyp:content_unittests',
229 '../device/device_tests.gyp:device_unittests', 229 '../device/device_tests.gyp:device_unittests',
230 '../google_apis/google_apis.gyp:google_apis_unittests',
231 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
230 '../gpu/gpu.gyp:gpu_unittests', 232 '../gpu/gpu.gyp:gpu_unittests',
231 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
232 '../ipc/ipc.gyp:ipc_tests', 233 '../ipc/ipc.gyp:ipc_tests',
233 '../jingle/jingle.gyp:jingle_unittests', 234 '../jingle/jingle.gyp:jingle_unittests',
234 '../media/media.gyp:media_unittests', 235 '../media/media.gyp:media_unittests',
235 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 236 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
236 '../printing/printing.gyp:printing_unittests', 237 '../printing/printing.gyp:printing_unittests',
237 '../remoting/remoting.gyp:remoting_unittests', 238 '../remoting/remoting.gyp:remoting_unittests',
238 '../sync/sync.gyp:sync_unit_tests', 239 '../sync/sync.gyp:sync_unit_tests',
240 '../third_party/WebKit/public/all.gyp:all_blink',
239 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 241 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
240 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 242 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
241 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 243 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
242 '../third_party/WebKit/public/all.gyp:all_blink',
243 ], 244 ],
244 }], 245 }],
245 ['OS=="win"', { 246 ['OS=="win"', {
246 'dependencies': [ 247 'dependencies': [
247 '../chrome/chrome.gyp:crash_service', 248 '../chrome/chrome.gyp:crash_service',
248 '../chrome/chrome.gyp:installer_util_unittests', 249 '../chrome/chrome.gyp:installer_util_unittests',
249 '../chrome/chrome.gyp:mini_installer_test', 250 '../chrome/chrome.gyp:mini_installer_test',
250 # mini_installer_tests depends on mini_installer. This should be 251 # mini_installer_tests depends on mini_installer. This should be
251 # defined in installer.gyp. 252 # defined in installer.gyp.
252 '../chrome/installer/mini_installer.gyp:mini_installer', 253 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 '../chrome/chrome.gyp:interactive_ui_tests_run', 911 '../chrome/chrome.gyp:interactive_ui_tests_run',
911 '../chrome/chrome.gyp:sync_integration_tests_run', 912 '../chrome/chrome.gyp:sync_integration_tests_run',
912 '../chrome/chrome.gyp:unit_tests_run', 913 '../chrome/chrome.gyp:unit_tests_run',
913 '../net/net.gyp:net_unittests_run', 914 '../net/net.gyp:net_unittests_run',
914 ], 915 ],
915 }, # target_name: chromium_swarm_tests 916 }, # target_name: chromium_swarm_tests
916 ], 917 ],
917 }], 918 }],
918 ], # conditions 919 ], # conditions
919 } 920 }
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