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

Unified Diff: third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json
diff --git a/third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json b/third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json
new file mode 100644
index 0000000000000000000000000000000000000000..5f0e416415472de68ea1153b55f266c37b8d14cd
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json
@@ -0,0 +1,9 @@
+{
+ "sdk": "SDK",
+ "ui": "UI",
+ "js_ui": "JS_UI",
pfeldman 2017/01/09 19:29:48 We don't have it now, right?
chenwilliam 2017/01/09 22:49:15 Right.
+ "perf_ui": "Perf_UI",
pfeldman 2017/01/09 19:29:48 Should be PerfUI.
chenwilliam 2017/01/09 22:49:15 Done.
+ "css_tracker": "CSSTracker",
+ "ui_lazy": "UI",
+ "components_lazy": "Components"
+}

Powered by Google App Engine
This is Rietveld 408576698