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

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

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: minimize test diff Created 3 years, 11 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 "Worker.js", 6 "Worker.js",
7 "TextDictionary.js", 7 "TextDictionary.js",
8 "Object.js", 8 "Object.js",
9 "Color.js", 9 "Color.js",
10 "Geometry.js",
11 "Console.js", 10 "Console.js",
12 "ContentProvider.js", 11 "ContentProvider.js",
13 "CSSShadowModel.js",
14 "ParsedURL.js", 12 "ParsedURL.js",
15 "Progress.js", 13 "Progress.js",
16 "ResourceType.js", 14 "ResourceType.js",
17 "Settings.js", 15 "Settings.js",
18 "StaticContentProvider.js", 16 "StaticContentProvider.js",
19 "OutputStream.js", 17 "OutputStream.js",
20 "SegmentedRange.js", 18 "SegmentedRange.js",
21 "Text.js", 19 "Text.js",
22 "TextRange.js", 20 "TextRange.js",
23 "TextUtils.js", 21 "TextUtils.js",
24 "Throttler.js", 22 "Throttler.js",
25 "Trie.js", 23 "Trie.js",
26 "UIString.js", 24 "UIString.js",
27 "ModuleExtensionInterfaces.js", 25 "ModuleExtensionInterfaces.js",
28 "FormatterWorkerPool.js", 26 "FormatterWorkerPool.js",
29 "CharacterIdMap.js" 27 "CharacterIdMap.js"
30 ] 28 ]
31 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698