| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and | 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and |
| 6 # test type classifications for the tests that are run on the bots. | 6 # test type classifications for the tests that are run on the bots. |
| 7 # | 7 # |
| 8 # This mapping is used by MB so that we can uniformly refer to test binaries | 8 # This mapping is used by MB so that we can uniformly refer to test binaries |
| 9 # by their Ninja target names in the recipes and not need to worry about how | 9 # by their Ninja target names in the recipes and not need to worry about how |
| 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty | 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "device_unittests": { | 146 "device_unittests": { |
| 147 "label": "//device:device_unittests", | 147 "label": "//device:device_unittests", |
| 148 "type": "console_test_launcher", | 148 "type": "console_test_launcher", |
| 149 }, | 149 }, |
| 150 "display_unittests": { | 150 "display_unittests": { |
| 151 "label": "//ui/display:display_unittests", | 151 "label": "//ui/display:display_unittests", |
| 152 "type": "console_test_launcher", | 152 "type": "console_test_launcher", |
| 153 }, | 153 }, |
| 154 "events_unittests": { | 154 "events_unittests": { |
| 155 "label": "//ui/events:events_unittests", | 155 "label": "//ui/events:events_unittests", |
| 156 "type": "unknown", | 156 "type": "windowed_test_launcher", |
| 157 }, | 157 }, |
| 158 "extensions_browsertests": { | 158 "extensions_browsertests": { |
| 159 "label": "//extensions:extensions_browsertests", | 159 "label": "//extensions:extensions_browsertests", |
| 160 "type": "unknown", | 160 "type": "windowed_test_launcher", |
| 161 }, | 161 }, |
| 162 "extensions_unittests": { | 162 "extensions_unittests": { |
| 163 "label": "//extensions:extensions_unittests", | 163 "label": "//extensions:extensions_unittests", |
| 164 "type": "unknown", | 164 "type": "windowed_test_launcher", |
| 165 }, | 165 }, |
| 166 "gcm_unit_tests": { | 166 "gcm_unit_tests": { |
| 167 "label": "//google_apis/gcm:gcm_unit_tests", | 167 "label": "//google_apis/gcm:gcm_unit_tests", |
| 168 "type": "unknown", | 168 "type": "console_test_launcher", |
| 169 }, | 169 }, |
| 170 "gfx_unittests": { | 170 "gfx_unittests": { |
| 171 "label": "//ui/gfx:gfx_unittests", | 171 "label": "//ui/gfx:gfx_unittests", |
| 172 "type": "unknown", | 172 "type": "raw", |
| 173 "args": [], |
| 173 }, | 174 }, |
| 174 "gl_unittests": { | 175 "gl_unittests": { |
| 175 "label": "//ui/gl:gl_unittests", | 176 "label": "//ui/gl:gl_unittests", |
| 176 "type": "raw", | 177 "type": "raw", |
| 177 "args": [], | 178 "args": [], |
| 178 }, | 179 }, |
| 179 "gn_unittests": { | 180 "gn_unittests": { |
| 180 "label": "//tools/gn:gn_unittests", | 181 "label": "//tools/gn:gn_unittests", |
| 181 "type": "raw", | 182 "type": "raw", |
| 182 "args": [], | 183 "args": [], |
| 183 }, | 184 }, |
| 184 "google_apis_unittests": { | 185 "google_apis_unittests": { |
| 185 "label": "//google_apis:google_apis_unittests", | 186 "label": "//google_apis:google_apis_unittests", |
| 186 "type": "unknown", | 187 "type": "unknown", |
| 187 }, | 188 }, |
| 188 "gpu_unittests": { | 189 "gpu_unittests": { |
| 189 "label": "//gpu:gpu_unittests", | 190 "label": "//gpu:gpu_unittests", |
| 190 "type": "unknown", | 191 "type": "windowed_test_launcher", |
| 191 }, | 192 }, |
| 192 "html_viewer_unittests": { | 193 "html_viewer_unittests": { |
| 193 "label": "//components/html_viewer:html_viewer_unittests", | 194 "label": "//components/html_viewer:html_viewer_unittests", |
| 194 "type": "unknown", | 195 "type": "unknown", |
| 195 }, | 196 }, |
| 196 "installer_util_unittests": { | 197 "installer_util_unittests": { |
| 197 "label": "//chrome/installer/util:installer_util_unittests", | 198 "label": "//chrome/installer/util:installer_util_unittests", |
| 198 "type": "unknown", | 199 "type": "unknown", |
| 199 }, | 200 }, |
| 200 "interactive_ui_tests": { | 201 "interactive_ui_tests": { |
| 201 "label": "//chrome/test:interactive_ui_tests", | 202 "label": "//chrome/test:interactive_ui_tests", |
| 202 "type": "unknown", | 203 "type": "windowed_test_launcher", |
| 203 }, | 204 }, |
| 204 "ipc_mojo_unittests": { | 205 "ipc_mojo_unittests": { |
| 205 "label": "//ipc/mojo:ipc_mojo_unittests", | 206 "label": "//ipc/mojo:ipc_mojo_unittests", |
| 206 "type": "unknown", | 207 "type": "unknown", |
| 207 }, | 208 }, |
| 208 "ipc_tests": { | 209 "ipc_tests": { |
| 209 "label": "//ipc:ipc_tests", | 210 "label": "//ipc:ipc_tests", |
| 210 "type": "console_test_launcher", | 211 "type": "console_test_launcher", |
| 211 }, | 212 }, |
| 212 "jingle_unittests": { | 213 "jingle_unittests": { |
| 213 "label": "//jingle:jingle_unittests", | 214 "label": "//jingle:jingle_unittests", |
| 214 "type": "unknown", | 215 "type": "console_test_launcher", |
| 215 }, | 216 }, |
| 216 "keyboard_unittests": { | 217 "keyboard_unittests": { |
| 217 "label": "//ui/keyboard:keyboard_unittests", | 218 "label": "//ui/keyboard:keyboard_unittests", |
| 218 "type": "unknown", | 219 "type": "unknown", |
| 219 }, | 220 }, |
| 220 "media_unittests": { | 221 "media_unittests": { |
| 221 "label": "//media:media_unittests", | 222 "label": "//media:media_unittests", |
| 222 "type": "unknown", | 223 "type": "windowed_test_launcher", |
| 223 }, | 224 }, |
| 224 "midi_unittests": { | 225 "midi_unittests": { |
| 225 "label": "//media:midi_unittests", | 226 "label": "//media:midi_unittests", |
| 226 "type": "unknown", | 227 "type": "unknown", |
| 227 }, | 228 }, |
| 228 "mojo_common_unittests": { | 229 "mojo_common_unittests": { |
| 229 "label": "//mojo/common:mojo_common_unittests", | 230 "label": "//mojo/common:mojo_common_unittests", |
| 230 "type": "unknown", | 231 "type": "console_test_launcher", |
| 231 }, | 232 }, |
| 232 "mojo_public_application_unittests": { | 233 "mojo_public_application_unittests": { |
| 233 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unitt
ests", | 234 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unitt
ests", |
| 234 "type": "unknown", | 235 "type": "unknown", |
| 235 }, | 236 }, |
| 236 "mojo_public_bindings_unittests": { | 237 "mojo_public_bindings_unittests": { |
| 237 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittest
s", | 238 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittest
s", |
| 238 "type": "unknown", | 239 "type": "console_test_launcher", |
| 239 }, | 240 }, |
| 240 "mojo_public_environment_unittests": { | 241 "mojo_public_environment_unittests": { |
| 241 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unitt
ests", | 242 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unitt
ests", |
| 242 "type": "unknown", | 243 "type": "console_test_launcher", |
| 243 }, | 244 }, |
| 244 "mojo_public_system_unittests": { | 245 "mojo_public_system_unittests": { |
| 245 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests"
, | 246 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests"
, |
| 246 "type": "unknown", | 247 "type": "unknown", |
| 247 }, | 248 }, |
| 248 "mojo_public_utility_unittests": { | 249 "mojo_public_utility_unittests": { |
| 249 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests
", | 250 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests
", |
| 250 "type": "unknown", | 251 "type": "unknown", |
| 251 }, | 252 }, |
| 252 "mojo_runner_unittests": { | 253 "mojo_runner_unittests": { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 268 "mojo_view_manager_lib_unittests": { | 269 "mojo_view_manager_lib_unittests": { |
| 269 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 270 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", |
| 270 "type": "unknown", | 271 "type": "unknown", |
| 271 }, | 272 }, |
| 272 "message_center_unittests": { | 273 "message_center_unittests": { |
| 273 "label": "//ui/message_center:message_center_unittests", | 274 "label": "//ui/message_center:message_center_unittests", |
| 274 "type": "unknown", | 275 "type": "unknown", |
| 275 }, | 276 }, |
| 276 "nacl_loader_unittests": { | 277 "nacl_loader_unittests": { |
| 277 "label": "//components/nacl:nacl_loader_unittests", | 278 "label": "//components/nacl:nacl_loader_unittests", |
| 278 "type": "unknown", | 279 "type": "raw", |
| 280 "args": [], |
| 279 }, | 281 }, |
| 280 "net_unittests": { | 282 "net_unittests": { |
| 281 "label": "//net:net_unittests", | 283 "label": "//net:net_unittests", |
| 282 "type": "unknown", | 284 "type": "console_test_launcher", |
| 283 }, | 285 }, |
| 284 "ozone_unittests": { | 286 "ozone_unittests": { |
| 285 "label": "//ui/ozone:ozone_unittests", | 287 "label": "//ui/ozone:ozone_unittests", |
| 286 "type": "unknown", | 288 "type": "unknown", |
| 287 }, | 289 }, |
| 288 "ppapi_unittests": { | 290 "ppapi_unittests": { |
| 289 "label": "//ppapi:ppapi_unittests", | 291 "label": "//ppapi:ppapi_unittests", |
| 290 "type": "unknown", | 292 "type": "unknown", |
| 291 }, | 293 }, |
| 292 "printing_unittests": { | 294 "printing_unittests": { |
| 293 "label": "//printing:printing_unittests", | 295 "label": "//printing:printing_unittests", |
| 294 "type": "unknown", | 296 "type": "console_test_launcher", |
| 295 }, | 297 }, |
| 296 "remoting_unittests": { | 298 "remoting_unittests": { |
| 297 "label": "//remoting:remoting_unittests", | 299 "label": "//remoting:remoting_unittests", |
| 298 "type": "unknown", | 300 "type": "console_test_launcher", |
| 299 }, | 301 }, |
| 300 "resource_provider_unittests": { | 302 "resource_provider_unittests": { |
| 301 "label": "//components/resource_provider:resource_provider_unittests", | 303 "label": "//components/resource_provider:resource_provider_unittests", |
| 302 "type": "unknown", | 304 "type": "unknown", |
| 303 }, | 305 }, |
| 304 "sandbox_linux_unittests": { | 306 "sandbox_linux_unittests": { |
| 305 "label": "//sandbox/linux:sandbox_linux_unittests", | 307 "label": "//sandbox/linux:sandbox_linux_unittests", |
| 306 "type": "raw", | 308 "type": "raw", |
| 307 "args": [], | 309 "args": [], |
| 308 }, | 310 }, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 328 }, | 330 }, |
| 329 "skia_unittests": { | 331 "skia_unittests": { |
| 330 "label": "//skia:skia_unittests", | 332 "label": "//skia:skia_unittests", |
| 331 "type": "console_test_launcher", | 333 "type": "console_test_launcher", |
| 332 }, | 334 }, |
| 333 "sql_unittests": { | 335 "sql_unittests": { |
| 334 "label": "//sql:sql_unittests", | 336 "label": "//sql:sql_unittests", |
| 335 "type": "console_test_launcher", | 337 "type": "console_test_launcher", |
| 336 }, | 338 }, |
| 337 "sync_integration_tests": { | 339 "sync_integration_tests": { |
| 338 "label": "//sync:sync_integration_tests", | 340 "label": "//chrome/test:sync_integration_tests", |
| 339 "type": "unknown", | 341 "type": "windowed_test_launcher", |
| 340 }, | 342 }, |
| 341 "sync_unit_tests": { | 343 "sync_unit_tests": { |
| 342 "label": "//sync:sync_unit_tests", | 344 "label": "//sync:sync_unit_tests", |
| 343 "type": "unknown", | 345 "type": "console_test_launcher", |
| 344 }, | 346 }, |
| 345 "ui_base_unittests": { | 347 "ui_base_unittests": { |
| 346 "label": "//ui/base:ui_base_unittests", | 348 "label": "//ui/base:ui_base_unittests", |
| 347 "type": "windowed_test_launcher", | 349 "type": "windowed_test_launcher", |
| 348 }, | 350 }, |
| 349 "ui_chromeos_unittests": { | 351 "ui_chromeos_unittests": { |
| 350 "label": "//ui/chromeos:ui_chromeos_unittests", | 352 "label": "//ui/chromeos:ui_chromeos_unittests", |
| 351 "type": "unknown", | 353 "type": "unknown", |
| 352 }, | 354 }, |
| 353 "ui_touch_selection_unittests": { | 355 "ui_touch_selection_unittests": { |
| 354 "label": "//ui/touch_selection:ui_touch_selection_unittests", | 356 "label": "//ui/touch_selection:ui_touch_selection_unittests", |
| 355 "type": "windowed_test_launcher", | 357 "type": "windowed_test_launcher", |
| 356 }, | 358 }, |
| 357 "unit_tests": { | 359 "unit_tests": { |
| 358 "label": "//chrome/test:unit_tests", | 360 "label": "//chrome/test:unit_tests", |
| 359 "type": "unknown", | 361 "type": "windowed_test_launcher", |
| 360 }, | 362 }, |
| 361 "url_unittests": { | 363 "url_unittests": { |
| 362 "label": "//url:url_unittests", | 364 "label": "//url:url_unittests", |
| 363 "type": "console_test_launcher", | 365 "type": "console_test_launcher", |
| 364 }, | 366 }, |
| 365 "view_manager_unittests": { | 367 "view_manager_unittests": { |
| 366 "label": "//components/view_manager:view_manager_unittests", | 368 "label": "//components/view_manager:view_manager_unittests", |
| 367 "type": "unknown", | 369 "type": "unknown", |
| 368 }, | 370 }, |
| 369 "views_unittests": { | 371 "views_unittests": { |
| 370 "label": "//ui/views:views_unittests", | 372 "label": "//ui/views:views_unittests", |
| 371 "type": "unknown", | 373 "type": "unknown", |
| 372 }, | 374 }, |
| 373 "webkit_unit_tests": { | 375 "webkit_unit_tests": { |
| 374 "label": "//third_party/WebKit/public:webkit_unit_tests", | 376 "label": "//third_party/WebKit/public:webkit_unit_tests", |
| 375 "type": "unknown", | 377 "type": "unknown", |
| 376 }, | 378 }, |
| 377 "wm_unittests": { | 379 "wm_unittests": { |
| 378 "label": "//ui/wm:wm_unittests", | 380 "label": "//ui/wm:wm_unittests", |
| 379 "type": "windowed_test_launcher", | 381 "type": "windowed_test_launcher", |
| 380 }, | 382 }, |
| 381 "wtf_unittests": { | 383 "wtf_unittests": { |
| 382 "label": "//third_party/WebKit/public:wtf_unittests", | 384 "label": "//third_party/WebKit/public:wtf_unittests", |
| 383 "type": "unknown", | 385 "type": "unknown", |
| 384 }, | 386 }, |
| 385 } | 387 } |
| OLD | NEW |