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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 319143002: DevTools: introduce WebInspector.Throttler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
11 "common/MessageSink.js", 11 "common/MessageSink.js",
12 "common/ModuleManager.js", 12 "common/ModuleManager.js",
13 "common/Object.js", 13 "common/Object.js",
14 "common/ParsedURL.js", 14 "common/ParsedURL.js",
15 "common/Platform.js", 15 "common/Platform.js",
16 "common/Progress.js", 16 "common/Progress.js",
17 "common/Settings.js", 17 "common/Settings.js",
18 "common/TextRange.js", 18 "common/TextRange.js",
19 "common/Throttler.js",
19 "common/UIString.js", 20 "common/UIString.js",
20 "common/UserMetrics.js", 21 "common/UserMetrics.js",
21 "common/utilities.js", 22 "common/utilities.js",
22 "common/WebInspector.js" 23 "common/WebInspector.js"
23 ] 24 ]
24 }, 25 },
25 { 26 {
26 "name": "sdk", 27 "name": "sdk",
27 "dependencies": ["common"], 28 "dependencies": ["common"],
28 "sources": [ 29 "sources": [
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "settings", 498 "settings",
498 "tests", 499 "tests",
499 "profiler", 500 "profiler",
500 "host_stub", 501 "host_stub",
501 "screencast", 502 "screencast",
502 "main" 503 "main"
503 ], 504 ],
504 "sources": [] 505 "sources": []
505 } 506 }
506 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698