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

Side by Side Diff: BUILD.gn

Issue 961323004: Add remoting and PPAPI tests to GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync tests Created 5 years, 9 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
« no previous file with comments | « no previous file | build/config/linux/gtk/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//google_apis/gcm:gcm_unit_tests", 56 "//google_apis/gcm:gcm_unit_tests",
57 "//gpu:gpu_unittests", 57 "//gpu:gpu_unittests",
58 "//ipc:ipc_tests", 58 "//ipc:ipc_tests",
59 "//ipc/mojo:ipc_mojo_unittests", 59 "//ipc/mojo:ipc_mojo_unittests",
60 "//jingle:jingle_unittests", 60 "//jingle:jingle_unittests",
61 "//media:media_unittests", 61 "//media:media_unittests",
62 "//media/cast:cast_unittests", 62 "//media/cast:cast_unittests",
63 "//mojo", 63 "//mojo",
64 "//mojo/common:mojo_common_unittests", 64 "//mojo/common:mojo_common_unittests",
65 "//net:net_unittests", 65 "//net:net_unittests",
66 "//ppapi:ppapi_unittests",
66 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent? 67 "//ppapi/examples", # TODO(GYP): What's the GYP equivalent?
67 "//printing:printing_unittests", 68 "//printing:printing_unittests",
69 "//remoting:remoting_unittests",
68 "//skia:skia_unittests", 70 "//skia:skia_unittests",
69 "//sql:sql_unittests", 71 "//sql:sql_unittests",
70 "//sync:sync_unit_tests", 72 "//sync:sync_unit_tests",
71 "//third_party/WebKit/public:blink_tests", 73 "//third_party/WebKit/public:blink_tests",
72 "//third_party/cacheinvalidation:cacheinvalidation_unittests", 74 "//third_party/cacheinvalidation:cacheinvalidation_unittests",
73 "//third_party/codesighs", 75 "//third_party/codesighs",
74 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", 76 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
75 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", 77 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
76 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", 78 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
77 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", 79 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 if (is_linux) { 271 if (is_linux) {
270 # This group corresponds to the list of tests run on the waterfall for 272 # This group corresponds to the list of tests run on the waterfall for
271 # desktop Linux GYP builds from testing/buildbot/chromium.linux.json. It's 273 # desktop Linux GYP builds from testing/buildbot/chromium.linux.json. It's
272 # here to help track GYP -> GN conversion progress. 274 # here to help track GYP -> GN conversion progress.
273 group("linux_default_tests") { 275 group("linux_default_tests") {
274 testonly = true 276 testonly = true
275 deps = [ 277 deps = [
276 # components_browsertests TODO(GYP) 278 # components_browsertests TODO(GYP)
277 # device_unittests TODO(GYP) 279 # device_unittests TODO(GYP)
278 # nacl_loader_unittests TODO(GYP) 280 # nacl_loader_unittests TODO(GYP)
279 # ppapi_unittests TODO(GYP)
280 # remoting_unittests TODO(GYP)
281 281
282 "//base:base_unittests", # PASSES (*) 2/25/2015 282 "//base:base_unittests", # PASSES (*) 2/25/2015
283 "//cc:cc_unittests", # PASSES 2/25/2015 283 "//cc:cc_unittests", # PASSES 2/25/2015
284 "//chrome/test:browser_tests", 284 "//chrome/test:browser_tests",
285 "//chrome/test:interactive_ui_tests", 285 "//chrome/test:interactive_ui_tests",
286 "//chrome/test:sync_integration_tests", # Crashes for brettw in GN and GY P. 286 "//chrome/test:sync_integration_tests", # Crashes for brettw in GN and GY P.
287 "//chrome/test:unit_tests", # PASSES 2/25/2015 287 "//chrome/test:unit_tests", # PASSES 2/25/2015
288 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 2/25/2015 288 "//chrome/test/chromedriver:chromedriver_unittests", # PASSES 2/25/2015
289 "//components:components_unittests", # PASSES 2/27/2015 289 "//components:components_unittests", # PASSES 2/27/2015
290 "//content/test:content_browsertests", 290 "//content/test:content_browsertests",
291 "//content/test:content_unittests", # PASSES 2/25/2015 291 "//content/test:content_unittests", # PASSES 2/25/2015
292 "//crypto:crypto_unittests", # PASSES 2/25/2015 292 "//crypto:crypto_unittests", # PASSES 2/25/2015
293 "//dbus:dbus_unittests", # PASSES 2/25/2015 293 "//dbus:dbus_unittests", # PASSES 2/25/2015
294 "//extensions:extensions_browsertests", # PASSES 2/25/2015 294 "//extensions:extensions_browsertests", # PASSES 2/25/2015
295 "//extensions:extensions_unittests", # PASSES 2/25/2015 295 "//extensions:extensions_unittests", # PASSES 2/25/2015
296 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015 296 "//extensions/shell:app_shell_unittests", # PASSES 2/25/2015
297 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015 297 "//google_apis/gcm:gcm_unit_tests", # PASSES 2/25/2015
298 "//google_apis:google_apis_unittests", # PASSES 2/25/2015 298 "//google_apis:google_apis_unittests", # PASSES 2/25/2015
299 "//gpu:gpu_unittests", # PASSES 2/25/2015 299 "//gpu:gpu_unittests", # PASSES 2/25/2015
300 "//ipc:ipc_tests", # PASSES 2/25/2015 300 "//ipc:ipc_tests", # PASSES 2/25/2015
301 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015 301 "//ipc/mojo:ipc_mojo_unittests", # PASSES 2/25/2015
302 "//jingle:jingle_unittests", # PASSES 2/25/2015 302 "//jingle:jingle_unittests", # PASSES 2/25/2015
303 "//media/cast:cast_unittests", # PASSES 2/25/2015 303 "//media/cast:cast_unittests", # PASSES 2/25/2015
304 "//media:media_unittests", # TODO(GYP) MidiManagerTest fails. 304 "//media:media_unittests", # TODO(GYP) MidiManagerTest fails.
305 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015 305 "//mojo/common:mojo_common_unittests", # PASSES 2/25/2015
306 "//net:net_unittests", # PASSES 2/25/2015 306 "//net:net_unittests", # PASSES 2/25/2015
307 "//ppapi:ppapi_unittests", # PASSES 2/26/2015
307 "//printing:printing_unittests", # PASSES 2/25/2015 308 "//printing:printing_unittests", # PASSES 2/25/2015
309 "//remoting:remoting_unittests", # Some crashes.
308 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015 310 "//sandbox/linux:sandbox_linux_unittests", # PASSES 2/25/2015
309 "//skia:skia_unittests", # PASSES 2/25/2015 311 "//skia:skia_unittests", # PASSES 2/25/2015
310 "//sql:sql_unittests", # PASSES 2/25/2015 312 "//sql:sql_unittests", # PASSES 2/25/2015
311 "//sync:sync_unit_tests", # PASSES 2/25/2015 313 "//sync:sync_unit_tests", # PASSES 2/25/2015
312 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015 314 "//third_party/cacheinvalidation:cacheinvalidation_unittests", # PASSES 2 /25/2015
313 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", # PASSES 2/25/2015 315 "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", # PASSES 2/25/2015
314 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", # PASSES 2/25/2015 316 "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests", # PASSES 2/25/2015
315 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", # PASSES 2/25/2015 317 "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests", # PASSES 2/25/2015
316 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 2/25/2015 318 "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", # PA SSES 2/25/2015
317 "//ui/accessibility:accessibility_unittests", # PASSES 2/25/2015 319 "//ui/accessibility:accessibility_unittests", # PASSES 2/25/2015
318 "//ui/app_list:app_list_unittests", # PASSES 2/25/2015 320 "//ui/app_list:app_list_unittests", # PASSES 2/25/2015
319 "//ui/aura:aura_unittests", # PASSES 2/25/2015 321 "//ui/aura:aura_unittests", # PASSES 2/25/2015
320 "//ui/base:ui_base_unittests", # TODO(GYP) ResourceBundleTest.* fails. 322 "//ui/base:ui_base_unittests", # TODO(GYP) ResourceBundleTest.* fails.
321 "//ui/compositor:compositor_unittests", # PASSES 2/25/2015 323 "//ui/compositor:compositor_unittests", # PASSES 2/25/2015
322 "//ui/display:display_unittests", # PASSES 2/25/2015 324 "//ui/display:display_unittests", # PASSES 2/25/2015
323 "//ui/events:events_unittests", # PASSES 2/25/2015 325 "//ui/events:events_unittests", # PASSES 2/25/2015
324 "//ui/gfx:gfx_unittests", # PASSES 2/25/2015 326 "//ui/gfx:gfx_unittests", # PASSES 2/25/2015
325 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 327 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
326 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 328 "//ui/views:views_unittests", # PASSES (*) 2/25/2015
327 "//ui/wm:wm_unittests", # PASSES 2/25/2015 329 "//ui/wm:wm_unittests", # PASSES 2/25/2015
328 "//url:url_unittests", # PASSES 2/25/2015 330 "//url:url_unittests", # PASSES 2/25/2015
329 331
330 # Note: 332 # Note:
331 # (*) Fails but failures match GYP build at time of testing. 333 # (*) Fails but failures match GYP build at time of testing.
332 ] 334 ]
333 } 335 }
334 } 336 }
OLDNEW
« no previous file with comments | « no previous file | build/config/linux/gtk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698