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

Unified Diff: Source/devtools/BUILD.gn

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 | « LayoutTests/inspector/initial-modules-load-expected.txt ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 2b6fa7eeb6328de934872aac17dc4e09452d0881..10aba0229f86364208f777eac7e9ef197f45b9ff 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -39,6 +39,7 @@ devtools_modules_js_files =
gypi_values.devtools_components_lazy_js_files +
gypi_values.devtools_console_js_files +
gypi_values.devtools_devices_js_files +
+ gypi_values.devtools_diff_js_files +
gypi_values.devtools_elements_js_files +
gypi_values.devtools_emulated_devices_js_files +
devtools_extensions_js_files +
@@ -149,6 +150,7 @@ action("generate_devtools_grd") {
resources_out_dir + "components_lazy_module.js",
resources_out_dir + "console_module.js",
resources_out_dir + "devices_module.js",
+ resources_out_dir + "diff_module.js",
resources_out_dir + "elements_module.js",
resources_out_dir + "heap_snapshot_worker_module.js",
resources_out_dir + "layers_module.js",
@@ -263,6 +265,7 @@ action("build_applications") {
resources_out_dir + "components_lazy_module.js",
resources_out_dir + "console_module.js",
resources_out_dir + "devices_module.js",
+ resources_out_dir + "diff_module.js",
resources_out_dir + "elements_module.js",
resources_out_dir + "emulated_devices_module.js",
resources_out_dir + "heap_snapshot_worker_module.js",
« no previous file with comments | « LayoutTests/inspector/initial-modules-load-expected.txt ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698