Roll src/third_party/skia f93dd48:d1783ae
[chromium-blink-merge.git] / BUILD.gn
blob7082af0c6a93877db9abd129d014a9bcc131d494
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
3 # found in the LICENSE file.
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
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
9 # file to your new one or GN won't know about it.
11 import("//build/config/features.gni")
12 import("//build/config/ui.gni")
14 if (is_android) {
15   import("//build/config/android/config.gni")
18 declare_args() {
19   # A list of extra dependencies to add to the root target. This allows a
20   # checkout to add additional targets without explicitly changing any checked-
21   # in files.
22   root_extra_deps = []
25 # The "gn_all" target should list every root target (target that
26 # nothing else depends on) built by both GN and GYP. One should
27 # be able to run 'ninja gn_all gn_only gn_groups' and then run
28 # 'ninja' a second time and have the second ninja invocation do nothing.
30 # In addition, the "gn_all" target serves to pull in all of the other
31 # build files needed for the build.
33 # TODO(GYP): make sure that the above is true and there are scripts run
34 # on the bots that enforce this.
36 group("gn_all") {
37   testonly = true
39   deps = [
40     "//base:base_unittests",
41     "//cc:cc_unittests",
42     "//chrome",
43     "//chrome/test:browser_tests",
44     "//chrome/test:interactive_ui_tests",
45     "//chrome/test:sync_integration_tests",
46     "//chrome/test:unit_tests",
47     "//chrome/test/chromedriver:chromedriver_unittests",
48     "//components:components_unittests",
49     "//content/shell:content_shell",
50     "//content/test:content_browsertests",
51     "//content/test:content_perftests",
52     "//content/test:content_unittests",
53     "//crypto:crypto_unittests",
54     "//extensions:extensions_browsertests",
55     "//extensions:extensions_unittests",
56     "//google_apis/gcm:gcm_unit_tests",
57     "//gpu:gpu_unittests",
58     "//ipc:ipc_tests",
59     "//ipc/mojo:ipc_mojo_unittests",
60     "//jingle:jingle_unittests",
61     "//media:media_unittests",
62     "//media/cast:cast_unittests",
63     "//mojo",
64     "//mojo/common:mojo_common_unittests",
65     "//net:net_unittests",
66     "//ppapi:ppapi_unittests",
67     "//ppapi/examples",  # TODO(GYP): What's the GYP equivalent?
68     "//printing:printing_unittests",
69     "//skia:skia_unittests",
70     "//sql:sql_unittests",
71     "//sync:sync_unit_tests",
72     "//third_party/WebKit/public:blink_tests",
73     "//third_party/cacheinvalidation:cacheinvalidation_unittests",
74     "//third_party/codesighs",
75     "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
76     "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
77     "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
78     "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
79     "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
80     "//third_party/pdfium/samples:pdfium_test",
81     "//third_party/smhasher:pmurhash",
82     "//tools/imagediff($host_toolchain)",
83     "//tools/gn",
84     "//tools/gn:gn_unittests",
85     "//tools/telemetry:bitmaptools($host_toolchain)",
86     "//ui/accessibility:accessibility_unittests",
87     "//ui/app_list:app_list_unittests",
88     "//ui/base:ui_base_unittests",
89     "//ui/display:display_unittests",
90     "//ui/events:events_unittests",
91     "//ui/gfx:gfx_unittests",
92     "//ui/touch_selection:ui_touch_selection_unittests",
93     "//url:url_unittests",
94   ]
96   deps += root_extra_deps
98   # TODO(GYP): Get this working on the mac?
99   if (enable_extensions && !is_mac) {
100     deps += [ "//extensions/shell:app_shell_unittests" ]
101   }
103   if (!is_android) {
104     deps += [ "//remoting:remoting_unittests" ]
105   }
107   if (!is_win) {
108     deps += [ "//breakpad:symupload" ]
109   }
111   if (use_x11) {
112     deps += [ "//tools/xdisplaycheck" ]
113   }
115   if (toolkit_views) {
116     deps += [ "//ui/views:views_unittests" ]
117   }
119   if (use_aura) {
120     deps += [ "//ui/wm:wm_unittests" ]
121   }
123   if (use_ozone) {
124     deps += [ "//ui/ozone" ]
125   }
127   if (enable_media_router) {
128     deps += [
129       "//chrome/browser/media/router/",
130       "//chrome/browser/media/router:unit_tests",
131     ]
132   }
134   if (is_win || is_mac || is_chromeos) {
135     # RLZ works on these platforms.
136     # TODO(GYP): Is this target needed, or pulled in automatically?
137     deps += [ "//rlz:rlz_lib" ]
138   }
140   if (is_android) {
141     deps += [
142       "//base/android/linker:chromium_android_linker",
143       "//build/android/gyp/test:hello_world",
144       "//build/android/rezip",
145       "//chrome/android:chrome_shell_apk",
146       "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk",
147       "//tools/imagediff($host_toolchain)",
149       # TODO(GYP): Remove these when the components_unittests work.
150       "//components/history/core/test:test",
151       "//components/policy:policy_component_test_support",
152       "//components/policy:test_support",
153       "//components/rappor:test_support",
154       "//components/signin/core/browser:test_support",
155       "//components/sync_driver:test_support",
156       "//components/user_manager",
157       "//components/wallpaper",
158       "//content/shell/android:content_shell_apk",
160       # TODO(GYP): Are these needed, or will they be pulled in automatically?
161       "//third_party/android_tools:android_gcm_java",
162       "//third_party/android_tools:uiautomator_java",
163       "//third_party/android_tools:android_support_v13_java",
164       "//third_party/android_tools:android_support_v7_appcompat_java",
165       "//third_party/android_tools:android_support_v7_mediarouter_java",
166       "//third_party/mesa",
167       "//third_party/mockito:mockito_java",
168       "//third_party/openmax_dl/dl",
169       "//third_party/speex",
170       "//ui/android:ui_java",
172       # TODO(GYP): Are these needed?
173       "//chrome/test:test_support_unit",
174       "//third_party/smhasher:murmurhash3",
175       "//ui/message_center:test_support",
176     ]
177     deps -= [
178       "//breakpad:symupload",  # TODO(GYP) ??
179       "//chrome",  # TODO(GYP) ??
180       "//chrome/test:browser_tests",  # TODO(GYP) ??
181       "//chrome/test:interactive_ui_tests",  # TODO(GYP) ??
182       "//chrome/test:sync_integration_tests",  # TODO(GYP) ??
183       "//chrome/test:unit_tests",  # TODO(GYP)
185       # Chromedriver shouldn't be compiled on Android.
186       "//chrome/test/chromedriver:chromedriver_unittests",
187       "//extensions:extensions_browsertests",
188       "//extensions:extensions_unittests",
189       "//google_apis/gcm:gcm_unit_tests",
190       "//ipc:ipc_tests",  # TODO(GYP) ??
191       "//jingle:jingle_unittests",  # TODO(GYP) ??
192       "//net:net_unittests",
193       "//ppapi/examples",
194       "//third_party/pdfium/samples:pdfium_test",
195       "//tools/gn",
196       "//tools/gn:gn_unittests",
197       "//ui/app_list:app_list_unittests",
198       "//url:url_unittests",
199     ]
201     if (has_chrome_android_internal) {
202       deps += [ "//clank" ]  # TODO(GYP) ??
203     }
204   }
206   if (is_linux) {
207     # The following are definitely linux-only.
208     deps += [
209       "//breakpad:breakpad_unittests",
210       "//breakpad:generate_test_dump",
211       "//dbus:dbus_test_server",
212       "//dbus:dbus_unittests",
213       "//net:disk_cache_memory_test",
214       "//net:flip_in_mem_edsm_server",
215       "//net:flip_in_mem_edsm_server_unittests",
216       "//net:quic_client",
217       "//net:quic_server",
218       "//sandbox/linux:chrome_sandbox",
219       "//sandbox/linux:sandbox_linux_unittests",
220       "//sandbox/linux:sandbox_linux_jni_unittests",
221     ]
223     if (is_chromeos || use_ash) {
224       deps += [ "//components/session_manager/core" ]
225     }
226   }
228   if (is_linux && !is_chromeos) {
229     deps += [
230       # TODO(GYP): Figure out which of these should (and can) build
231       # under which other conditions.
232       "//base:base_perftests",
233       "//base:base_i18n_perftests",
234       "//base:check_example",
235       "//base:protect_file_posix",
236       "//base:build_utf8_validator_tables",
237       "//breakpad:core-2-minidump",
238       "//breakpad:dump_syms",
239       "//breakpad:microdump_stackwalk",
240       "//breakpad:minidump-2-core",
241       "//breakpad:minidump_dump",
242       "//breakpad:minidump_stackwalk",
243       "//build/sanitizers:copy_llvm_symbolizer",
244       "//cc/blink:cc_blink_unittests",
245       "//cc:cc_perftests",
246       "//chrome/test:chrome_app_unittests",
247       "//chrome/test:load_library_perf_tests",
248       "//chrome/test:sync_performance_tests",
249       "//chrome/test/chromedriver:chromedriver",
250       "//chrome/test/chromedriver:chromedriver_tests",
251       "//chrome/tools/profile_reset:jtl_compiler",
252       "//components:components_perftests",
253       "//components/network_hints/browser",
254       "//components/webui_generator",
255       "//content/public/app:browser",
256       "//content/public/app:child",
257       "//content/test:content_gl_tests",
258       "//content/test:content_gl_benchmark",
259       "//courgette:courgette",
260       "//courgette:courgette_fuzz",
261       "//courgette:courgette_minimal_tool",
262       "//courgette:courgette_unittests",
263       "//device:device_unittests",
264       "//gin:gin_shell",
265       "//gin:gin_v8_snapshot_fingerprint",
266       "//gin:gin_unittests",
267       "//google_apis:google_apis_unittests",
268       "//google_apis/gcm:mcs_probe",
269       "//gpu:angle_unittests",
270       "//gpu:gl_tests",
272       # TODO(GYP): Remove this when the gles2 tests work
273       "//gpu/command_buffer/client:gles2_implementation_no_check",
275       "//gpu:gpu_perftests",
276       "//ipc:ipc_perftests",
277       "//media:ffmpeg_regression_tests",  # TODO(GYP) this should be conditional on media_use_ffmpeg
278       "//media:media_perftests",
279       "//media/cast:cast_benchmarks",
280       "//media/cast:generate_barcode_video",
281       "//media/cast:generate_timecode_audio",
282       "//media/cast:tap_proxy",
283       "//mojo/application",
284       "//net:crash_cache",
285       "//net:crl_set_dump",
286       "//net:dns_fuzz_stub",
287       "//net:gdig",
288       "//net:get_server_time",
290       #"//net:hpack_example_generator",  # TODO(GYP) rockot in progress
291       #"//net:hpack_fuzz_mutator",  # TODO(GYP) rockot in progress
292       #"//net:hpack_fuzz_wrapper",  # TODO(GYP) rockot in progress
293       #"//net:net_perftests",  # TODO(GYP) rockot in progress
294       "//net:net_watcher",  # TODO(GYP): This should be conditional on use_v8_in_net
295       "//net:stress_cache",
296       "//net:tld_cleanup",
297       "//net:run_testserver",
298       "//net:dump_cache",
300       # "//ppapi:pepper_hash_for_uma",  # TODO(GYP): Implement me.
301       "//ppapi:ppapi_perftests",  # TODO(GYP): Are there other ppapi_* test targets?
302       "//skia:filter_fuzz_stub",
303       "//skia:image_operations_bench",
304       "//sync:run_sync_testserver",
305       "//sync:sync_endtoend_tests",
306       "//sync/tools:sync_client",
307       "//sync/tools:sync_listen_notifications",
308       "//testing/gmock:gmock_main",
309       "//third_party/codesighs:maptsvdifftool",
310       "//third_party/libphonenumber:libphonenumber_unittests",
311       "//third_party/mojo/src/mojo/edk/test:mojo_public_system_perftests",
312       "//tools/gn:generate_test_gn_data",
313       "//tools/perf/clear_system_cache",
314       "//ui/keyboard:keyboard_unittests",
315       "//ui/message_center:message_center_unittests",
316       "//ui/snapshot:snapshot_unittests",
317       "//ui/views/examples:views_examples_with_content_exe",
319       # "//v8:v8_snapshot",  # TODO(GYP): visibility?
320       # "//v8:postmortem-metadata",  # TODO(GYP): visibility?
322       "//third_party/codesighs:nm2tsv",
323       "//third_party/leveldatabase:env_chromium_unittests",
324       "//third_party/libaddressinput:libaddressinput_unittests",
325       "//third_party/sqlite:sqlite_shell",
326       "//ui/compositor:compositor_unittests",
327     ]
329     if (enable_extensions) {
330       deps += [ "//extensions/shell:app_shell" ]
331     }
333     if (enable_nacl) {
334       deps += [ "//components/nacl:nacl_loader_unittests" ]
335     }
337     if (!is_debug && !is_component_build) {
338       deps += [ "//chrome/tools/service_discovery_sniffer" ]
339     }
341     if (toolkit_views) {
342       deps += [ "//ui/app_list:app_list_demo" ]
343     }
345     if (use_ash) {
346       deps += [
347         "//ash:ash_shell",
348         "//ash:ash_shell_unittests",
349         "//ash:ash_unittests",
350       ]
351     }
353     if (use_aura) {
354       deps += [
355         "//ui/aura:aura_unittests",
356         "//ui/aura:bench",
357         "//ui/aura:demo",
358       ]
359     }
361     if (use_x11) {
362       deps += [ "//media:player_x11" ]
363     }
365     if (target_cpu != "arm") {
366       deps += [ "//gpu:compositor_model_bench" ]
367     }
368   }
370   if (is_mac) {
371     deps += [
372       "//breakpad:crash_inspector",
373       "//breakpad:dump_syms",
374       "//breakpad:symupload",
375       "//third_party/apple_sample_code",
376       "//third_party/molokocacao",
377     ]
379     # TODO(GYP): Remove these when the targets below work and these
380     # are pulled in automatically.
381     deps += [
382       "//cc/blink",
383       "//components/ui/zoom:ui_zoom",
384       "//content",
385       "//content/test:test_support",
386       "//device/battery",
387       "//device/bluetooth",
388       "//device/nfc",
389       "//device/usb",
390       "//device/vibration",
391       "//media/blink",
392       "//pdf",
393       "//storage/browser",
394       "//third_party/brotli",
395       "//third_party/flac",
396       "//third_party/hunspell",
397       "//third_party/iccjpeg",
398       "//third_party/libphonenumber",
399       "//third_party/ots",
400       "//third_party/qcms",
401       "//third_party/smhasher:murmurhash3",
402       "//third_party/speex",
403       "//third_party/webrtc/system_wrappers",
404       "//ui/native_theme",
405       "//ui/snapshot",
406       "//ui/surface",
407     ]
409     # TODO(dpranke): These are as-yet untriaged but need at least the above.
410     deps -= [
411       "//chrome",  # TODO(GYP)
412       "//chrome/test:browser_tests",  # TODO(GYP)
413       "//chrome/test:interactive_ui_tests",  # TODO(GYP)
414       "//chrome/test:sync_integration_tests",  # TODO(GYP)
415       "//chrome/test:unit_tests",  # TODO(GYP)
416       "//components:components_unittests",  # TODO(GYP)
417       "//content/test:content_browsertests",  # TODO(GYP)
418       "//content/test:content_perftests",  # TODO(GYP)
419       "//content/test:content_unittests",  # TODO(GYP)
420       "//extensions:extensions_browsertests",  # TODO(GYP)
421       "//extensions:extensions_unittests",  # TODO(GYP)
422       "//net:net_unittests",  # TODO(GYP)
423       "//ui/app_list:app_list_unittests",  # TODO(GYP)
424       "//ui/gfx:gfx_unittests",  # TODO(GYP)
425     ]
426   } else if (is_win) {
427     deps += [ "//ui/metro_viewer" ]
428     deps -= [
429       "//crypto:crypto_unittests",  # TODO(GYP)
430       "//net:net_unittests",  # TODO(GYP)
431     ]
432   }
435 group("gn_only") {
436   testonly = true
438   if (is_linux && !is_chromeos) {
439     # TODO(GYP): Figure out if any of these should be in gn_all
440     # and figure out how cross-platform they are
441     deps = [
442       ":gn_mojo_targets",
443       "//chrome/browser/resources:extension_resource_demo",
444       "//chrome/installer/util:strings",
445       "//chrome:main_dll",
446       "//chrome/test:load_library_perf_tests",
447       "//chrome/tools/convert_dict",
448       "//components/constrained_window:unit_tests",
449       "//components/enhanced_bookmarks:test_support",
450       "//components/password_manager/content/renderer:browser_tests",
451       "//components/metrics:serialization",
452       "//components/proximity_auth:proximity_auth_unittests",
453       "//components/rappor:unit_tests",
454       "//components/sessions:unit_tests",
455       "//media/blink:media_blink_unittests",
456       "//media/base:base_for_cast_ios",
457       "//media/cast:udp_proxy",
458       "//native_client/src/trusted/platform_qualify:vcpuid",
459       "//native_client/src/trusted/debug_stub:gdb_rsp_unittest",
460       "//storage/browser:dump_file_system",
461       "//third_party/angle:libANGLE",
462       "//third_party/angle:libEGL",
463       "//third_party/angle:libGLESv2",
464       "//third_party/cld_2:cld_2_dynamic_data_tool",
465       "//third_party/leveldatabase:leveldb_arena_test",
466       "//third_party/leveldatabase:leveldb_bloom_test",
467       "//third_party/leveldatabase:leveldb_db_test",
468       "//third_party/leveldatabase:leveldb_crc32c_test",
469       "//third_party/leveldatabase:leveldb_cache_test",
470       "//third_party/leveldatabase:leveldb_env_test",
471       "//third_party/leveldatabase:leveldb_write_batch_test",
472       "//third_party/leveldatabase:leveldb_filter_block_test",
473       "//third_party/leveldatabase:leveldb_version_edit_test",
474       "//third_party/leveldatabase:leveldb_db_bench",
475       "//third_party/leveldatabase:leveldb_log_test",
476       "//third_party/leveldatabase:leveldb_corruption_test",
477       "//third_party/leveldatabase:leveldb_table_test",
478       "//third_party/leveldatabase:leveldb_skiplist_test",
479       "//third_party/leveldatabase:leveldb_filename_test",
480       "//third_party/leveldatabase:leveldb_dbformat_test",
481       "//third_party/pdfium/third_party:freetype",
482       "//third_party/libjingle:peerconnnection_server",
483       "//third_party/libjpeg_turbo:simd",
484       "//third_party/libjpeg_turbo:simd_asm",
485       "//third_party/libsrtp:replay_driver",
486       "//third_party/libsrtp:roc_driver",
487       "//third_party/libsrtp:rtpw",
488       "//third_party/libsrtp:rdbx_driver",
489       "//third_party/libsrtp:srtp_driver",
490       "//third_party/libsrtp:srtp_driver",
491       "//third_party/libsrtp:srtp_test_kernel_driver",
492       "//third_party/libsrtp:srtp_test_cipher_driver",
493       "//third_party/libsrtp:srtp_test_datatypes_driver",
494       "//third_party/libsrtp:srtp_test_aes_calc",
495       "//third_party/libsrtp:srtp_test_env",
496       "//third_party/libsrtp:srtp_test_rand_gen",
497       "//third_party/libsrtp:srtp_test_sha1_driver",
498       "//third_party/libsrtp:srtp_test_stat_driver",
499       "//third_party/opus:opus_compare",
500       "//third_party/opus:opus_demo",
501       "//third_party/opus:test_opus_decode",
502       "//third_party/opus:test_opus_encode",
503       "//third_party/opus:test_opus_api",
504       "//third_party/opus:test_opus_padding",
505       "//third_party/webrtc/system_wrappers:field_trial_default",
506       "//third_party/webrtc/system_wrappers:metrics_default",
507       "//ui/display/types",
508       "//ui/shell_dialogs:shell_dialogs_unittests",
509       "//ui/views/examples:views_examples_exe",
510       "//v8:d8",
511     ]
512     if (enable_nacl) {
513       deps += [ "//native_client/src/trusted/service_runtime:sel_ldr" ]
514     }
515     if (use_ozone) {
516       deps += [ "//ui/ozone/demo" ]
517     }
518     if (is_android) {
519       deps += [ "//build/android/gyp/test:hello_world" ]
520     }
521   }
524 group("gn_mojo_targets") {
525   testonly = true
526   if (is_linux && !is_chromeos) {
527     # TODO(GYP): Figure out if any of these should be in gn_all
528     # and figure out how cross-platform they are
529     deps = [
530       "//chrome/browser/ui/webui/omnibox:mojo_bindings_python",
531       "//chrome/browser/ui/webui/omnibox:mojo_bindings_dart",
532       "//content/public/common:mojo_bindings_dart",
533       "//content/public/common:mojo_bindings_python",
534       "//content/common:mojo_bindings_dart",
535       "//content/common:mojo_bindings_python",
536       "//content/test:web_ui_test_mojo_bindings_dart",
537       "//content/test:web_ui_test_mojo_bindings_python",
538       "//device/battery:mojo_bindings_python",
539       "//device/battery:mojo_bindings_dart",
540       "//device/vibration:mojo_bindings_dart",
541       "//device/vibration:mojo_bindings_python",
542       "//ipc/mojo:ipc_mojo_perftests",
543       "//ipc/mojo:client_channel_dart",
544       "//ipc/mojo:client_channel_python",
545       "//media/mojo/interfaces:interfaces_dart",
546       "//media/mojo/interfaces:interfaces_python",
547       "//media/mojo/services:cdm_service",
548       "//media/mojo:tests",
549       "//net/interfaces:interfaces_dart",
550       "//net/interfaces:interfaces_python",
551       "//third_party/mojo/src/mojo/edk/js/test:js_integration_tests",
552       "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_dart",
553       "//third_party/mojo/src/mojo/edk/js/tests:js_to_cpp_bindings_python",
554       "//third_party/mojo/src/mojo/public/python:packaged_application",
555       "//third_party/mojo/src/mojo/public/python:packaged_bindings",
556       "//third_party/mojo/src/mojo/public/cpp/application:test_support_standalone",
557       "//third_party/mojo_services/src/accessibility/public/interfaces:interfaces_dart",
558       "//third_party/mojo_services/src/accessibility/public/interfaces:interfaces_python",
559       "//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_dart",
560       "//third_party/mojo_services/src/window_manager/public/interfaces:interfaces_python",
561     ]
563     if (!is_debug) {
564       deps += [
565         "//mojo/services/html_viewer:tests",
566         "//mojo/services/network:apptests",
567       ]
568     }
569   }
572 group("gn_visibility") {
573   deps = [
574     # "//build/config/sanitizers:options_sources",
575     # "//third_party/pdfium:pdfium_embeddertests",  # TODO(GYP): visibility?
576     # "//third_party/pdfium:pdfium_unittests",  # TODO(GYP): visibility?
577     # "//ui/resources:repack_ui_test_mac_locale_pack",
578     # "//v8:v8_snapshot",  # TODO(GYP): visibility?
579     # "//v8:postmortem-metadata",  # TODO(GYP): visibility?
580   ]
583 if (is_linux) {
584   # This group corresponds to the list of tests run on the waterfall for
585   # desktop Linux GYP builds from testing/buildbot/chromium.linux.json. It's
586   # here to help track GYP -> GN conversion progress.
587   group("linux_default_tests") {
588     testonly = true
589     deps = [
590       # components_browsertests  TODO(GYP)
591       # nacl_loader_unittests  TODO(GYP)
593       "//base:base_unittests",  # PASSES (*) 2/25/2015
594       "//cc:cc_unittests",  # PASSES 2/25/2015
595       "//chrome/test:browser_tests",
596       "//chrome/test:interactive_ui_tests",
597       "//chrome/test:sync_integration_tests",  # Crashes for brettw in GN and GYP.
598       "//chrome/test:unit_tests",  # PASSES 2/25/2015
599       "//chrome/test/chromedriver:chromedriver_unittests",  # PASSES 2/25/2015
600       "//components:components_unittests",  # PASSES 2/27/2015
601       "//content/test:content_browsertests",
602       "//content/test:content_unittests",  # PASSES 2/25/2015
603       "//crypto:crypto_unittests",  # PASSES 2/25/2015
604       "//dbus:dbus_unittests",  # PASSES 2/25/2015
605       "//device:device_unittests",  # PASSES 3/07/2015
606       "//extensions:extensions_browsertests",  # PASSES 2/25/2015
607       "//extensions:extensions_unittests",  # PASSES 2/25/2015
608       "//extensions/shell:app_shell_unittests",  # PASSES 2/25/2015
609       "//google_apis/gcm:gcm_unit_tests",  # PASSES 2/25/2015
610       "//google_apis:google_apis_unittests",  # PASSES 2/25/2015
611       "//gpu:gpu_unittests",  # PASSES 2/25/2015
612       "//ipc:ipc_tests",  # PASSES 2/25/2015
613       "//ipc/mojo:ipc_mojo_unittests",  # PASSES 2/25/2015
614       "//jingle:jingle_unittests",  # PASSES 2/25/2015
615       "//media/cast:cast_unittests",  # PASSES 2/25/2015
616       "//media:media_unittests",  # PASSES 3/3/2015
617       "//mojo/common:mojo_common_unittests",  # PASSES 2/25/2015
618       "//net:net_unittests",  # PASSES 2/25/2015
619       "//ppapi:ppapi_unittests",  # PASSES 2/26/2015
620       "//printing:printing_unittests",  # PASSES 2/25/2015
621       "//remoting:remoting_unittests",  # Some crashes.
622       "//sandbox/linux:sandbox_linux_unittests",  # PASSES 2/25/2015
623       "//skia:skia_unittests",  # PASSES 2/25/2015
624       "//sql:sql_unittests",  # PASSES 2/25/2015
625       "//sync:sync_unit_tests",  # PASSES 2/25/2015
626       "//third_party/cacheinvalidation:cacheinvalidation_unittests",  # PASSES 2/25/2015
627       "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",  # PASSES 2/25/2015
628       "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",  # PASSES 2/25/2015
629       "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",  # PASSES 2/25/2015
630       "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",  # PASSES 2/25/2015
631       "//ui/accessibility:accessibility_unittests",  # PASSES 2/25/2015
632       "//ui/app_list:app_list_unittests",  # PASSES 2/25/2015
633       "//ui/aura:aura_unittests",  # PASSES 2/25/2015
634       "//ui/base:ui_base_unittests",  # TODO(GYP) ResourceBundleTest.* fails.
635       "//ui/compositor:compositor_unittests",  # PASSES 2/25/2015
636       "//ui/display:display_unittests",  # PASSES 2/25/2015
637       "//ui/events:events_unittests",  # PASSES 2/25/2015
638       "//ui/gfx:gfx_unittests",  # PASSES 2/25/2015
639       "//ui/touch_selection:ui_touch_selection_unittests",  # PASSES 2/25/2015
640       "//ui/views:views_unittests",  # PASSES (*) 2/25/2015
641       "//ui/wm:wm_unittests",  # PASSES 2/25/2015
642       "//url:url_unittests",  # PASSES 2/25/2015
644       # Note:
645       # (*) Fails but failures match GYP build at time of testing.
646     ]
647   }