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

Unified Diff: Source/devtools/front_end/sources/module.json

Issue 667623002: DevTools: make extension server a part of core, panels' code should depend on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for review Created 6 years, 2 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: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 28ac377e40c77d99a62f2206a0e7b072caf8fd77..b11ff03ff16d11c6364c4e9ad734d17e820cac8e 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -183,7 +183,10 @@
"settingType": "checkbox"
}
],
- "dependencies": ["source_frame"],
+ "dependencies": [
+ "source_frame",
+ "extensions"
+ ],
"scripts": [
"jsdifflib.js",
"Placard.js",
« Source/devtools/front_end/main/Main.js ('K') | « Source/devtools/front_end/sources/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698