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

Side by Side Diff: build/all.gyp

Issue 71873004: Add mojo and gin to chromium_builder_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 # TODO(kkania): Remove these after infra no longer depends on them. 237 # TODO(kkania): Remove these after infra no longer depends on them.
238 '../chrome/chrome.gyp:chromedriver2_unittests', 238 '../chrome/chrome.gyp:chromedriver2_unittests',
239 '../chrome/chrome.gyp:interactive_ui_tests', 239 '../chrome/chrome.gyp:interactive_ui_tests',
240 '../chrome/chrome.gyp:sync_integration_tests', 240 '../chrome/chrome.gyp:sync_integration_tests',
241 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 241 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
242 '../components/components_tests.gyp:components_unittests', 242 '../components/components_tests.gyp:components_unittests',
243 '../content/content_shell_and_tests.gyp:content_browsertests', 243 '../content/content_shell_and_tests.gyp:content_browsertests',
244 '../content/content_shell_and_tests.gyp:content_shell', 244 '../content/content_shell_and_tests.gyp:content_shell',
245 '../content/content_shell_and_tests.gyp:content_unittests', 245 '../content/content_shell_and_tests.gyp:content_unittests',
246 '../device/device_tests.gyp:device_unittests', 246 '../device/device_tests.gyp:device_unittests',
247 '../gin/gin.gyp:gin_unittests',
247 '../google_apis/google_apis.gyp:google_apis_unittests', 248 '../google_apis/google_apis.gyp:google_apis_unittests',
248 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 249 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
249 '../gpu/gpu.gyp:gpu_unittests', 250 '../gpu/gpu.gyp:gpu_unittests',
250 '../ipc/ipc.gyp:ipc_tests', 251 '../ipc/ipc.gyp:ipc_tests',
251 '../jingle/jingle.gyp:jingle_unittests', 252 '../jingle/jingle.gyp:jingle_unittests',
252 '../media/media.gyp:media_unittests', 253 '../media/media.gyp:media_unittests',
254 '../mojo/mojo.gyp:mojo',
253 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 255 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
254 '../remoting/remoting.gyp:remoting_unittests', 256 '../remoting/remoting.gyp:remoting_unittests',
255 '../sync/sync.gyp:sync_unit_tests', 257 '../sync/sync.gyp:sync_unit_tests',
256 '../third_party/WebKit/public/all.gyp:all_blink', 258 '../third_party/WebKit/public/all.gyp:all_blink',
257 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 259 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
258 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 260 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
259 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 261 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
260 ], 262 ],
261 }], 263 }],
262 ['OS=="win"', { 264 ['OS=="win"', {
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 '../chrome/chrome.gyp:interactive_ui_tests_run', 1044 '../chrome/chrome.gyp:interactive_ui_tests_run',
1043 '../chrome/chrome.gyp:sync_integration_tests_run', 1045 '../chrome/chrome.gyp:sync_integration_tests_run',
1044 '../chrome/chrome.gyp:unit_tests_run', 1046 '../chrome/chrome.gyp:unit_tests_run',
1045 '../net/net.gyp:net_unittests_run', 1047 '../net/net.gyp:net_unittests_run',
1046 ], 1048 ],
1047 }, # target_name: chromium_swarm_tests 1049 }, # target_name: chromium_swarm_tests
1048 ], 1050 ],
1049 }], 1051 }],
1050 ], # conditions 1052 ], # conditions
1051 } 1053 }
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