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