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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 95503bb1e36a84769c1f86e25efb1bb16e8934c2..ef2a219421476777c211e6f3f5f315e0e0e20310 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -73,12 +73,12 @@
"type": "console_test_launcher",
},
"blink_heap_unittests": {
- "label": "//third_party/WebKit/public:blink_heap_unittests",
- "type": "unknown",
+ "label": "//third_party/WebKit/Source/platform:blink_heap_unittests",
+ "type": "console_test_launcher",
},
"blink_platform_unittests": {
- "label": "//third_party/WebKit/public:blink_platform_unittests",
- "type": "unknown",
+ "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
+ "type": "console_test_launcher",
},
"breakpad_unittests": {
"label": "//breakpad:breakpad_unittests",
« 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