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

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

Issue 1516683003: Fix GN label names for blink_heap_unittests, blink_platform_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 }, 66 },
67 "base_unittests": { 67 "base_unittests": {
68 "label": "//base:base_unittests", 68 "label": "//base:base_unittests",
69 "type": "console_test_launcher", 69 "type": "console_test_launcher",
70 }, 70 },
71 "blimp_unittests": { 71 "blimp_unittests": {
72 "label": "//blimp:blimp_unittests", 72 "label": "//blimp:blimp_unittests",
73 "type": "console_test_launcher", 73 "type": "console_test_launcher",
74 }, 74 },
75 "blink_heap_unittests": { 75 "blink_heap_unittests": {
76 "label": "//third_party/WebKit/public:blink_heap_unittests", 76 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests",
77 "type": "unknown", 77 "type": "console_test_launcher",
78 }, 78 },
79 "blink_platform_unittests": { 79 "blink_platform_unittests": {
80 "label": "//third_party/WebKit/public:blink_platform_unittests", 80 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
81 "type": "unknown", 81 "type": "console_test_launcher",
82 }, 82 },
83 "breakpad_unittests": { 83 "breakpad_unittests": {
84 "label": "//breakpad:breakpad_unittests", 84 "label": "//breakpad:breakpad_unittests",
85 "type": "console_test_launcher", 85 "type": "console_test_launcher",
86 }, 86 },
87 "browser_tests": { 87 "browser_tests": {
88 "label": "//chrome/test:browser_tests", 88 "label": "//chrome/test:browser_tests",
89 "type": "windowed_test_launcher", 89 "type": "windowed_test_launcher",
90 }, 90 },
91 "cacheinvalidation_unittests": { 91 "cacheinvalidation_unittests": {
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 473 },
474 "wm_unittests": { 474 "wm_unittests": {
475 "label": "//ui/wm:wm_unittests", 475 "label": "//ui/wm:wm_unittests",
476 "type": "windowed_test_launcher", 476 "type": "windowed_test_launcher",
477 }, 477 },
478 "wtf_unittests": { 478 "wtf_unittests": {
479 "label": "//third_party/WebKit/public:wtf_unittests", 479 "label": "//third_party/WebKit/public:wtf_unittests",
480 "type": "unknown", 480 "type": "unknown",
481 }, 481 },
482 } 482 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698