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

Unified Diff: Source/devtools/front_end/diff/module.json

Issue 1336803005: DevTools: use diff_match_patch instead of jsdifflib for text diffing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix file permissions Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/diff/diff_match_patch.js ('k') | Source/devtools/front_end/externs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
+}
« no previous file with comments | « Source/devtools/front_end/diff/diff_match_patch.js ('k') | Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698