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

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

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: Created 3 years, 9 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 "extensions": [
3 {
4 "type": "view",
5 "location": "drawer-view",
6 "id": "changes.changes",
7 "title": "Changes",
8 "persistence": "closeable",
9 "className": "Changes.ChangesView",
10 "experiment": "changesDrawer"
11 }
12 ],
13 "dependencies": [
14 "sources"
15 ],
16 "scripts": [
17 "ChangesView.js",
18 "FileList.js"
19 ],
20 "resources": [
21 "changesView.css",
22 "fileList.css"
23 ]
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698