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

Unified Diff: third_party/WebKit/Source/devtools/front_end/dom_extension/module.json

Issue 2620823002: DevTools: extract the dom_extension module. (Closed)
Patch Set: rebaselined 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/front_end/dom_extension/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json b/third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
similarity index 74%
copy from third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json
copy to third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
index 42fbad576d5dcba693450089a6e7f71ea8e88e4c..7f64ee3cf1eb03cbcf70b99080d052c9f8ae5da2 100644
--- a/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/dom_extension/module.json
@@ -3,6 +3,6 @@
"platform"
],
"scripts": [
- "Toolbox.js"
+ "DOMExtension.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698