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

Unified Diff: Source/devtools/front_end/sources/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/sources/jsdifflib.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index 38d39676043a272a157e08a17067e10be85398a3..fd3ed8bb08abadec8e64fe8e69f87df62f48d963 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -302,12 +302,12 @@
],
"dependencies": [
"components",
+ "diff",
"source_frame",
"snippets",
"extensions"
],
"scripts": [
- "jsdifflib.js",
"UIList.js",
"AddSourceMapURLDialog.js",
"AsyncOperationsSidebarPane.js",
@@ -343,9 +343,6 @@
"JavaScriptCompiler.js",
"ObjectEventListenersSidebarPane.js"
],
- "skip_compilation": [
- "jsdifflib.js"
- ],
"resources": [
"filteredItemSelectionDialog.css",
"uiList.css",
« no previous file with comments | « Source/devtools/front_end/sources/jsdifflib.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698