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

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

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Small cleanups - prefer URIs to contentURLs, revert protocol unifications, remove lambdas 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 "components" 3 "components",
4 "languages"
4 ], 5 ],
5 "scripts": [ 6 "scripts": [
6 "ExtensionAPI.js", 7 "ExtensionAPI.js",
7 "ExtensionAuditCategory.js", 8 "ExtensionAuditCategory.js",
8 "ExtensionRegistryStub.js", 9 "ExtensionRegistryStub.js",
9 "ExtensionServer.js", 10 "ExtensionServer.js",
10 "ExtensionPanel.js", 11 "ExtensionPanel.js",
11 "ExtensionView.js" 12 "ExtensionView.js"
12 ] 13 ]
13 } 14 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/extensions/ExtensionServer.js ('k') | Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698