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

Side by Side Diff: Source/devtools/front_end/ui/module.json

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify override dropdown to apply to console completions & transpile Created 5 years, 4 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
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host" 5 "host",
6 "languages"
wes 2015/08/14 00:55:06 Looking at the final diff, I don't think this is r
6 ], 7 ],
7 "scripts": [ 8 "scripts": [
8 "Widget.js", 9 "Widget.js",
9 "treeoutline.js", 10 "treeoutline.js",
10 "ActionRegistry.js", 11 "ActionRegistry.js",
11 "ShortcutRegistry.js", 12 "ShortcutRegistry.js",
12 "ColorSwatch.js", 13 "ColorSwatch.js",
13 "Context.js", 14 "Context.js",
14 "ContextMenu.js", 15 "ContextMenu.js",
15 "Dialog.js", 16 "Dialog.js",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "softContextMenu.css", 68 "softContextMenu.css",
68 "splitWidget.css", 69 "splitWidget.css",
69 "toolbar.css", 70 "toolbar.css",
70 "suggestBox.css", 71 "suggestBox.css",
71 "tabbedPane.css", 72 "tabbedPane.css",
72 "textButton.css", 73 "textButton.css",
73 "textPrompt.css", 74 "textPrompt.css",
74 "treeoutline.css" 75 "treeoutline.css"
75 ] 76 ]
76 } 77 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698