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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fix externs (PerfUI) 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
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8e0e1e3ce683836bd2a0d807c1fbe792e9173b3a
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/scripts/special_case_namespaces.json
@@ -0,0 +1,8 @@
+{
+ "sdk": "SDK",
+ "ui": "UI",
+ "perf_ui": "PerfUI",
+ "css_tracker": "CSSTracker",
+ "ui_lazy": "UI",
+ "components_lazy": "Components"
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/extract_module/extract_module.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698