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

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

Issue 2109243003: Introduce --remote-debugging-frontend switch for custom remote debugging front-end (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support absolute path instead of HTTP endpoint Created 4 years, 6 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/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"
]
}

Powered by Google App Engine
This is Rietveld 408576698