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

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

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/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index 5664aba4343668d3c7d657bb505ba7b0e234ed96..6f230bee76d8f2f9b145ee7f6cfbb02362188dbf 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -340,7 +340,7 @@
'front_end/sass/module.json',
'front_end/security/module.json',
'front_end/screencast/module.json',
- 'front_end/script_formatter_worker/module.json',
+ 'front_end/formatter_worker/module.json',
'front_end/sdk/module.json',
'front_end/settings/module.json',
'front_end/source_frame/module.json',
@@ -590,7 +590,7 @@
'front_end/security/SecurityModel.js',
'front_end/security/SecurityPanel.js',
],
- 'devtools_script_formatter_worker_js_files': [
+ 'devtools_formatter_worker_js_files': [
'front_end/acorn/acorn.js',
'front_end/cm/css.js',
'front_end/cm/headlesscodemirror.js',
@@ -599,9 +599,10 @@
'front_end/es_tree/AcornTokenizer.js',
'front_end/es_tree/ESTreeWalker.js',
'front_end/platform/utilities.js',
- 'front_end/script_formatter_worker/CSSFormatter.js',
- 'front_end/script_formatter_worker/JavaScriptFormatter.js',
- 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
+ 'front_end/formatter_worker/CSSFormatter.js',
+ 'front_end/formatter_worker/FormattedContentBuilder.js',
+ 'front_end/formatter_worker/JavaScriptFormatter.js',
+ 'front_end/formatter_worker/FormatterWorker.js',
],
'devtools_settings_js_files': [
'front_end/settings/editFileSystemView.css',
@@ -773,7 +774,7 @@
'<@(devtools_sass_js_files)',
'<@(devtools_security_js_files)',
'<@(devtools_screencast_js_files)',
- '<@(devtools_script_formatter_worker_js_files)',
+ '<@(devtools_formatter_worker_js_files)',
'<@(devtools_settings_js_files)',
'<@(devtools_source_frame_js_files)',
'<@(devtools_sources_js_files)',

Powered by Google App Engine
This is Rietveld 408576698