| Index: third_party/WebKit/Source/devtools/front_end/es_tree/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/diff/module.json b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
|
| similarity index 56%
|
| copy from third_party/WebKit/Source/devtools/front_end/diff/module.json
|
| copy to third_party/WebKit/Source/devtools/front_end/es_tree/module.json
|
| index ad06cf07b0ecd66aea5a44268d931d4570a8f009..91fbb29fdd2e8ae712494fc26c77a77b337ad6c6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/diff/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/es_tree/module.json
|
| @@ -3,10 +3,10 @@
|
| "common"
|
| ],
|
| "scripts": [
|
| - "Diff.js",
|
| - "diff_match_patch.js"
|
| + "../acorn/acorn.js",
|
| + "ESTreeWalker.js"
|
| ],
|
| "skip_compilation": [
|
| - "diff_match_patch.js"
|
| + "../acorn/acorn.js"
|
| ]
|
| }
|
|
|