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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/components_lazy/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 "sdk",
4 "source_frame",
5 "sources",
6 "ui",
7 "ui_lazy"
8 ],
9 "extensions": [],
10 "scripts": [
11 "CookiesTable.js",
12 "FilmStripModel.js",
13 "FilmStripView.js"
14 ],
15 "resources": [
16 "filmStripDialog.css",
17 "filmStripView.css"
18 ]
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698