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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gyp

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
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/devtools.gyp
diff --git a/third_party/WebKit/Source/devtools/devtools.gyp b/third_party/WebKit/Source/devtools/devtools.gyp
index 54cb6901759b05959e30628dca7d2b5d387a8c8f..7e9472a88f0074e935f401c9a4d9d2df34dfc7a9 100644
--- a/third_party/WebKit/Source/devtools/devtools.gyp
+++ b/third_party/WebKit/Source/devtools/devtools.gyp
@@ -119,7 +119,7 @@
'<(PRODUCT_DIR)/resources/inspector/resources_module.js',
'<(PRODUCT_DIR)/resources/inspector/sass_module.js',
'<(PRODUCT_DIR)/resources/inspector/security_module.js',
- '<(PRODUCT_DIR)/resources/inspector/script_formatter_worker_module.js',
+ '<(PRODUCT_DIR)/resources/inspector/formatter_worker_module.js',
'<(PRODUCT_DIR)/resources/inspector/settings_module.js',
'<(PRODUCT_DIR)/resources/inspector/snippets_module.js',
'<(PRODUCT_DIR)/resources/inspector/source_frame_module.js',
@@ -288,7 +288,7 @@
'<(_output_path)/sass_module.js',
'<(_output_path)/security_module.js',
'<(_output_path)/screencast_module.js',
- '<(_output_path)/script_formatter_worker_module.js',
+ '<(_output_path)/formatter_worker_module.js',
'<(_output_path)/settings_module.js',
'<(_output_path)/snippets_module.js',
'<(_output_path)/source_frame_module.js',
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698