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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sass/module.json

Issue 1641893002: DevTools: [SASS] introduce workspace/cssModel adapter for SASS processor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove settimeout from test Created 4 years, 11 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/front_end/sass/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sass/module.json b/third_party/WebKit/Source/devtools/front_end/sass/module.json
index 7547bc714729ae23818668785ffd444ab31779ed..d4704ba5453465ba33e4fb0adfc1b2a61139f8c5 100644
--- a/third_party/WebKit/Source/devtools/front_end/sass/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sass/module.json
@@ -1,7 +1,8 @@
{
- "dependencies": ["platform", "common", "diff", "sdk"],
+ "dependencies": ["platform", "common", "diff", "sdk", "workspace", "bindings"],
"scripts": [
"SASSSupport.js",
+ "SASSWorkspaceAdapter.js",
"SASSLiveSourceMap.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698