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

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

Issue 170273003: DevTools: Implement extensions-based shortcut bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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
« no previous file with comments | « Source/devtools/front_end/modules.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/scripts/frontend_modules.json
diff --git a/Source/devtools/scripts/frontend_modules.json b/Source/devtools/scripts/frontend_modules.json
index 4f69a0f0295ca476c6a79bc77e48ab6bc1055d46..011600f83554193ae5d70129c6a78b2961f52053 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -431,6 +431,21 @@
]
},
{
+ "name": "main",
+ "dependencies": [
+ "elements",
+ "host_stub",
+ "screencast",
+ "settings",
+ "sources",
+ "sdk",
+ "workers"
+ ],
+ "sources": [
+ "Main.js"
+ ]
+ },
+ {
"name": "front_end",
"standalone": true,
"dependencies": [
@@ -455,8 +470,9 @@
"tests",
"profiler",
"host_stub",
- "screencast"
+ "screencast",
+ "main"
],
- "sources": [ "Main.js" ]
+ "sources": []
}
]
« no previous file with comments | « Source/devtools/front_end/modules.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698