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 '../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:service_discovery_sniffer',
60 '../chrome/chrome.gyp:sync_integration_tests',
61 '../chrome/chrome.gyp:sync_performance_tests',
62 '../chrome/chrome.gyp:unit_tests',
63 '../chrome/tools/profile_reset/jtl_compiler.gyp:jtl_compiler',
64 '../components/components.gyp:network_hints_browser',
65 '../components/components.gyp:webui_generator',
66 '../components/components_tests.gyp:components_perftests',
67 '../components/components_tests.gyp:components_unittests',
68 '../components/nacl.gyp:nacl_loader_unittests',
69 '../content/content.gyp:content_app_browser',
70 '../content/content.gyp:content_app_child',
71 '../content/content_shell_and_tests.gyp:content_browsertests',
72 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
73 '../content/content_shell_and_tests.gyp:content_gl_tests',
74 '../content/content_shell_and_tests.gyp:content_perftests',
75 '../content/content_shell_and_tests.gyp:content_shell',
76 '../content/content_shell_and_tests.gyp:content_unittests',
77 '../courgette/courgette.gyp:courgette',
78 '../courgette/courgette.gyp:courgette_fuzz',
79 '../courgette/courgette.gyp:courgette_minimal_tool',
80 '../courgette/courgette.gyp:courgette_unittests',
81 '../crypto/crypto.gyp:crypto_unittests',
82 '../extensions/extensions_tests.gyp:extensions_browsertests',
83 '../extensions/extensions_tests.gyp:extensions_unittests',
84 '../device/device_tests.gyp:device_unittests',
85 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
86 '../gin/gin.gyp:gin_shell',
87 '../gin/gin.gyp:gin_unittests',
88 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
89 '../google_apis/gcm/gcm.gyp:mcs_probe',
90 '../google_apis/google_apis.gyp:google_apis_unittests',
91 '../gpu/gpu.gyp:angle_unittests',
92 '../gpu/gpu.gyp:gl_tests',
93 '../gpu/gpu.gyp:gpu_perftests',
94 '../gpu/gpu.gyp:gpu_unittests',
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:*', # TODO(GYP) - list all of the examples explicitly.
125 '../ppapi/ppapi_internal.gyp:ppapi_tests', # TODO(GYP): Split out the examples and tests
126 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
127 '../printing/printing.gyp:printing_unittests',
128 '../skia/skia_tests.gyp:skia_unittests',
129 '../skia/skia.gyp:filter_fuzz_stub',
130 '../skia/skia.gyp:image_operations_bench',
131 '../sql/sql.gyp:sql_unittests',
132 '../sync/sync.gyp:run_sync_testserver',
133 '../sync/sync.gyp:sync_endtoend_tests',
134 '../sync/sync.gyp:sync_unit_tests',
135 '../sync/tools/sync_tools.gyp:sync_client',
136 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
137 '../testing/gmock.gyp:gmock_main',
138 '../third_party/WebKit/public/all.gyp:blink_tests',
139 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
140 '../third_party/codesighs/codesighs.gyp:codesighs',
141 '../third_party/codesighs/codesighs.gyp:maptsvdifftool',
142 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
143 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
144 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
145 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
146 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_bindings_unittests',
147 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unittests',
148 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_perftests',
149 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests',
150 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittests',
151 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
152 '../third_party/smhasher/smhasher.gyp:pmurhash',
153 '../third_party/sqlite/sqlite.gyp:sqlite_shell',
154 '../tools/gn/gn.gyp:gn',
155 '../tools/gn/gn.gyp:generate_test_gn_data',
156 '../tools/gn/gn.gyp:gn_unittests',
157 '../tools/imagediff/image_diff.gyp:image_diff',
158 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache',
159 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
160 '../ui/accessibility/accessibility.gyp:accessibility_unittests',
161 '../ui/app_list/app_list.gyp:app_list_unittests',
162 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
163 '../ui/compositor/compositor.gyp:compositor_unittests',
164 '../ui/display/display.gyp:display_unittests',
165 '../ui/events/events.gyp:events_unittests',
166 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
167 '../ui/keyboard/keyboard.gyp:keyboard_unittests',
168 '../ui/message_center/message_center.gyp:message_center_unittests',
169 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
170 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests',
171 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
172 '../url/url.gyp:url_unittests',
173 '../v8/tools/gyp/v8.gyp:v8_snapshot',
174 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
177 ['enable_extensions==1 and OS!="mac"', {
179 '../extensions/shell/app_shell.gyp:app_shell',
180 '../extensions/shell/app_shell.gyp:app_shell_unittests',
185 '../breakpad/breakpad.gyp:symupload',
190 '../media/media.gyp:player_x11',
191 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
194 ['target_arch!="arm"', {
196 '../gpu/tools/tools.gyp:compositor_model_bench',
201 ['toolkit_views==1', {
203 '../ui/app_list/app_list.gyp:app_list_demo',
204 '../ui/views/views.gyp:views_unittests',
209 '../ash/ash.gyp:ash_shell',
210 '../ash/ash.gyp:ash_shell_unittests',
211 '../ash/ash.gyp:ash_unittests',
216 '../ui/aura/aura.gyp:aura_bench',
217 '../ui/aura/aura.gyp:aura_demo',
218 '../ui/aura/aura.gyp:aura_unittests',
219 '../ui/wm/wm.gyp:wm_unittests',
224 '../ui/ozone/ozone.gyp:ozone',
227 ['OS=="win" or OS=="mac" or chromeos==1', {
229 '../rlz/rlz.gyp:rlz_lib',
234 '../base/base.gyp:chromium_android_linker',
235 '../breakpad/breakpad.gyp:dump_syms',
236 '../build/android/rezip.gyp:rezip_apk_jar',
237 '../chrome/chrome.gyp:chrome_shell_apk',
238 '../chrome/chrome.gyp:chromedriver_webview_shell_apk',
239 #"//clank" TODO(GYP) - conditional somehow?
240 '../tools/imagediff/image_diff.gyp:image_diff#host',
241 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
243 # TODO(GYP): Remove these when the components_unittests work.
244 #"//components/history/core/test:test",
245 #"//components/policy:policy_component_test_support",
246 #"//components/policy:test_support",
247 #"//components/rappor:test_support",
248 #"//components/signin/core/browser:test_support",
249 #"//components/sync_driver:test_support",
250 #"//components/user_manager",
251 #"//components/wallpaper",
253 '../content/content_shell_and_tests.gyp:content_shell_apk',
255 # TODO(GYP): Are these needed, or will they be pulled in automatically?
256 #"//third_party/android_tools:android_gcm_java",
257 #"//third_party/android_tools:uiautomator_java",
258 #"//third_party/android_tools:android_support_v13_java",
259 #"//third_party/android_tools:android_support_v7_appcompat_java",
260 #"//third_party/android_tools:android_support_v7_mediarouter_java",
261 #"//third_party/mesa",
262 #"//third_party/mockito:mockito_java",
263 #"//third_party/openmax_dl/dl",
264 #"//third_party/speex",
265 #"//ui/android:ui_java",
267 # TODO(GYP): Are these needed?
268 #"//chrome/test:test_support_unit",
269 #"//third_party/smhasher:murmurhash3",
270 #"//ui/message_center:test_support",
273 '../breakpad/breakpad.gyp:symupload',
274 '../chrome/chrome.gyp:browser_tests',
275 '../chrome/chrome.gyp:chromedriver',
276 '../chrome/chrome.gyp:chromedriver_unitests',
277 '../chrome/chrome.gyp:interactive_ui_tests',
278 '../chrome/chrome.gyp:sync_integration_tests',
279 '../chrome/chrome.gyp:unit_tests',
280 '../extensions/extensions_tests.gyp:extensions_browsertests',
281 '../extensions/extensions_tests.gyp:extensions_unittests',
282 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
283 '../ipc/ipc.gyp:ipc_tests',
284 '../jingle/jingle.gyp:jingle_unittests',
285 '../net/net.gyp:net_unittests',
287 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
288 '../tools/gn/gn.gyp:gn',
289 '../tools/gn/gn.gyp:gn_unittests',
290 '../tools/imagediff/image_diff.gyp:image_diff',
291 '../tools/gn/gn.gyp:gn',
292 '../tools/gn/gn.gyp:gn_unittests',
293 '../ui/app_list/app_list.gyp:app_list_unittests',
294 '../url/url.gyp:url_unittests',
299 '../breakpad/breakpad.gyp:breakpad_unittests',
300 '../breakpad/breakpad.gyp:dump_syms',
301 '../breakpad/breakpad.gyp:generate_test_dump',
302 '../breakpad/breakpad.gyp:minidump-2-core',
303 '../dbus/dbus.gyp:dbus_test_server',
304 '../dbus/dbus.gyp:dbus_unittests',
305 '../media/cast/cast.gyp:tap_proxy',
306 '../net/net.gyp:disk_cache_memory_test',
307 '../net/net.gyp:flip_in_mem_edsm_server',
308 '../net/net.gyp:flip_in_mem_edsm_server_unittests',
309 '../net/net.gyp:hpack_example_generator',
310 '../net/net.gyp:hpack_fuzz_mutator',
311 '../net/net.gyp:hpack_fuzz_wrapper',
312 '../net/net.gyp:net_perftests',
313 '../net/net.gyp:quic_client',
314 '../net/net.gyp:quic_server',
315 '../sandbox/sandbox.gyp:chrome_sandbox',
316 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
317 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
322 '../breakpad/breakpad.gyp:crash_inspector',
323 '../breakpad/breakpad.gyp:dump_syms',
324 '../breakpad/breakpad.gyp:symupload',
325 '../third_party/apple_sample_code/apple_sample_code.gyp:apple_sample_code',
326 '../third_party/molokocacao/molokocacao.gyp:molokocacao',
328 # TODO(GYP): remove these when the corresponding root targets work.
330 #"//components/ui/zoom:ui_zoom",
332 #"//content/test:test_support",
334 #"//device/bluetooth",
337 #"//device/vibration",
340 #"//storage/browser",
341 #"//third_party/brotli",
342 #"//third_party/flac",
343 #"//third_party/hunspell",
344 #//third_party/iccjpeg",
345 #"//third_party/libphonenumber",
346 #"//third_party/ots",
347 #"//third_party/qcms",
348 #"//third_party/smhasher:murmurhash3",
349 #"//third_party/speex",
350 #"//third_party/webrtc/system_wrappers",
351 #"//ui/native_theme",
356 #"//chrome", # TODO(GYP)
357 #"//chrome/test:browser_tests", # TODO(GYP)
358 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
359 #"//chrome/test:sync_integration_tests", # TODO(GYP)
360 #"//chrome/test:unit_tests", # TODO(GYP)
361 #"//components:components_unittests", # TODO(GYP)
362 #"//content/test:content_browsertests", # TODO(GYP)
363 #"//content/test:content_perftests", # TODO(GYP)
364 #"//content/test:content_unittests", # TODO(GYP)
365 #"//extensions:extensions_browsertests", # TODO(GYP)
366 #"//extensions:extensions_unittests", # TODO(GYP)
367 #"//net:net_unittests", # TODO(GYP)
368 #"//third_party/usrsctp", # TODO(GYP)
369 #"//ui/app_list:app_list_unittests", # TODO(GYP)
370 #"//ui/gfx:gfx_unittests", # TODO(GYP)
376 '../third_party/codesighs/codesighs.gyp:msdump2symdb',
379 "//crypto:crypto_unittests", # TODO(GYP)
380 "//net:net_unittests", # TODO(GYP)
384 '../third_party/codesighs/codesighs.gyp:nm2tsv',
387 ['OS=="android" or OS=="linux"', {
389 '../net/net.gyp:disk_cache_memory_test',
395 'target_name': 'gyp_remaining',
400 '../chrome/chrome.gyp:performance_browser_tests',
401 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
402 '../components/components.gyp:policy_templates',
403 '../components/components_tests.gyp:components_browsertests',
404 '../components/components_tests.gyp:components_perftests',
405 '../content/content.gyp:content_app_browser',
406 '../content/content.gyp:content_app_child',
407 '../content/content_shell_and_tests.gyp:content_gl_benchmark',
408 '../content/content_shell_and_tests.gyp:content_gl_tests',
409 '../courgette/courgette.gyp:courgette',
410 '../courgette/courgette.gyp:courgette_fuzz',
411 '../dbus/dbus.gyp:dbus_test_server',
412 '../device/device_tests.gyp:device_unittests',
413 '../gin/gin.gyp:gin_v8_snapshot_fingerprint',
414 '../gin/gin.gyp:gin_shell',
415 '../gpu/gpu.gyp:gl_tests',
416 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
417 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_test',
418 '../gpu/khronos_glcts_support/khronos_glcts_test.gyp:khronos_glcts_test',
419 '../media/cast/cast.gyp:cast_benchmarks',
420 '../media/cast/cast.gyp:generate_barcode_video',
421 '../media/cast/cast.gyp:generate_timecode_audio',
422 '../media/cast/cast.gyp:tap_proxy',
423 '../mojo/mojo_base.gyp:mojo_application_chromium',
424 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
425 '../ppapi/tools/ppapi_tools.gyp:pepper_hash_for_uma',
426 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests',
427 '../skia/skia.gyp:filter_fuzz_stub',
428 '../skia/skia.gyp:image_operations_bench',
429 '../sync/sync.gyp:run_sync_testserver',
430 '../sync/sync.gyp:sync_endtoend_tests',
431 '../sync/tools/sync_tools.gyp:sync_client',
432 '../sync/tools/sync_tools.gyp:sync_listen_notifications',
433 '../testing/gmock.gyp:gmock_main',
434 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests',
435 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
436 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests',
437 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
438 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
439 '../tools/gn/gn.gyp:generate_test_gn_data',
440 '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache',
441 #'../tools/telemetry/telemetry.gyp:bitmaptools', TODO(GYP) should this be #host ?
442 '../ui/compositor/compositor.gyp:compositor_unittests',
443 '../ui/message_center/message_center.gyp:message_center_unittests',
444 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
445 '../v8/tools/gyp/v8.gyp:v8_snapshot',
446 '../v8/tools/gyp/v8.gyp:postmortem-metadata',
448 # TODO(GYP) - list all of the examples explicitly.
449 '../ppapi/ppapi_internal.gyp:*',
452 ['disable_nacl==0 and disable_nacl_untrusted==0', {
454 '../components/nacl.gyp:nacl_loader_unittests',
455 '../mojo/mojo_nacl.gyp:monacl_shell', # TODO(GYP) This will be deleted; don't port
456 '../remoting/remoting.gyp:remoting_key_tester',
459 ['chromeos== 1 or use_ash==1', {
461 '../components/components.gyp:session_manager_component',
466 '../gpu/tools/tools.gyp:compositor_model_bench',
467 '../media/media.gyp:player_x11',
472 '../remoting/app_remoting_webapp.gyp:ar_sample_app',
473 '../remoting/remoting.gyp:remoting_host',
474 '../remoting/remoting.gyp:remoting_it2me_native_messaging_host',
475 '../remoting/remoting.gyp:remoting_key_tester',
476 '../remoting/remoting.gyp:remoting_me2me_host',
477 '../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
478 '../remoting/remoting.gyp:remoting_native_messaging_manifests',
479 '../remoting/remoting.gyp:remoting_perftests',
480 '../remoting/remoting.gyp:remoting_start_host',
481 '../remoting/remoting.gyp:remoting_unittests',
484 ['toolkit_views==1', {
486 '../ui/app_list/app_list.gyp:app_list_demo',
489 ['test_isolation_mode!="noop"', {
491 '../base/base.gyp:base_unittests_run',
492 '../cc/cc_tests.gyp:cc_unittests_run',
493 '../chrome/chrome.gyp:browser_tests_run',
494 '../chrome/chrome.gyp:chrome_run',
495 '../chrome/chrome.gyp:interactive_ui_tests_run',
496 '../chrome/chrome.gyp:sync_integration_tests_run',
497 '../chrome/chrome.gyp:unit_tests_run',
498 '../components/components_tests.gyp:components_browsertests_run',
499 '../components/components_tests.gyp:components_unittests_run',
500 '../content/content_shell_and_tests.gyp:content_browsertests_run',
501 '../content/content_shell_and_tests.gyp:content_unittests_run',
502 '../crypto/crypto.gyp:crypto_unittests_run',
503 '../courgette/courgette.gyp:courgette_unittests_run',
504 '../gpu/gpu.gyp:gpu_unittests_run',
505 '../media/cast/cast.gyp:cast_unittests_run',
506 '../media/media.gyp:media_unittests_run',
507 '../net/net.gyp:net_unittests_run',
508 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
509 '../sql/sql.gyp:sql_unittests_run',
510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests_run',
511 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
512 '../ui/app_list/app_list.gyp:app_list_unittests_run',
513 '../ui/events/events.gyp:events_unittests_run',
514 '../ui/message_center/message_center.gyp:message_center_unittests_run',
515 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_run',
520 '../ash/ash.gyp:ash_unittests_run',
530 # This target, when built, should cause no actual work
531 # to be done, just update a bunch of stamp files.
532 'target_name': 'gyp_groups',
538 'chromium_builder_asan',
539 'chromium_builder_chromedriver',
540 'chromium_builder_perf',
541 'chromium_builder_tests',
542 'chromium_builder_webrtc',
543 'chromium_gpu_builder',
544 'chromium_gpu_debug_builder',