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

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

Issue 2619023002: DevTools: introduce new cm_headless module to fix formatter_worker deps. (Closed)
Patch Set: 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/front_end/formatter_worker.json ('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/front_end/formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index 41dc8f5bb046c027b51b6a1719cc41e76601e461..414563f64b5a36facfc722c9cf9c2bf6ec49c670 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
@@ -1,9 +1,9 @@
{
"dependencies": [
- "platform"
+ "platform",
+ "cm_headless"
],
"scripts": [
- "../cm/headlesscodemirror.js",
"../cm/css.js",
"../cm/xml.js",
"../common/Text.js",
@@ -23,7 +23,6 @@
],
"skip_compilation": [
"acorn/acorn.js",
- "../cm/headlesscodemirror.js",
"../cm/css.js",
"../cm/xml.js"
]
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/formatter_worker.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698