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

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

Issue 2772643002: DevTools: Changes View (Closed)
Patch Set: Rename 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"
lushnikov 2017/03/24 04:02:34 you probably need to depend on text editror, works
einbinder 2017/03/28 00:07:24 Done.
15 ],
16 "scripts": [
17 "ChangesHighlighter.js",
18 "ChangesView.js",
19 "UISourceCodeList.js"
20 ],
21 "resources": [
22 "changesView.css",
23 "uiSourceCodeList.css"
24 ]
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698