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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/gonzales/module.json

Issue 2588843002: DevTools: speed up closure dependency checking (Closed)
Patch Set: update BUILD.gn Created 3 years, 12 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "formatter_worker" 3 "formatter_worker"
4 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "../common/TextRange.js",
dgozman 2016/12/27 18:07:36 TextRange is a part of formatter_worker, which is
chenwilliam 2016/12/27 23:49:14 I've updated it so the DependencyPreprocessor chec
6 "gonzales-scss.js", 7 "gonzales-scss.js",
7 "SCSSParser.js" 8 "SCSSParser.js"
8 ], 9 ],
9 "extensions": [ 10 "extensions": [
10 { 11 {
11 "type": "@FormatterWorker.FormatterWorkerContentParser", 12 "type": "@FormatterWorker.FormatterWorkerContentParser",
12 "className": "Gonzales.SCSSParser", 13 "className": "Gonzales.SCSSParser",
13 "mimeType": "text/x-scss" 14 "mimeType": "text/x-scss"
14 } 15 }
15 ], 16 ],
16 "skip_compilation": [ 17 "skip_compilation": [
17 "gonzales-scss.js" 18 "gonzales-scss.js"
18 ] 19 ]
19 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698