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

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

Issue 218613013: DevTools: Decouple shortcuts from actions, introduce shortcut contexts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments, handle Dialog key events in the glasspane keydown handler Created 6 years, 8 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 4742c7adabcd9d24d0f14c121dbd9c422b384d03..b57b334a612f66b7313260e1c8900532e0a62f2a 100644
--- a/Source/devtools/scripts/frontend_modules.json
+++ b/Source/devtools/scripts/frontend_modules.json
@@ -31,7 +31,6 @@
"ContentProvider.js",
"ContentProviderBasedProjectDelegate.js",
"ContentProviders.js",
- "Context.js",
"CookieParser.js",
"CPUProfilerModel.js",
"CSSMetadata.js",
@@ -97,7 +96,9 @@
"name": "ui",
"dependencies": ["common"],
"sources": [
+ "ActionRegistry.js",
"Checkbox.js",
+ "Context.js",
"ContextMenu.js",
"CompletionDictionary.js",
"DataGrid.js",
« Source/devtools/front_end/SourceFrame.js ('K') | « Source/devtools/front_end/utilities.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698