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

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

Issue 685203003: DevTools: Get rid of synchronous XHRs in the frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments 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": [ 2 "dependencies": [
3 "platform" 3 "platform"
4 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "WorkerRuntime.js",
6 "WebInspector.js", 7 "WebInspector.js",
7 "Object.js", 8 "Object.js",
8 "NotificationService.js", 9 "NotificationService.js",
9 "Color.js", 10 "Color.js",
10 "Geometry.js", 11 "Geometry.js",
11 "Console.js", 12 "Console.js",
12 "ContentProvider.js", 13 "ContentProvider.js",
13 "Lock.js", 14 "Lock.js",
14 "ParsedURL.js", 15 "ParsedURL.js",
15 "Progress.js", 16 "Progress.js",
16 "ResourceType.js", 17 "ResourceType.js",
17 "Settings.js", 18 "Settings.js",
18 "StaticContentProvider.js", 19 "StaticContentProvider.js",
19 "TextRange.js", 20 "TextRange.js",
20 "TextUtils.js", 21 "TextUtils.js",
21 "Throttler.js", 22 "Throttler.js",
22 "UIString.js", 23 "UIString.js",
23 "ModuleExtensionInterfaces.js" 24 "ModuleExtensionInterfaces.js"
24 ] 25 ]
25 } 26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698