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

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

Issue 2385093002: DevTools: introduce Trie data structure (Closed)
Patch Set: address comments Created 4 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/common/Trie.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform" 3 "platform"
4 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "WebInspector.js", 6 "WebInspector.js",
7 "Worker.js", 7 "Worker.js",
8 "TextDictionary.js", 8 "TextDictionary.js",
9 "Object.js", 9 "Object.js",
10 "Color.js", 10 "Color.js",
11 "Geometry.js", 11 "Geometry.js",
12 "Console.js", 12 "Console.js",
13 "ContentProvider.js", 13 "ContentProvider.js",
14 "CSSShadowModel.js", 14 "CSSShadowModel.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 "SegmentedRange.js",
22 "Text.js", 22 "Text.js",
23 "TextRange.js", 23 "TextRange.js",
24 "TextUtils.js", 24 "TextUtils.js",
25 "Throttler.js", 25 "Throttler.js",
26 "Trie.js",
26 "UIString.js", 27 "UIString.js",
27 "ModuleExtensionInterfaces.js", 28 "ModuleExtensionInterfaces.js",
28 "FormatterWorkerPool.js" 29 "FormatterWorkerPool.js"
29 ] 30 ]
30 } 31 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/common/Trie.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698