| Index: third_party/WebKit/Source/devtools/front_end/gonzales/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/gonzales/module.json b/third_party/WebKit/Source/devtools/front_end/gonzales/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1e0d51ab27c586e42462025b745d12c7dff677dd
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/gonzales/module.json
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + "dependencies": [
|
| + "formatter_worker"
|
| + ],
|
| + "scripts": [
|
| + "gonzales-scss.js",
|
| + "SCSSParser.js"
|
| + ],
|
| + "extensions": [
|
| + {
|
| + "type": "@WebInspector.FormatterWorkerContentParser",
|
| + "className": "WebInspector.SCSSParser",
|
| + "mimeType": "text/x-scss"
|
| + }
|
| + ],
|
| + "skip_compilation": [
|
| + "gonzales-scss.js"
|
| + ]
|
| +}
|
|
|