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

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

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 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 "text_utils",
3 "platform" 4 "platform"
4 ], 5 ],
5 "scripts": [ 6 "scripts": [
6 "Worker.js", 7 "Worker.js",
7 "TextDictionary.js", 8 "TextDictionary.js",
8 "Object.js", 9 "Object.js",
9 "Color.js", 10 "Color.js",
10 "Console.js", 11 "Console.js",
11 "ContentProvider.js", 12 "ContentProvider.js",
12 "ParsedURL.js", 13 "ParsedURL.js",
13 "Progress.js", 14 "Progress.js",
14 "ResourceType.js", 15 "ResourceType.js",
15 "Settings.js", 16 "Settings.js",
16 "StaticContentProvider.js", 17 "StaticContentProvider.js",
17 "OutputStream.js", 18 "OutputStream.js",
18 "SegmentedRange.js", 19 "SegmentedRange.js",
19 "Text.js",
20 "TextRange.js",
21 "TextUtils.js",
22 "Throttler.js", 20 "Throttler.js",
23 "Trie.js", 21 "Trie.js",
24 "UIString.js", 22 "UIString.js",
25 "ModuleExtensionInterfaces.js", 23 "ModuleExtensionInterfaces.js",
26 "FormatterWorkerPool.js", 24 "FormatterWorkerPool.js",
27 "CharacterIdMap.js" 25 "CharacterIdMap.js"
28 ] 26 ]
29 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698