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

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

Issue 1511073002: DevTools: [SASS] introduce sass module, implement SCSS AST-builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: introduce ASTDocument Created 5 years 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 0f513c1a9f478486ccad6b146d3677cdbbf1bb0d..99df49a9d270c0de3d2f58356c332b07ff0b64d4 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -43,6 +43,7 @@
'<@(devtools_host_js_files)',
'<@(devtools_main_js_files)',
'<@(devtools_platform_js_files)',
+ '<@(devtools_sass_js_files)',
'<@(devtools_sdk_js_files)',
'<@(devtools_toolbox_bootstrap_js_files)',
'<@(devtools_ui_js_files)',
@@ -126,6 +127,9 @@
'front_end/host/ResourceLoader.js',
'front_end/host/UserMetrics.js',
],
+ 'devtools_sass_js_files': [
+ 'front_end/sass/SASSSupport.js',
+ ],
'devtools_screencast_js_files': [
'front_end/screencast/screencastView.css',
'front_end/screencast/ScreencastApp.js',
@@ -329,6 +333,7 @@
'front_end/profiler/module.json',
'front_end/promises/module.json',
'front_end/resources/module.json',
+ 'front_end/sass/module.json',
'front_end/security/module.json',
'front_end/screencast/module.json',
'front_end/script_formatter_worker/module.json',

Powered by Google App Engine
This is Rietveld 408576698