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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1508303004: Fix the ninja target -> GN label mapping for wtf_unittests, webkit_unit_tests (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 | « no previous file | no next file » | 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 ef2a219421476777c211e6f3f5f315e0e0e20310..aea3ffb6dbf74e2d58c9dae5d49231da39fbcd17 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -468,15 +468,15 @@
"type": "unknown",
},
"webkit_unit_tests": {
- "label": "//third_party/WebKit/public:webkit_unit_tests",
- "type": "unknown",
+ "label": "//third_party/WebKit/Source/web:webkit_unit_tests",
+ "type": "console_test_launcher",
},
"wm_unittests": {
"label": "//ui/wm:wm_unittests",
"type": "windowed_test_launcher",
},
"wtf_unittests": {
- "label": "//third_party/WebKit/public:wtf_unittests",
- "type": "unknown",
+ "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
+ "type": "console_test_launcher",
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698