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

Side by Side 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: Fix context-related sort order 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
11 "Object.js", 11 "Object.js",
12 "ParsedURL.js", 12 "ParsedURL.js",
13 "Platform.js", 13 "Platform.js",
14 "Progress.js", 14 "Progress.js",
15 "Settings.js", 15 "Settings.js",
16 "TextRange.js", 16 "TextRange.js",
17 "UIString.js", 17 "UIString.js",
18 "UserMetrics.js", 18 "UserMetrics.js",
19 "utilities.js", 19 "utilities.js",
20 "WebInspector.js" 20 "WebInspector.js"
21 ] 21 ]
22 }, 22 },
23 { 23 {
24 "name": "sdk", 24 "name": "sdk",
25 "dependencies": ["common"], 25 "dependencies": ["common"],
26 "sources": [ 26 "sources": [
27 "ActionRegistry.js",
27 "Target.js", 28 "Target.js",
28 "ApplicationCacheModel.js", 29 "ApplicationCacheModel.js",
29 "CompilerScriptMapping.js", 30 "CompilerScriptMapping.js",
30 "ConsoleModel.js", 31 "ConsoleModel.js",
31 "ContentProvider.js", 32 "ContentProvider.js",
32 "ContentProviderBasedProjectDelegate.js", 33 "ContentProviderBasedProjectDelegate.js",
33 "ContentProviders.js", 34 "ContentProviders.js",
34 "CookieParser.js", 35 "CookieParser.js",
35 "CPUProfilerModel.js", 36 "CPUProfilerModel.js",
36 "CSSMetadata.js", 37 "CSSMetadata.js",
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "settings", 474 "settings",
474 "tests", 475 "tests",
475 "profiler", 476 "profiler",
476 "host_stub", 477 "host_stub",
477 "screencast", 478 "screencast",
478 "main" 479 "main"
479 ], 480 ],
480 "sources": [] 481 "sources": []
481 } 482 }
482 ] 483 ]
OLDNEW
« Source/devtools/front_end/modules.js ('K') | « Source/devtools/front_end/modules.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698