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

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

Issue 673163004: [DevTools] Extract platform module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bug in hosted mode Created 6 years, 1 month 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 "dependencies": [
3 "platform"
4 ],
2 "scripts": [ 5 "scripts": [
3 "utilities.js",
4 "WebInspector.js", 6 "WebInspector.js",
5 "Object.js", 7 "Object.js",
6 "NotificationService.js", 8 "NotificationService.js",
7 "Color.js", 9 "Color.js",
8 "Geometry.js", 10 "Geometry.js",
9 "Console.js", 11 "Console.js",
10 "ContentProvider.js", 12 "ContentProvider.js",
11 "Lock.js", 13 "Lock.js",
12 "ParsedURL.js", 14 "ParsedURL.js",
13 "Progress.js", 15 "Progress.js",
14 "ResourceType.js", 16 "ResourceType.js",
15 "Settings.js", 17 "Settings.js",
16 "StaticContentProvider.js", 18 "StaticContentProvider.js",
17 "TextRange.js", 19 "TextRange.js",
18 "TextUtils.js", 20 "TextUtils.js",
19 "Throttler.js", 21 "Throttler.js",
20 "UIString.js", 22 "UIString.js",
21 "ModuleExtensionInterfaces.js" 23 "ModuleExtensionInterfaces.js"
22 ] 24 ]
23 } 25 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/common/Geometry.js ('k') | Source/devtools/front_end/common/utilities.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698