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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index 9b26b5606855b728e944982ea9b46d08539f59fa..88e6375e70b3de14e244059e8bb18dcaaaa06b89 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -46,7 +46,7 @@ devtools_modules_js_files =
gypi_values.devtools_sass_js_files +
gypi_values.devtools_security_js_files +
gypi_values.devtools_screencast_js_files +
- gypi_values.devtools_script_formatter_worker_js_files +
+ gypi_values.devtools_formatter_worker_js_files +
gypi_values.devtools_settings_js_files +
gypi_values.devtools_snippets_js_files +
gypi_values.devtools_source_frame_js_files +
@@ -154,7 +154,7 @@ action("generate_devtools_grd") {
resources_out_dir + "resources_module.js",
resources_out_dir + "sass_module.js",
resources_out_dir + "security_module.js",
- resources_out_dir + "script_formatter_worker_module.js",
+ resources_out_dir + "formatter_worker_module.js",
resources_out_dir + "settings_module.js",
resources_out_dir + "snippets_module.js",
resources_out_dir + "source_frame_module.js",
@@ -288,7 +288,7 @@ action("build_applications") {
resources_out_dir + "sass_module.js",
resources_out_dir + "security_module.js",
resources_out_dir + "screencast_module.js",
- resources_out_dir + "script_formatter_worker_module.js",
+ resources_out_dir + "formatter_worker_module.js",
resources_out_dir + "settings_module.js",
resources_out_dir + "snippets_module.js",
resources_out_dir + "source_frame_module.js",

Powered by Google App Engine
This is Rietveld 408576698