Add remaining remoting targets for the GN build.
[chromium-blink-merge.git] / build / gn_migration.gypi
blob53e5a02bf9e9ff7f4a23e207001af8a732190e8c
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
18 #          will 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
27 #          above contracts.
30   'targets': [
31     {
32       # This target should mirror the structure of //:gn_all
33       # as closely as possible, for ease of comparison.
34       'target_name': 'gn_all',
35       'type': 'none',
36       'dependencies': [
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         '../breakpad/breakpad.gyp:core-2-minidump',
44         '../breakpad/breakpad.gyp:microdump_stackwalk',
45         '../breakpad/breakpad.gyp:minidump_dump',
46         '../breakpad/breakpad.gyp:minidump_stackwalk',
47         '../build/sanitizers/sanitizers.gyp:llvm-symbolizer',
48         '../cc/cc_tests.gyp:cc_perftests',
49         '../cc/cc_tests.gyp:cc_unittests',
50         '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
51         '../chrome/chrome.gyp:chrome',
52         '../chrome/chrome.gyp:browser_tests',
53         '../chrome/chrome.gyp:chrome_app_unittests',
54         '../chrome/chrome.gyp:chromedriver',
55         '../chrome/chrome.gyp:chromedriver_tests',
56         '../chrome/chrome.gyp:chromedriver_unittests',
57         '../chrome/chrome.gyp:interactive_ui_tests',
58         '../chrome/chrome.gyp:load_library_perf_tests',
59         '../chrome/chrome.gyp:performance_browser_tests',
60         '../chrome/chrome.gyp:service_discovery_sniffer',
61         '../chrome/chrome.gyp:sync_integration_tests',
62         '../chrome/chrome.gyp:sync_performance_tests',
63         '../chrome/chrome.gyp:unit_tests',
64         '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
65         '../cloud_print/cloud_print.gyp:cloud_print_unittests',
66         '../components/components.gyp:network_hints_browser',
67         '../components/components.gyp:policy_templates',
68         '../components/components.gyp:webui_generator',
69         '../components/components_tests.gyp:components_browsertests',
70         '../components/components_tests.gyp:components_perftests',
71         '../components/components_tests.gyp:components_unittests',
72         '../content/content.gyp:content_app_browser',
73         '../content/content.gyp:content_app_child',
74         '../content/content_shell_and_tests.gyp:content_browsertests',
75         '../content/content_shell_and_tests.gyp:content_gl_benchmark',
76         '../content/content_shell_and_tests.gyp:content_gl_tests',
77         '../content/content_shell_and_tests.gyp:content_perftests',
78         '../content/content_shell_and_tests.gyp:content_shell',
79         '../content/content_shell_and_tests.gyp:content_unittests',
80         '../courgette/courgette.gyp:courgette',
81         '../courgette/courgette.gyp:courgette_fuzz',
82         '../courgette/courgette.gyp:courgette_minimal_tool',
83         '../courgette/courgette.gyp:courgette_unittests',
84         '../crypto/crypto.gyp:crypto_unittests',
85         '../extensions/extensions_tests.gyp:extensions_browsertests',
86         '../extensions/extensions_tests.gyp:extensions_unittests',
87         '../dbus/dbus.gyp:dbus_test_server',
88         '../device/device_tests.gyp:device_unittests',
89         '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
90         '../gin/gin.gyp:gin_shell',
91         '../gin/gin.gyp:gin_unittests',
92         '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
93         '../google_apis/gcm/gcm.gyp:mcs_probe',
94         '../google_apis/google_apis.gyp:google_apis_unittests',
95         '../gpu/gpu.gyp:angle_unittests',
96         '../gpu/gpu.gyp:gl_tests',
97         '../gpu/gpu.gyp:gpu_perftests',
98         '../gpu/gpu.gyp:gpu_unittests',
99         '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',  # TODO(GYP) crbug.com/471920
100         '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',  # TODO(GYP) crbug.com/471920
101         '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',  # TODO(GYP) crbug.com/471903 to make this complete.
102         '../ipc/ipc.gyp:ipc_perftests',
103         '../ipc/ipc.gyp:ipc_tests',
104         '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests',
105         '../jingle/jingle.gyp:jingle_unittests',
106         '../media/media.gyp:ffmpeg_regression_tests',  # TODO(GYP) this should be conditional on media_use_ffmpeg
107         '../media/media.gyp:media_perftests',
108         '../media/media.gyp:media_unittests',
109         '../media/cast/cast.gyp:cast_benchmarks',
110         '../media/cast/cast.gyp:cast_unittests',
111         '../media/cast/cast.gyp:generate_barcode_video',
112         '../media/cast/cast.gyp:generate_timecode_audio',
113         '../media/cast/cast.gyp:tap_proxy',
114         '../mojo/mojo.gyp:mojo',
115         '../mojo/mojo_base.gyp:mojo_application_chromium',
116         '../mojo/mojo_base.gyp:mojo_common_unittests',
117         '../net/net.gyp:crash_cache',
118         '../net/net.gyp:crl_set_dump',
119         '../net/net.gyp:dns_fuzz_stub',
120         '../net/net.gyp:dump_cache',
121         '../net/net.gyp:gdig',
122         '../net/net.gyp:get_server_time',
123         '../net/net.gyp:hpack_example_generator',
124         '../net/net.gyp:hpack_fuzz_mutator',
125         '../net/net.gyp:hpack_fuzz_wrapper',
126         '../net/net.gyp:net_perftests',
127         '../net/net.gyp:net_unittests',
128         '../net/net.gyp:net_watcher',  # TODO(GYP): This should be conditional on use_v8_in_net
129         '../net/net.gyp:run_testserver',
130         '../net/net.gyp:stress_cache',
131         '../net/net.gyp:tld_cleanup',
132         '../ppapi/ppapi_internal.gyp:*',  # TODO(GYP) - list all of the examples explicitly.
133         '../ppapi/ppapi_internal.gyp:ppapi_tests',  # TODO(GYP): Split out the examples and tests
134         '../ppapi/ppapi_internal.gyp:ppapi_unittests',
135         '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
136         '../printing/printing.gyp:printing_unittests',
137         '../skia/skia_tests.gyp:skia_unittests',
138         '../skia/skia.gyp:filter_fuzz_stub',
139         '../skia/skia.gyp:image_operations_bench',
140         '../sql/sql.gyp:sql_unittests',
141         '../sync/sync.gyp:run_sync_testserver',
142         '../sync/sync.gyp:sync_endtoend_tests',
143         '../sync/sync.gyp:sync_unit_tests',
144         '../sync/tools/sync_tools.gyp:sync_client',
145         '../sync/tools/sync_tools.gyp:sync_listen_notifications',
146         '../testing/gmock.gyp:gmock_main',
147         '../third_party/WebKit/public/all.gyp:blink_tests',
148         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
149         '../third_party/codesighs/codesighs.gyp:codesighs',
150         '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
151         '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
152         '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
153         '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
154         '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
155         '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
156         '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
157         '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
158         '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
159         '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
160         '../third_party/pdfium/samples/samples.gyp:pdfium_test',
161         '../third_party/smhasher/smhasher.gyp:pmurhash',
162         '../third_party/sqlite/sqlite.gyp:sqlite_shell',
163         '../tools/gn/gn.gyp:gn',
164         '../tools/gn/gn.gyp:generate_test_gn_data',
165         '../tools/gn/gn.gyp:gn_unittests',
166         '../tools/imagediff/image_diff.gyp:image_diff',
167         '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache',
168         '../tools/telemetry/telemetry.gyp:bitmaptools#host',
169         '../ui/accessibility/accessibility.gyp:accessibility_unittests',
170         '../ui/app_list/app_list.gyp:app_list_unittests',
171         '../ui/base/ui_base_tests.gyp:ui_base_unittests',
172         '../ui/compositor/compositor.gyp:compositor_unittests',
173         '../ui/display/display.gyp:display_unittests',
174         '../ui/events/events.gyp:events_unittests',
175         '../ui/gfx/gfx_tests.gyp:gfx_unittests',
176         '../ui/keyboard/keyboard.gyp:keyboard_unittests',
177         '../ui/message_center/message_center.gyp:message_center_unittests',
178         '../ui/snapshot/snapshot.gyp:snapshot_unittests',
179         '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
180         '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
181         '../url/url.gyp:url_unittests',
182         '../v8/tools/gyp/v8.gyp:v8_snapshot',
183         '../v8/tools/gyp/v8.gyp:postmortem-metadata',
184       ],
185       'conditions': [
186         ['chromeos== 1 or use_ash==1', {
187           'dependencies': [
188             '../components/components.gyp:session_manager_component',
189           ]
190         }],
191         ['disable_nacl==0 and disable_nacl_untrusted==0', {
192           'dependencies': [
193              '../remoting/remoting.gyp:remoting_key_tester',
194           ],
195         }],
196         ['disable_nacl==0 and disable_nacl_untrusted==0', {
197           'dependencies': [
198             '../components/nacl.gyp:nacl_loader_unittests',
199           ]
200         }],
201         ['enable_extensions==1 and OS!="mac"', {
202           'dependencies': [
203             '../extensions/shell/app_shell.gyp:app_shell',
204             '../extensions/shell/app_shell.gyp:app_shell_unittests',
205           ],
206         }],
207         ['OS!="win"', {
208           'dependencies': [
209             '../breakpad/breakpad.gyp:symupload',
210           ],
211         }],
212         ['remoting==1', {
213           'dependencies': [
214             '../remoting/remoting.gyp:remoting_host',
215             '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
216             '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
217             '../remoting/remoting.gyp:remoting_me2me_host',
218             '../remoting/remoting.gyp:remoting_native_messaging_manifests',
219             '../remoting/remoting.gyp:remoting_perftests',
220             '../remoting/remoting.gyp:remoting_start_host',
221             '../remoting/remoting.gyp:remoting_unittests',
222           ],
223         }],
224         ['use_x11==1', {
225           'dependencies': [
226             '../media/media.gyp:player_x11',
227             '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
228           ],
229           'conditions': [
230             ['target_arch!="arm"', {
231               'dependencies': [
232                 '../gpu/tools/tools.gyp:compositor_model_bench',
233               ],
234             }],
235           ],
236         }],
237         ['toolkit_views==1', {
238           'dependencies': [
239             '../ui/app_list/app_list.gyp:app_list_demo',
240             '../ui/views/views.gyp:views_unittests',
241           ],
242         }],
243         ['use_ash==1', {
244           'dependencies': [
245             '../ash/ash.gyp:ash_shell',
246             '../ash/ash.gyp:ash_shell_unittests',
247             '../ash/ash.gyp:ash_unittests',
248           ],
249         }],
250         ['use_aura==1', {
251           'dependencies': [
252             '../ui/aura/aura.gyp:aura_bench',
253             '../ui/aura/aura.gyp:aura_demo',
254             '../ui/aura/aura.gyp:aura_unittests',
255             '../ui/wm/wm.gyp:wm_unittests',
256           ],
257         }],
258         ['use_ozone==1', {
259           'dependencies': [
260             '../ui/ozone/ozone.gyp:ozone',
261           ],
262         }],
263         ['OS=="win" or OS=="mac" or chromeos==1', {
264           'dependencies': [
265             '../rlz/rlz.gyp:rlz_lib',
266           ],
267         }],
268         ['OS=="android"', {
269           'dependencies': [
270             '../base/base.gyp:chromium_android_linker',
271             '../breakpad/breakpad.gyp:dump_syms',
272             '../build/android/rezip.gyp:rezip_apk_jar',
273             '../chrome/chrome.gyp:chrome_shell_apk',
274             '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
275             #"//clank" TODO(GYP) - conditional somehow?
276             '../tools/imagediff/image_diff.gyp:image_diff#host',
277             '../tools/telemetry/telemetry.gyp:bitmaptools#host',
279             # TODO(GYP): Remove these when the components_unittests work.
280             #"//components/history/core/test:test",
281             #"//components/policy:policy_component_test_support",
282             #"//components/policy:test_support",
283             #"//components/rappor:test_support",
284             #"//components/signin/core/browser:test_support",
285             #"//components/sync_driver:test_support",
286             #"//components/user_manager",
287             #"//components/wallpaper",
289             '../content/content_shell_and_tests.gyp:content_shell_apk',
291             # TODO(GYP): Are these needed, or will they be pulled in automatically?
292             #"//third_party/android_tools:android_gcm_java",
293             #"//third_party/android_tools:uiautomator_java",
294             #"//third_party/android_tools:android_support_v13_java",
295             #"//third_party/android_tools:android_support_v7_appcompat_java",
296             #"//third_party/android_tools:android_support_v7_mediarouter_java",
297             #"//third_party/mesa",
298             #"//third_party/mockito:mockito_java",
299             #"//third_party/openmax_dl/dl",
300             #"//third_party/speex",
301             #"//ui/android:ui_java",
303             # TODO(GYP): Are these needed?
304             #"//chrome/test:test_support_unit",
305             #"//third_party/smhasher:murmurhash3",
306             #"//ui/message_center:test_support",
307           ],
308           'dependencies!': [
309             '../breakpad/breakpad.gyp:symupload',
310             '../chrome/chrome.gyp:browser_tests',
311             '../chrome/chrome.gyp:chromedriver',
312             '../chrome/chrome.gyp:chromedriver_unitests',
313             '../chrome/chrome.gyp:interactive_ui_tests',
314             '../chrome/chrome.gyp:performance_browser_tests',
315             '../chrome/chrome.gyp:sync_integration_tests',
316             '../chrome/chrome.gyp:unit_tests',
317             '../extensions/extensions_tests.gyp:extensions_browsertests',
318             '../extensions/extensions_tests.gyp:extensions_unittests',
319             '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
320             '../ipc/ipc.gyp:ipc_tests',
321             '../jingle/jingle.gyp:jingle_unittests',
322             '../net/net.gyp:net_unittests',
323             #"//ppapi/examples",
324             '../third_party/pdfium/samples/samples.gyp:pdfium_test',
325             '../tools/gn/gn.gyp:gn',
326             '../tools/gn/gn.gyp:gn_unittests',
327             '../tools/imagediff/image_diff.gyp:image_diff',
328             '../tools/gn/gn.gyp:gn',
329             '../tools/gn/gn.gyp:gn_unittests',
330             '../ui/app_list/app_list.gyp:app_list_unittests',
331             '../url/url.gyp:url_unittests',
332           ],
333         }],
334         ['OS=="linux"', {
335           'dependencies': [
336             '../breakpad/breakpad.gyp:breakpad_unittests',
337             '../breakpad/breakpad.gyp:dump_syms',
338             '../breakpad/breakpad.gyp:generate_test_dump',
339             '../breakpad/breakpad.gyp:minidump-2-core',
340             '../dbus/dbus.gyp:dbus_test_server',
341             '../dbus/dbus.gyp:dbus_unittests',
342             '../media/cast/cast.gyp:tap_proxy',
343             '../net/net.gyp:disk_cache_memory_test',
344             '../net/net.gyp:flip_in_mem_edsm_server',
345             '../net/net.gyp:flip_in_mem_edsm_server_unittests',
346             '../net/net.gyp:hpack_example_generator',
347             '../net/net.gyp:hpack_fuzz_mutator',
348             '../net/net.gyp:hpack_fuzz_wrapper',
349             '../net/net.gyp:net_perftests',
350             '../net/net.gyp:quic_client',
351             '../net/net.gyp:quic_server',
352             '../sandbox/sandbox.gyp:chrome_sandbox',
353             '../sandbox/sandbox.gyp:sandbox_linux_unittests',
354             '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
355          ],
356         }],
357         ['OS=="mac"', {
358           'dependencies': [
359             '../breakpad/breakpad.gyp:crash_inspector',
360             '../breakpad/breakpad.gyp:dump_syms',
361             '../breakpad/breakpad.gyp:symupload',
362             '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample_code',
363             '../third_party/molokocacao/molokocacao.gyp:molokocacao',
365             # TODO(GYP): remove these when the corresponding root targets work.
366             #"//cc/blink",
367             #"//components/ui/zoom:ui_zoom",
368             #"//content",
369             #"//content/test:test_support",
370             #"//device/battery",
371             #"//device/bluetooth",
372             #"//device/nfc",
373             #"//device/usb",
374             #"//device/vibration",
375             #"//media/blink",
376             #"//pdf",
377             #"//storage/browser",
378             #"//third_party/brotli",
379             #"//third_party/flac",
380             #"//third_party/hunspell",
381             #//third_party/iccjpeg",
382             #"//third_party/libphonenumber",
383             #"//third_party/ots",
384             #"//third_party/qcms",
385             #"//third_party/smhasher:murmurhash3",
386             #"//third_party/speex",
387             #"//third_party/webrtc/system_wrappers",
388             #"//ui/native_theme",
389             #"//ui/snapshot",
390             #"//ui/surface",
391           ],
392           'dependencies!': [
393             #"//chrome",  # TODO(GYP)
394             #"//chrome/test:browser_tests",  # TODO(GYP)
395             #"//chrome/test:interactive_ui_tests",  # TODO(GYP)
396             #"//chrome/test:sync_integration_tests",  # TODO(GYP)
397             #"//chrome/test:unit_tests",  # TODO(GYP)
398             #"//components:components_unittests",  # TODO(GYP)
399             #"//content/test:content_browsertests",  # TODO(GYP)
400             #"//content/test:content_perftests",  # TODO(GYP)
401             #"//content/test:content_unittests",  # TODO(GYP)
402             #"//extensions:extensions_browsertests",  # TODO(GYP)
403             #"//extensions:extensions_unittests",  # TODO(GYP)
404             #"//net:net_unittests",  # TODO(GYP)
405             #"//third_party/usrsctp",  # TODO(GYP)
406             #"//ui/app_list:app_list_unittests",  # TODO(GYP)
407             #"//ui/gfx:gfx_unittests",  # TODO(GYP)
408           ],
409         }],
410         ['OS=="win"', {
411           'dependencies': [
412             "//ui/metro_viewer",
413             '../third_party/codesighs/codesighs.gyp:msdump2symdb',
414           ],
415           'dependencies!': [
416             "//crypto:crypto_unittests",  # TODO(GYP)
417             "//net:net_unittests",  # TODO(GYP)
418           ],
419         }, {
420           'dependencies': [
421             '../third_party/codesighs/codesighs.gyp:nm2tsv',
422           ],
423         }],
424         ['OS=="android" or OS=="linux"', {
425           'dependencies': [
426             '../net/net.gyp:disk_cache_memory_test',
427           ],
428         }],
429       ],
430     },
431     {
432       'target_name': 'gyp_only',
433       'type': 'none',
434       'conditions': [
435         ['OS=="linux"', {
436           'conditions': [
437             ['disable_nacl==0 and disable_nacl_untrusted==0', {
438               'dependencies': [
439                 '../mojo/mojo_nacl.gyp:monacl_shell',  # This should not be built in chromium.
440               ]
441             }],
442           ]
443         }],
444       ],
445     },
446     {
447       'target_name': 'gyp_remaining',
448       'type': 'none',
449       'conditions': [
450         ['OS=="linux"', {
451           'dependencies': [
452             '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
453             '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
455             # TODO(GYP) - list all of the examples explicitly.
456             '../ppapi/ppapi_internal.gyp:*',
457           ],
458           'conditions': [
459             ['remoting==1', {
460               'dependencies': [
461                 '../remoting/app_remoting_webapp.gyp:ar_sample_app',  # crbug.com/471916
462               ],
463               'conditions': [
464                 ['disable_nacl==0 and disable_nacl_untrusted==0', {
465                   'dependencies': [
466                     '../remoting/remoting.gyp:remoting_key_tester',
467                   ]
468                 }],
469               ],
470             }],
471             ['test_isolation_mode!="noop"', {
472               'dependencies': [
473                 '../base/base.gyp:base_unittests_run',
474                 '../cc/cc_tests.gyp:cc_unittests_run',
475                 '../chrome/chrome.gyp:browser_tests_run',
476                 '../chrome/chrome.gyp:chrome_run',
477                 '../chrome/chrome.gyp:interactive_ui_tests_run',
478                 '../chrome/chrome.gyp:sync_integration_tests_run',
479                 '../chrome/chrome.gyp:unit_tests_run',
480                 '../components/components_tests.gyp:components_browsertests_run',
481                 '../components/components_tests.gyp:components_unittests_run',
482                 '../content/content_shell_and_tests.gyp:content_browsertests_run',
483                 '../content/content_shell_and_tests.gyp:content_unittests_run',
484                 '../crypto/crypto.gyp:crypto_unittests_run',
485                 '../courgette/courgette.gyp:courgette_unittests_run',
486                 '../gpu/gpu.gyp:gpu_unittests_run',
487                 '../media/cast/cast.gyp:cast_unittests_run',
488                 '../media/media.gyp:media_unittests_run',
489                 '../net/net.gyp:net_unittests_run',
490                 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
491                 '../sql/sql.gyp:sql_unittests_run',
492                 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests_run',
493                 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
494                 '../ui/app_list/app_list.gyp:app_list_unittests_run',
495                 '../ui/events/events.gyp:events_unittests_run',
496                 '../ui/message_center/message_center.gyp:message_center_unittests_run',
497                 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_run',
498               ],
499               'conditions': [
500                 ['use_ash==1', {
501                   'dependencies': [
502                     '../ash/ash.gyp:ash_unittests_run',
503                   ],
504                 }],
505               ],
506             }],
507           ],
508         }],
509       ],
510     },
511     {
512       # This target, when built, should cause no actual work
513       # to be done, just update a bunch of stamp files.
514       'target_name': 'gyp_groups',
515       'type': 'none',
516       'dependencies': [
517         'All',
518         'aura_builder',
519         'blink_tests',
520         'chromium_builder_asan',
521         'chromium_builder_chromedriver',
522         'chromium_builder_perf',
523         'chromium_builder_tests',
524         'chromium_builder_webrtc',
525         'chromium_gpu_builder',
526         'chromium_gpu_debug_builder',
527       ],
528     },
529   ]