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

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

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 8 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 0ebbfb4acafa827db75d2649dc16ab86344ba5f7..396d7d56ff6df49342459cb675119b8a340e9417 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -338,6 +338,7 @@
'front_end/emulation/module.json',
'front_end/es_tree/module.json',
'front_end/extensions/module.json',
+ 'front_end/gonzales/module.json',
'front_end/heap_snapshot_worker/module.json',
'front_end/host/module.json',
'front_end/layers/module.json',
@@ -517,6 +518,10 @@
'front_end/extensions/ExtensionView.js',
'<@(devtools_extension_api_files)',
],
+ 'devtools_gonzales_js_files': [
+ 'front_end/gonzales/gonzales-scss.js',
+ 'front_end/gonzales/SCSSParser.js',
+ ],
'devtools_heap_snapshot_worker_js_files': [
'front_end/common/TextUtils.js',
'front_end/common/UIString.js',
@@ -789,6 +794,7 @@
'<@(devtools_emulated_devices_js_files)',
'<@(devtools_es_tree_js_files)',
'<@(devtools_extensions_js_files)',
+ '<@(devtools_gonzales_js_files)',
'<@(devtools_heap_snapshot_worker_js_files)',
'<@(devtools_layers_js_files)',
'<@(devtools_network_js_files)',

Powered by Google App Engine
This is Rietveld 408576698