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

Side by Side Diff: Source/devtools/front_end/script_formatter_worker/module.json

Issue 692343002: Revert of [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "scripts": [ 2 "scripts": [
3 "../platform/Promise.js", 3 "../common/utilities.js",
4 "../platform/utilities.js",
5 "../cm/headlesscodemirror.js", 4 "../cm/headlesscodemirror.js",
6 "../cm/css.js", 5 "../cm/css.js",
7 "../cm/javascript.js", 6 "../cm/javascript.js",
8 "../cm/xml.js", 7 "../cm/xml.js",
9 "../cm/htmlmixed.js", 8 "../cm/htmlmixed.js",
10 "ScriptFormatterWorker.js", 9 "ScriptFormatterWorker.js",
11 "../UglifyJS/parse-js.js", 10 "../UglifyJS/parse-js.js",
12 "JavaScriptFormatter.js", 11 "JavaScriptFormatter.js",
13 "CSSFormatter.js" 12 "CSSFormatter.js"
14 ], 13 ],
15 "skip_compilation": [ 14 "skip_compilation": [
16 "../cm/headlesscodemirror.js", 15 "../cm/headlesscodemirror.js",
17 "../cm/css.js", 16 "../cm/css.js",
18 "../cm/javascript.js", 17 "../cm/javascript.js",
19 "../cm/xml.js", 18 "../cm/xml.js",
20 "../cm/htmlmixed.js", 19 "../cm/htmlmixed.js",
21 "../UglifyJS/parse-js.js" 20 "../UglifyJS/parse-js.js"
22 ] 21 ]
23 } 22 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/promises/module.json ('k') | Source/devtools/front_end/sdk/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698