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

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

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: fix test Created 3 years, 8 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 "workspace_diff",
15 "text_editor",
16 "workspace",
17 "diff",
18 "bindings",
19 "persistence",
20 "ui"
21 ],
22 "scripts": [
23 "ChangesHighlighter.js",
24 "ChangesView.js",
25 "ChangesSidebar.js"
26 ],
27 "resources": [
28 "changesView.css",
29 "changesSidebar.css"
30 ]
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698