Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(933)

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/chromium_win8_trybot.json ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "type": "windowed_test_launcher", 168 "type": "windowed_test_launcher",
169 }, 169 },
170 "cc_unittests": { 170 "cc_unittests": {
171 "label": "//cc:cc_unittests", 171 "label": "//cc:cc_unittests",
172 "type": "windowed_test_launcher", 172 "type": "windowed_test_launcher",
173 }, 173 },
174 "chrome_app_unittests": { 174 "chrome_app_unittests": {
175 "label": "//chrome/test:chrome_app_unittests", 175 "label": "//chrome/test:chrome_app_unittests",
176 "type": "console_test_launcher", 176 "type": "console_test_launcher",
177 }, 177 },
178 "chrome_elf_unittests": {
179 "label": "//chrome_elf:chrome_elf_unittests",
180 "type": "raw",
181 },
182 "chromedriver_unittests": { 178 "chromedriver_unittests": {
183 "label": "//chrome/test/chromedriver:chromedriver_unittests", 179 "label": "//chrome/test/chromedriver:chromedriver_unittests",
184 "type": "windowed_test_launcher", 180 "type": "windowed_test_launcher",
185 }, 181 },
186 "chromeos_unittests": { 182 "chromeos_unittests": {
187 "label": "//chromeos:chromeos_unittests", 183 "label": "//chromeos:chromeos_unittests",
188 "type": "unknown", 184 "type": "unknown",
189 }, 185 },
190 "components_browsertests": { 186 "components_browsertests": {
191 "label": "//components:components_browsertests", 187 "label": "//components:components_browsertests",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 }, 439 },
444 "sandbox_linux_unittests": { 440 "sandbox_linux_unittests": {
445 "label": "//sandbox/linux:sandbox_linux_unittests", 441 "label": "//sandbox/linux:sandbox_linux_unittests",
446 "type": "raw", 442 "type": "raw",
447 "args": [], 443 "args": [],
448 }, 444 },
449 "sandbox_mac_unittests": { 445 "sandbox_mac_unittests": {
450 "label": "//sandbox/mac:sandbox_mac_unittests", 446 "label": "//sandbox/mac:sandbox_mac_unittests",
451 "type": "unknown", 447 "type": "unknown",
452 }, 448 },
453 "sbox_integration_tests": {
454 "label": "//sandbox/win:sbox_integration_tests",
455 "type": "console_test_launcher",
456 },
457 "sbox_unittests": {
458 "label": "//sandbox/win:sbox_unittests",
459 "type": "console_test_launcher",
460 },
461 "sbox_validation_tests": {
462 "label": "//sandbox/win:sbox_validation_tests",
463 "type": "console_test_launcher",
464 },
465 "setup_unittests": { 449 "setup_unittests": {
466 "label": "//chrome/installer/setup:setup_unittests", 450 "label": "//chrome/installer/setup:setup_unittests",
467 "type": "console_test_launcher", 451 "type": "console_test_launcher",
468 }, 452 },
469 "skia_unittests": { 453 "skia_unittests": {
470 "label": "//skia:skia_unittests", 454 "label": "//skia:skia_unittests",
471 "type": "console_test_launcher", 455 "type": "console_test_launcher",
472 }, 456 },
473 "sql_unittests": { 457 "sql_unittests": {
474 "label": "//sql:sql_unittests", 458 "label": "//sql:sql_unittests",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 }, 553 },
570 "wm_unittests": { 554 "wm_unittests": {
571 "label": "//ui/wm:wm_unittests", 555 "label": "//ui/wm:wm_unittests",
572 "type": "windowed_test_launcher", 556 "type": "windowed_test_launcher",
573 }, 557 },
574 "wtf_unittests": { 558 "wtf_unittests": {
575 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 559 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
576 "type": "console_test_launcher", 560 "type": "console_test_launcher",
577 }, 561 },
578 } 562 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_win8_trybot.json ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698