| Index: third_party/WebKit/Source/devtools/front_end/changes/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/changes/module.json b/third_party/WebKit/Source/devtools/front_end/changes/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..891065411e9700bf2228a0c46741fbbf8fd40b2f
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/changes/module.json
|
| @@ -0,0 +1,28 @@
|
| +{
|
| + "extensions": [
|
| + {
|
| + "type": "view",
|
| + "location": "drawer-view",
|
| + "id": "changes.changes",
|
| + "title": "Changes",
|
| + "persistence": "closable",
|
| + "className": "Changes.ChangesView"
|
| + },
|
| + {
|
| + "type": "@Common.Revealer",
|
| + "contextTypes": [
|
| + "Changes.UISourceCodeChange"
|
| + ],
|
| + "className": "Changes.UISourceCodeChangeRevealer"
|
| + }
|
| + ],
|
| + "dependencies": [
|
| + "sources"
|
| + ],
|
| + "scripts": [
|
| + "ChangesView.js"
|
| + ],
|
| + "resources": [
|
| + "changesView.css"
|
| + ]
|
| +}
|
|
|