| 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",
|
|
|