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

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

Issue 2751193003: [DevTools] Move ConsoleModel to it's own module (Closed)
Patch Set: 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 "sdk", 3 "sdk",
4 "platform", 4 "platform",
5 "services", 5 "services",
6 "workspace" 6 "workspace",
7 "console_model"
7 ], 8 ],
8 "scripts": [ 9 "scripts": [
9 "LiveLocation.js", 10 "LiveLocation.js",
10 "CompilerScriptMapping.js", 11 "CompilerScriptMapping.js",
11 "ResourceScriptMapping.js", 12 "ResourceScriptMapping.js",
12 "SASSSourceMapping.js", 13 "SASSSourceMapping.js",
13 "StylesSourceMapping.js", 14 "StylesSourceMapping.js",
14 "CSSWorkspaceBinding.js", 15 "CSSWorkspaceBinding.js",
15 "DebuggerWorkspaceBinding.js", 16 "DebuggerWorkspaceBinding.js",
16 "BreakpointManager.js", 17 "BreakpointManager.js",
17 "ContentProviderBasedProject.js", 18 "ContentProviderBasedProject.js",
18 "DefaultScriptMapping.js", 19 "DefaultScriptMapping.js",
19 "FileUtils.js", 20 "FileUtils.js",
20 "BlackboxManager.js", 21 "BlackboxManager.js",
21 "NetworkProject.js", 22 "NetworkProject.js",
22 "PresentationConsoleMessageHelper.js", 23 "PresentationConsoleMessageHelper.js",
23 "ResourceUtils.js", 24 "ResourceUtils.js",
24 "TempFile.js" 25 "TempFile.js"
25 ] 26 ]
26 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698