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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "dependencies": [
3 "ui"
4 ],
5 "scripts": [
6 "BezierEditor.js",
7 "BezierUI.js",
8 "ColorSwatch.js",
9 "CSSShadowEditor.js",
10 "SwatchPopoverHelper.js"
11 ],
12 "resources": [
13 "bezierEditor.css",
14 "colorSwatch.css",
15 "bezierSwatch.css",
16 "cssShadowSwatch.css",
17 "cssShadowEditor.css"
18 ]
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698