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

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

Issue 2348013002: [DevTools] Merge es_tree module into formatter_worker. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "dependencies": [
3 "common"
4 ],
5 "scripts": [
6 "../acorn/acorn.js",
7 "AcornTokenizer.js",
8 "ESTreeWalker.js"
9 ],
10 "skip_compilation": [
11 "../acorn/acorn.js"
12 ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698