| Index: third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| index cb90918b15a6751231caa9597d301815e96c0477..ddf7cee46ae385f9464f30a0947b3cb218fad429 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
|
| @@ -60,8 +60,7 @@
|
| ],
|
| "scripts": [
|
| "InspectorBackend.js",
|
| - "../InspectorBackendCommands.js",
|
| - "InspectorBackendHostedMode.js",
|
| + "../gen/InspectorBackendCommands.js",
|
| "Target.js",
|
| "TargetManager.js",
|
| "ApplicationCacheModel.js",
|
| @@ -99,10 +98,10 @@
|
| "NetworkRequest.js",
|
| "PaintProfiler.js",
|
| "HeapProfilerModel.js",
|
| - "../SupportedCSSProperties.js"
|
| + "../gen/SupportedCSSProperties.js"
|
| ],
|
| "skip_compilation": [
|
| - "../InspectorBackendCommands.js",
|
| - "../SupportedCSSProperties.js"
|
| + "../gen/InspectorBackendCommands.js",
|
| + "../gen/SupportedCSSProperties.js"
|
| ]
|
| }
|
|
|