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

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

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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 | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/source_frame/module.json
diff --git a/Source/devtools/front_end/source_frame/module.json b/Source/devtools/front_end/source_frame/module.json
index ec9fe3ca8c88fa2acaf823f1cb9ebfa0a8a5a6dd..4f528825839856274e71b5cdf1f3e9ff79952d95 100644
--- a/Source/devtools/front_end/source_frame/module.json
+++ b/Source/devtools/front_end/source_frame/module.json
@@ -22,6 +22,9 @@
]
}
],
+ "dependencies": [
+ "components"
+ ],
"scripts": [
"../cm/codemirror.js",
"../cm/css.js",
@@ -48,5 +51,25 @@
"ResourceView.js",
"FontView.js",
"ImageView.js"
+ ],
+ "skip_compilation": [
+ "../cm/codemirror.js",
+ "../cm/css.js",
+ "../cm/javascript.js",
+ "../cm/xml.js",
+ "../cm/htmlmixed.js",
+
+ "../cm/matchbrackets.js",
+ "../cm/closebrackets.js",
+ "../cm/markselection.js",
+ "../cm/comment.js",
+ "../cm/overlay.js",
+
+ "../cm/htmlembedded.js",
+ "../cm/clike.js",
+ "../cm/coffeescript.js",
+ "../cm/php.js",
+ "../cm/python.js",
+ "../cm/shell.js"
]
}
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/sources/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698