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

Side by Side Diff: build/all.gyp

Issue 109383006: Add cast_unittests to chromium_builder_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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
« 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../content/content_shell_and_tests.gyp:content_browsertests', 251 '../content/content_shell_and_tests.gyp:content_browsertests',
252 '../content/content_shell_and_tests.gyp:content_shell', 252 '../content/content_shell_and_tests.gyp:content_shell',
253 '../content/content_shell_and_tests.gyp:content_unittests', 253 '../content/content_shell_and_tests.gyp:content_unittests',
254 '../device/device_tests.gyp:device_unittests', 254 '../device/device_tests.gyp:device_unittests',
255 '../gin/gin.gyp:gin_unittests', 255 '../gin/gin.gyp:gin_unittests',
256 '../google_apis/google_apis.gyp:google_apis_unittests', 256 '../google_apis/google_apis.gyp:google_apis_unittests',
257 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support', 257 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_confor m_support',
258 '../gpu/gpu.gyp:gpu_unittests', 258 '../gpu/gpu.gyp:gpu_unittests',
259 '../ipc/ipc.gyp:ipc_tests', 259 '../ipc/ipc.gyp:ipc_tests',
260 '../jingle/jingle.gyp:jingle_unittests', 260 '../jingle/jingle.gyp:jingle_unittests',
261 '../media/cast/cast.gyp:cast_unittests',
261 '../media/media.gyp:media_unittests', 262 '../media/media.gyp:media_unittests',
262 '../mojo/mojo.gyp:mojo', 263 '../mojo/mojo.gyp:mojo',
263 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 264 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
264 '../remoting/remoting.gyp:remoting_unittests', 265 '../remoting/remoting.gyp:remoting_unittests',
265 '../third_party/WebKit/public/all.gyp:all_blink', 266 '../third_party/WebKit/public/all.gyp:all_blink',
266 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 267 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
267 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 268 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
268 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 269 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
269 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 270 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
270 ], 271 ],
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 '../chrome/chrome.gyp:interactive_ui_tests_run', 1085 '../chrome/chrome.gyp:interactive_ui_tests_run',
1085 '../chrome/chrome.gyp:sync_integration_tests_run', 1086 '../chrome/chrome.gyp:sync_integration_tests_run',
1086 '../chrome/chrome.gyp:unit_tests_run', 1087 '../chrome/chrome.gyp:unit_tests_run',
1087 '../net/net.gyp:net_unittests_run', 1088 '../net/net.gyp:net_unittests_run',
1088 ], 1089 ],
1089 }, # target_name: chromium_swarm_tests 1090 }, # target_name: chromium_swarm_tests
1090 ], 1091 ],
1091 }], 1092 }],
1092 ], # conditions 1093 ], # conditions
1093 } 1094 }
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