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

Unified Diff: Source/devtools/scripts/frontend_modules.json

Issue 225873004: DevTools: Handle the F8 shortcut forwarded from the inspected page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index 2f42852c4a973e6c51877c25b09c70299cb532fa..e8314d7dfea8e73999ca3d62bc694695d46158f7 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -416,8 +416,15 @@
]
},
{
+ "name": "input",
+ "dependencies": ["sources"],
+ "sources": [
+ "ForwardedInputEventHandler.js"
+ ]
+ },
+ {
"name": "host_stub",
- "dependencies": ["components", "profiler", "timeline"],
+ "dependencies": ["components", "profiler", "timeline", "sources", "input"],
"sources": [
"InspectorFrontendAPI.js",
"InspectorFrontendHostStub.js"

Powered by Google App Engine
This is Rietveld 408576698