Chromium Code Reviews| Index: Source/devtools/front_end/diff/module.json |
| diff --git a/Source/devtools/front_end/diff/module.json b/Source/devtools/front_end/diff/module.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b41f8e420d1e4a271438cff936743e5b414ab308 |
| --- /dev/null |
| +++ b/Source/devtools/front_end/diff/module.json |
| @@ -0,0 +1,9 @@ |
| +{ |
| + "scripts": [ |
| + "Diff.js", |
| + "diff_match_patch.js" |
| + ], |
| + "skip_compilation": [ |
| + "diff_match_patch.js" |
| + ] |
| +} |