1 # Copyright (c) 2015 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 file defines three targets that we are using to
6 # track the progress of the GYP->GN migration:
8 # If you run 'ninja gn_build gyp_remaining gyp_groups', and then
9 # run 'ninja', the second ninja invocation should do nothing. This
10 # indicates that everything built by a ninja build is in fact
11 # listed in one of these targets.
13 # 'gn_all' lists what GN is currently capable of building and should
14 # match the 'gn_all' target in //BUILD.gn.
16 # 'gyp_remaining' lists all of the targets that still need to be converted,
17 # i.e., all of the other (non-empty) targets that a GYP build
20 # 'gyp_groups' lists any empty (group) targets in the GYP build that
21 # are not picked up by gn_all or gyp_remaining; this is a
22 # separate target to ensure that when we build it, only
23 # stamp targets file are we don't accidentally pick up something
24 # not listed in one of the other two targets.
26 # TODO(GYP), TODO(dpranke) Add a build step to the bot that enforces the
32 # This target should mirror the structure of //:gn_all
33 # as closely as possible, for ease of comparison.
34 'target_name': 'gn_all',
37 '../base/base.gyp:base_i18n_perftests',
38 '../base/base.gyp:base_perftests',
39 '../base/base.gyp:base_unittests',
40 '../base/base.gyp:build_utf8_validator_tables#host',
41 '../base/base.gyp:check_example',
42 '../base/base.gyp:protect_file_posix',
43 '../cc/cc_tests.gyp:cc_perftests',
44 '../cc/cc_tests.gyp:cc_unittests',
45 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
46 '../chrome/chrome.gyp:chrome',
47 '../chrome/chrome.gyp:browser_tests',
48 '../chrome/chrome.gyp:chrome_app_unittests',
49 '../chrome/chrome.gyp:chromedriver',
50 '../chrome/chrome.gyp:chromedriver_tests',
51 '../chrome/chrome.gyp:chromedriver_unittests',
52 '../chrome/chrome.gyp:interactive_ui_tests',
53 '../chrome/chrome.gyp:load_library_perf_tests',
54 '../chrome/chrome.gyp:performance_browser_tests',
55 '../chrome/chrome.gyp:sync_integration_tests',
56 '../chrome/chrome.gyp:sync_performance_tests',
57 '../chrome/chrome.gyp:unit_tests',
58 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
59 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
60 '../components/components.gyp:network_hints_browser',
61 '../components/components.gyp:policy_templates',
62 '../components/components.gyp:webui_generator',
63 '../components/components_tests.gyp:components_browsertests',
64 '../components/components_tests.gyp:components_perftests',
65 '../components/components_tests.gyp:components_unittests',
66 '../content/content.gyp:content_app_browser',
67 '../content/content.gyp:content_app_child',
68 '../content/content_shell_and_tests.gyp:content_browsertests',
69 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
70 '../content/content_shell_and_tests.gyp:content_gl_tests',
71 '../content/content_shell_and_tests.gyp:content_perftests',
72 '../content/content_shell_and_tests.gyp:content_shell',
73 '../content/content_shell_and_tests.gyp:content_unittests',
74 '../courgette/courgette.gyp:courgette',
75 '../courgette/courgette.gyp:courgette_fuzz',
76 '../courgette/courgette.gyp:courgette_minimal_tool',
77 '../courgette/courgette.gyp:courgette_unittests',
78 '../crypto/crypto.gyp:crypto_unittests',
79 '../extensions/extensions_tests.gyp:extensions_browsertests',
80 '../extensions/extensions_tests.gyp:extensions_unittests',
81 '../device/device_tests.gyp:device_unittests',
82 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
83 '../gin/gin.gyp:gin_shell',
84 '../gin/gin.gyp:gin_unittests',
85 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
86 '../google_apis/gcm/gcm.gyp:mcs_probe',
87 '../google_apis/google_apis.gyp:google_apis_unittests',
88 '../gpu/gpu.gyp:angle_unittests',
89 '../gpu/gpu.gyp:gl_tests',
90 '../gpu/gpu.gyp:gpu_perftests',
91 '../gpu/gpu.gyp:gpu_unittests',
92 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support', # TODO(GYP) crbug.com/471920
93 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test', # TODO(GYP) crbug.com/471920
94 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test', # TODO(GYP) crbug.com/471903 to make this complete.
95 '../ipc/ipc.gyp:ipc_perftests',
96 '../ipc/ipc.gyp:ipc_tests',
97 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
98 '../jingle/jingle.gyp:jingle_unittests',
99 '../media/media.gyp:ffmpeg_regression_tests', # TODO(GYP) this should be conditional on media_use_ffmpeg
100 '../media/media.gyp:media_perftests',
101 '../media/media.gyp:media_unittests',
102 '../media/cast/cast.gyp:cast_benchmarks',
103 '../media/cast/cast.gyp:cast_unittests',
104 '../media/cast/cast.gyp:generate_barcode_video',
105 '../media/cast/cast.gyp:generate_timecode_audio',
106 '../mojo/mojo.gyp:mojo',
107 '../mojo/mojo_base.gyp:mojo_application_chromium',
108 '../mojo/mojo_base.gyp:mojo_common_unittests',
109 '../net/net.gyp:crash_cache',
110 '../net/net.gyp:crl_set_dump',
111 '../net/net.gyp:dns_fuzz_stub',
112 '../net/net.gyp:dump_cache',
113 '../net/net.gyp:gdig',
114 '../net/net.gyp:get_server_time',
115 '../net/net.gyp:hpack_example_generator',
116 '../net/net.gyp:hpack_fuzz_mutator',
117 '../net/net.gyp:hpack_fuzz_wrapper',
118 '../net/net.gyp:net_perftests',
119 '../net/net.gyp:net_unittests',
120 '../net/net.gyp:net_watcher', # TODO(GYP): This should be conditional on use_v8_in_net
121 '../net/net.gyp:run_testserver',
122 '../net/net.gyp:stress_cache',
123 '../net/net.gyp:tld_cleanup',
124 '../ppapi/ppapi_internal.gyp:ppapi_example_audio',
125 '../ppapi/ppapi_internal.gyp:ppapi_example_audio_input',
126 '../ppapi/ppapi_internal.gyp:ppapi_example_c_stub',
127 '../ppapi/ppapi_internal.gyp:ppapi_example_cc_stub',
128 '../ppapi/ppapi_internal.gyp:ppapi_example_compositor',
129 '../ppapi/ppapi_internal.gyp:ppapi_example_crxfs',
130 '../ppapi/ppapi_internal.gyp:ppapi_example_enumerate_devices',
131 '../ppapi/ppapi_internal.gyp:ppapi_example_file_chooser',
132 '../ppapi/ppapi_internal.gyp:ppapi_example_flash_topmost',
133 '../ppapi/ppapi_internal.gyp:ppapi_example_gamepad',
134 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2',
135 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube',
136 '../ppapi/ppapi_internal.gyp:ppapi_example_graphics_2d',
137 '../ppapi/ppapi_internal.gyp:ppapi_example_ime',
138 '../ppapi/ppapi_internal.gyp:ppapi_example_input',
139 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_audio',
140 '../ppapi/ppapi_internal.gyp:ppapi_example_media_stream_video',
141 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_cursor',
142 '../ppapi/ppapi_internal.gyp:ppapi_example_mouse_lock',
143 '../ppapi/ppapi_internal.gyp:ppapi_example_paint_manager',
144 '../ppapi/ppapi_internal.gyp:ppapi_example_post_message',
145 '../ppapi/ppapi_internal.gyp:ppapi_example_printing',
146 '../ppapi/ppapi_internal.gyp:ppapi_example_scaling',
147 '../ppapi/ppapi_internal.gyp:ppapi_example_scroll',
148 '../ppapi/ppapi_internal.gyp:ppapi_example_simple_font',
149 '../ppapi/ppapi_internal.gyp:ppapi_example_threading',
150 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader',
151 '../ppapi/ppapi_internal.gyp:ppapi_example_url_loader_file',
152 '../ppapi/ppapi_internal.gyp:ppapi_example_vc',
153 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode',
154 '../ppapi/ppapi_internal.gyp:ppapi_example_video_decode_dev',
155 '../ppapi/ppapi_internal.gyp:ppapi_example_video_effects',
156 '../ppapi/ppapi_internal.gyp:ppapi_example_video_encode',
157 '../ppapi/ppapi_internal.gyp:ppapi_tests',
158 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
159 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
160 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
161 '../printing/printing.gyp:printing_unittests',
162 '../skia/skia_tests.gyp:skia_unittests',
163 '../skia/skia.gyp:filter_fuzz_stub',
164 '../skia/skia.gyp:image_operations_bench',
165 '../sql/sql.gyp:sql_unittests',
166 '../sync/sync.gyp:run_sync_testserver',
167 '../sync/sync.gyp:sync_endtoend_tests',
168 '../sync/sync.gyp:sync_unit_tests',
169 '../sync/tools/sync_tools.gyp:sync_client',
170 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
171 '../testing/gmock.gyp:gmock_main',
172 '../third_party/WebKit/public/all.gyp:blink_tests',
173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
174 '../third_party/codesighs/codesighs.gyp:codesighs',
175 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
176 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
177 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
178 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
179 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
180 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
181 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
182 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
183 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
184 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
185 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
186 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
187 '../third_party/smhasher/smhasher.gyp:pmurhash',
188 '../tools/gn/gn.gyp:gn',
189 '../tools/gn/gn.gyp:generate_test_gn_data',
190 '../tools/gn/gn.gyp:gn_unittests',
191 '../tools/imagediff/image_diff.gyp:image_diff',
192 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache',
193 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
194 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
195 '../ui/app_list/app_list.gyp:app_list_unittests',
196 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
197 '../ui/compositor/compositor.gyp:compositor_unittests',
198 '../ui/display/display.gyp:display_unittests',
199 '../ui/events/events.gyp:events_unittests',
200 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
201 '../ui/message_center/message_center.gyp:message_center_unittests',
202 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
203 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
204 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
205 '../url/url.gyp:url_unittests',
206 '../v8/tools/gyp/v8.gyp:v8_snapshot',
207 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
212 '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
215 ['disable_nacl==0 and disable_nacl_untrusted==0', {
217 '../components/nacl.gyp:nacl_loader_unittests',
220 ['enable_extensions==1 and OS!="mac"', {
222 '../extensions/shell/app_shell.gyp:app_shell',
223 '../extensions/shell/app_shell.gyp:app_shell_unittests',
228 '../chrome/chrome.gyp:service_discovery_sniffer',
233 '../remoting/remoting_all.gyp:remoting_all',
236 ['remoting==1 and chromeos==0', {
238 '../remoting/remoting.gyp:remoting_me2me_host',
239 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
242 ['toolkit_views==1', {
244 '../ui/app_list/app_list.gyp:app_list_demo',
245 '../ui/views/views.gyp:views_unittests',
250 '../ash/ash.gyp:ash_shell',
251 '../ash/ash.gyp:ash_shell_unittests',
252 '../ash/ash.gyp:ash_unittests',
255 ['use_ash==1 or chromeos== 1', {
257 '../components/components.gyp:session_manager_component',
262 '../ui/aura/aura.gyp:aura_bench',
263 '../ui/aura/aura.gyp:aura_demo',
264 '../ui/aura/aura.gyp:aura_unittests',
265 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
266 '../ui/wm/wm.gyp:wm_unittests',
271 '../ui/ozone/ozone.gyp:ozone',
278 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
281 ['target_arch!="arm"', {
283 '../gpu/tools/tools.gyp:compositor_model_bench',
290 '../base/base.gyp:chromium_android_linker',
291 '../breakpad/breakpad.gyp:dump_syms',
292 '../build/android/rezip.gyp:rezip_apk_jar',
293 '../chrome/chrome.gyp:chrome_shell_apk',
294 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
295 #"//clank" TODO(GYP) - conditional somehow?
296 '../tools/imagediff/image_diff.gyp:image_diff#host',
297 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
299 # TODO(GYP): Remove these when the components_unittests work.
300 #"//components/history/core/test:test",
301 #"//components/policy:policy_component_test_support",
302 #"//components/policy:test_support",
303 #"//components/rappor:test_support",
304 #"//components/signin/core/browser:test_support",
305 #"//components/sync_driver:test_support",
306 #"//components/user_manager",
307 #"//components/wallpaper",
309 '../content/content_shell_and_tests.gyp:content_shell_apk',
311 # TODO(GYP): Are these needed, or will they be pulled in automatically?
312 #"//third_party/android_tools:android_gcm_java",
313 #"//third_party/android_tools:uiautomator_java",
314 #"//third_party/android_tools:android_support_v13_java",
315 #"//third_party/android_tools:android_support_v7_appcompat_java",
316 #"//third_party/android_tools:android_support_v7_mediarouter_java",
317 #"//third_party/mesa",
318 #"//third_party/mockito:mockito_java",
319 #"//third_party/openmax_dl/dl",
320 #"//third_party/speex",
321 #"//ui/android:ui_java",
323 # TODO(GYP): Are these needed?
324 #"//chrome/test:test_support_unit",
325 #"//third_party/smhasher:murmurhash3",
326 #"//ui/message_center:test_support",
329 '../breakpad/breakpad.gyp:symupload',
330 '../chrome/chrome.gyp:browser_tests',
331 '../chrome/chrome.gyp:chromedriver',
332 '../chrome/chrome.gyp:chromedriver_unitests',
333 '../chrome/chrome.gyp:interactive_ui_tests',
334 '../chrome/chrome.gyp:performance_browser_tests',
335 '../chrome/chrome.gyp:sync_integration_tests',
336 '../chrome/chrome.gyp:unit_tests',
337 '../extensions/extensions_tests.gyp:extensions_browsertests',
338 '../extensions/extensions_tests.gyp:extensions_unittests',
339 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
340 '../ipc/ipc.gyp:ipc_tests',
341 '../jingle/jingle.gyp:jingle_unittests',
342 '../net/net.gyp:net_unittests',
344 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
345 '../tools/gn/gn.gyp:gn',
346 '../tools/gn/gn.gyp:gn_unittests',
347 '../tools/imagediff/image_diff.gyp:image_diff',
348 '../tools/gn/gn.gyp:gn',
349 '../tools/gn/gn.gyp:gn_unittests',
350 '../ui/app_list/app_list.gyp:app_list_unittests',
351 '../url/url.gyp:url_unittests',
354 ['OS=="android" or OS=="linux"', {
356 '../net/net.gyp:disk_cache_memory_test',
361 '../chromeos/chromeos.gyp:chromeos_unittests',
362 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_unittests',
365 ['chromeos==1 or OS=="win" or OS=="mac"', {
367 '../rlz/rlz.gyp:rlz_id',
368 '../rlz/rlz.gyp:rlz_lib',
369 '../rlz/rlz.gyp:rlz_unittests',
372 ['OS=="android" or OS=="linux" or os_bsd==1', {
374 '../breakpad/breakpad.gyp:core-2-minidump',
375 '../breakpad/breakpad.gyp:microdump_stackwalk',
376 '../breakpad/breakpad.gyp:minidump_dump',
377 '../breakpad/breakpad.gyp:minidump_stackwalk',
378 '../breakpad/breakpad.gyp:symupload',
379 '../third_party/codesighs/codesighs.gyp:nm2tsv',
384 '../breakpad/breakpad.gyp:breakpad_unittests',
385 '../breakpad/breakpad.gyp:dump_syms#host',
386 '../breakpad/breakpad.gyp:generate_test_dump',
387 '../breakpad/breakpad.gyp:minidump-2-core',
388 '../dbus/dbus.gyp:dbus_test_server',
389 '../dbus/dbus.gyp:dbus_unittests',
390 '../media/cast/cast.gyp:tap_proxy',
391 '../net/net.gyp:disk_cache_memory_test',
392 '../net/net.gyp:flip_in_mem_edsm_server',
393 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
394 '../net/net.gyp:epoll_quic_client',
395 '../net/net.gyp:epoll_quic_server',
396 '../net/net.gyp:hpack_example_generator',
397 '../net/net.gyp:hpack_fuzz_mutator',
398 '../net/net.gyp:hpack_fuzz_wrapper',
399 '../net/net.gyp:net_perftests',
400 '../net/net.gyp:quic_client',
401 '../net/net.gyp:quic_server',
402 '../sandbox/sandbox.gyp:chrome_sandbox',
403 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
404 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
405 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
410 '../breakpad/breakpad.gyp:crash_inspector',
411 '../breakpad/breakpad.gyp:dump_syms',
412 '../breakpad/breakpad.gyp:symupload',
413 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample_code',
414 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
416 # TODO(GYP): remove these when the corresponding root targets work.
418 #"//components/ui/zoom:ui_zoom",
420 #"//content/test:test_support",
422 #"//device/bluetooth",
425 #"//device/vibration",
428 #"//storage/browser",
429 #"//third_party/brotli",
430 #"//third_party/flac",
431 #"//third_party/hunspell",
432 #//third_party/iccjpeg",
433 #"//third_party/libphonenumber",
434 #"//third_party/ots",
435 #"//third_party/qcms",
436 #"//third_party/smhasher:murmurhash3",
437 #"//third_party/speex",
438 #"//third_party/webrtc/system_wrappers",
439 #"//ui/native_theme",
444 #"//chrome", # TODO(GYP)
445 #"//chrome/test:browser_tests", # TODO(GYP)
446 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
447 #"//chrome/test:sync_integration_tests", # TODO(GYP)
448 #"//chrome/test:unit_tests", # TODO(GYP)
449 #"//components:components_unittests", # TODO(GYP)
450 #"//content/test:content_browsertests", # TODO(GYP)
451 #"//content/test:content_perftests", # TODO(GYP)
452 #"//content/test:content_unittests", # TODO(GYP)
453 #"//extensions:extensions_browsertests", # TODO(GYP)
454 #"//extensions:extensions_unittests", # TODO(GYP)
455 #"//net:net_unittests", # TODO(GYP)
456 #"//third_party/usrsctp", # TODO(GYP)
457 #"//ui/app_list:app_list_unittests", # TODO(GYP)
458 #"//ui/gfx:gfx_unittests", # TODO(GYP)
463 '../base/base.gyp:pe_image_test',
464 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
465 '../chrome_elf/chrome_elf.gyp:dll_hash_main',
466 '../components/components.gyp:wifi_test',
467 '../net/net.gyp:quic_client',
468 '../net/net.gyp:quic_server',
469 '../sandbox/sandbox.gyp:pocdll',
470 '../sandbox/sandbox.gyp:sandbox_poc',
471 '../sandbox/sandbox.gyp:sbox_integration_tests',
472 '../sandbox/sandbox.gyp:sbox_unittests',
473 '../sandbox/sandbox.gyp:sbox_validation_tests',
474 '../testing/gtest.gyp:gtest_main',
475 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
476 '../third_party/codesighs/codesighs.gyp:msmap2tsv',
477 '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
478 '../win8/win8.gyp:metro_viewer',
484 'target_name': 'gyp_only',
487 ['OS=="linux" or OS=="win"', {
489 ['disable_nacl==0 and disable_nacl_untrusted==0', {
491 '../mojo/mojo_nacl.gyp:monacl_shell', # This should not be built in chromium.
499 'target_name': 'gyp_remaining',
504 '../remoting/app_remoting_webapp.gyp:ar_sample_app', # crbug.com/471916
507 ['test_isolation_mode!="noop"', {
509 '../base/base.gyp:base_unittests_run',
510 '../cc/cc_tests.gyp:cc_unittests_run',
511 '../chrome/chrome.gyp:browser_tests_run',
512 '../chrome/chrome.gyp:chrome_run',
513 '../chrome/chrome.gyp:interactive_ui_tests_run',
514 '../chrome/chrome.gyp:sync_integration_tests_run',
515 '../chrome/chrome.gyp:unit_tests_run',
516 '../components/components_tests.gyp:components_browsertests_run',
517 '../components/components_tests.gyp:components_unittests_run',
518 '../content/content_shell_and_tests.gyp:content_browsertests_run',
519 '../content/content_shell_and_tests.gyp:content_unittests_run',
520 '../crypto/crypto.gyp:crypto_unittests_run',
521 '../courgette/courgette.gyp:courgette_unittests_run',
522 '../gpu/gpu.gyp:gpu_unittests_run',
523 '../media/cast/cast.gyp:cast_unittests_run',
524 '../media/media.gyp:media_unittests_run',
525 '../net/net.gyp:net_unittests_run',
526 '../sql/sql.gyp:sql_unittests_run',
527 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests_run',
528 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
529 '../ui/app_list/app_list.gyp:app_list_unittests_run',
530 '../ui/events/events.gyp:events_unittests_run',
531 '../ui/message_center/message_center.gyp:message_center_unittests_run',
532 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_run',
535 ['test_isolation_mode!="noop" and use_ash==1', {
537 '../ash/ash.gyp:ash_unittests_run',
540 ['test_isolation_mode!="noop" and OS=="linux"', {
542 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
547 # TODO(GYP): All of these targets still need to be converted.
548 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
549 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
550 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test',
551 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test',
552 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test',
553 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
554 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_time_test',
555 '../third_party/boringssl/boringssl_tests.gyp:boringssl_thread_test',
556 '../third_party/boringssl/boringssl_tests.gyp:boringssl_base64_test',
557 '../third_party/boringssl/boringssl_tests.gyp:boringssl_gcm_test',
558 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bytestring_test',
559 '../third_party/boringssl/boringssl_tests.gyp:boringssl_evp_test',
560 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dsa_test',
561 '../third_party/boringssl/boringssl_tests.gyp:boringssl_rsa_test',
562 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hmac_test',
563 '../third_party/boringssl/boringssl_tests.gyp:boringssl_aead_test',
564 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ssl_test',
565 '../third_party/boringssl/boringssl_tests.gyp:boringssl_err_test',
566 '../third_party/boringssl/boringssl_tests.gyp:boringssl_lhash_test',
567 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pbkdf_test',
568 '../third_party/boringssl/boringssl_tests.gyp:boringssl_dh_test',
569 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs12_test',
570 '../third_party/boringssl/boringssl_tests.gyp:boringssl_example_mul',
571 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ec_test',
572 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bio_test',
573 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pkcs7_test',
574 '../third_party/boringssl/boringssl_tests.gyp:boringssl_unittests',
579 '../content/content_shell_and_tests.gyp:video_encode_accelerator_unittest',
582 ['chromeos==1 and target_arch != "arm"', {
584 '../content/content_shell_and_tests.gyp:vaapi_jpeg_decoder_unittest',
587 ['chromeos==1 or OS=="win" or OS=="android"', {
589 '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest',
592 ['OS=="linux" or OS=="win"', {
594 # TODO(GYP): Figure out which of these run on android/mac/win/ios/etc.
595 '../net/net.gyp:net_docs',
596 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
598 # TODO(GYP): in progress - see tfarina.
599 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
600 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
605 # TODO(GYP): All of these targets still need to be converted.
606 '../base/base.gyp:debug_message',
607 '../chrome/chrome.gyp:app_installer',
608 '../chrome/chrome.gyp:app_installer_unittests',
609 '../chrome/chrome.gyp:app_shim',
610 '../chrome/chrome.gyp:crash_service',
611 '../chrome/chrome.gyp:gcapi_dll',
612 '../chrome/chrome.gyp:gcapi_test',
613 '../chrome/chrome.gyp:installer_util_unittests',
614 '../chrome/chrome.gyp:pack_policy_templates',
615 '../chrome/chrome.gyp:sb_sigutil',
616 '../chrome/chrome.gyp:setup',
617 '../chrome/chrome.gyp:setup_unittests',
618 '../chrome/installer/mini_installer.gyp:mini_installer',
619 '../chrome/tools/crash_service/caps/caps.gyp:caps',
620 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device',
621 '../cloud_print/gcp20/prototype/gcp20_device.gyp:gcp20_device_unittests',
622 '../cloud_print/service/service.gyp:cloud_print_service',
623 '../cloud_print/service/service.gyp:cloud_print_service_config',
624 '../cloud_print/service/service.gyp:cloud_print_service_setup',
625 '../cloud_print/virtual_driver/win/install/virtual_driver_install.gyp:virtual_driver_setup',
626 '../cloud_print/virtual_driver/win/virtual_driver.gyp:gcp_portmon',
627 '../content/content_shell_and_tests.gyp:content_shell_crash_service',
628 '../content/content_shell_and_tests.gyp:layout_test_helper',
629 '../gpu/gpu.gyp:angle_end2end_tests',
630 '../gpu/gpu.gyp:angle_perftests',
631 '../net/net.gyp:net_docs',
632 '../ppapi/ppapi_internal.gyp:ppapi_perftests',
633 '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
634 '../remoting/remoting.gyp:remoting_breakpad_tester',
635 '../remoting/remoting.gyp:remoting_console',
636 '../remoting/remoting.gyp:remoting_desktop',
637 '../rlz/rlz.gyp:rlz',
638 '../tools/win/static_initializers/static_initializers.gyp:static_initializers',
641 ['OS=="win" and win_use_allocator_shim==1', {
643 '../base/allocator/allocator.gyp:allocator_unittests',
646 ['OS=="win" and target_arch=="ia32"', {
648 # TODO(GYP): All of these targets need to be ported over.
649 '../base/base.gyp:base_win64',
650 '../base/base.gyp:base_i18n_nacl_win64',
651 '../chrome/chrome.gyp:crash_service_win64',
652 '../chrome/chrome.gyp:launcher_support64',
653 '../components/components.gyp:breakpad_win64',
654 '../courgette/courgette.gyp:courgette64',
655 '../crypto/crypto.gyp:crypto_nacl_win64',
656 '../ipc/ipc.gyp:ipc_win64',
657 '../sandbox/sandbox.gyp:sandbox_win64',
658 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:gcp_portmon64',
659 '../cloud_print/virtual_driver/win/virtual_driver64.gyp:virtual_driver_lib64',
662 ['OS=="win" and target_arch=="ia32" and configuration_policy==1', {
664 # TODO(GYP): All of these targets need to be ported over.
665 '../components/components.gyp:policy_win64',
671 # This target, when built, should cause no actual work
672 # to be done, just update a bunch of stamp files.
673 'target_name': 'gyp_groups',
678 'chromium_builder_asan',
679 'chromium_builder_chromedriver',
680 'chromium_builder_perf',
681 'chromium_builder_tests',
682 'chromium_builder_webrtc',
683 'chromium_gpu_builder',
684 'chromium_gpu_debug_builder',
695 'chromium_builder_dbg_drmemory_win',
696 'chromium_builder_nacl_sdk',
697 'chromium_builder_lkgr_drmemory_win',
698 'chromium_builder_dbg_tsan_win',