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

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

Issue 1808063002: Timeline: move SegmentedRange into the WebInspector namespace and a file of its own (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved Segment around Created 4 years, 9 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 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "WorkerRuntime.js", 6 "WorkerRuntime.js",
7 "WebInspector.js", 7 "WebInspector.js",
8 "TextDictionary.js", 8 "TextDictionary.js",
9 "Object.js", 9 "Object.js",
10 "NotificationService.js", 10 "NotificationService.js",
11 "Color.js", 11 "Color.js",
12 "Geometry.js", 12 "Geometry.js",
13 "Console.js", 13 "Console.js",
14 "ContentProvider.js", 14 "ContentProvider.js",
15 "ParsedURL.js", 15 "ParsedURL.js",
16 "Progress.js", 16 "Progress.js",
17 "ResourceType.js", 17 "ResourceType.js",
18 "Settings.js", 18 "Settings.js",
19 "StaticContentProvider.js", 19 "StaticContentProvider.js",
20 "OutputStream.js", 20 "OutputStream.js",
21 "SegmentedRange.js",
21 "TestBase.js", 22 "TestBase.js",
22 "TextRange.js", 23 "TextRange.js",
23 "TextUtils.js", 24 "TextUtils.js",
24 "Throttler.js", 25 "Throttler.js",
25 "UIString.js", 26 "UIString.js",
26 "ModuleExtensionInterfaces.js" 27 "ModuleExtensionInterfaces.js"
27 ], 28 ],
28 "skip_compilation": [ 29 "skip_compilation": [
29 "TestBase.js" 30 "TestBase.js"
30 ] 31 ]
31 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698