OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "name": "common", | 3 "name": "common", |
4 "dependencies": [], | 4 "dependencies": [], |
5 "sources": [ | 5 "sources": [ |
6 "modules.js", | 6 "modules.js", |
7 "Color.js", | 7 "Color.js", |
8 "DOMExtension.js", | 8 "DOMExtension.js", |
9 "Geometry.js", | 9 "Geometry.js", |
10 "ModuleManager.js", | 10 "ModuleManager.js", |
(...skipping 21 matching lines...) Expand all Loading... |
32 "ContentProviderBasedProjectDelegate.js", | 32 "ContentProviderBasedProjectDelegate.js", |
33 "ContentProviders.js", | 33 "ContentProviders.js", |
34 "CookieParser.js", | 34 "CookieParser.js", |
35 "CPUProfilerModel.js", | 35 "CPUProfilerModel.js", |
36 "CSSMetadata.js", | 36 "CSSMetadata.js", |
37 "CSSParser.js", | 37 "CSSParser.js", |
38 "CSSStyleModel.js", | 38 "CSSStyleModel.js", |
39 "CSSStyleSheetMapping.js", | 39 "CSSStyleSheetMapping.js", |
40 "BreakpointManager.js", | 40 "BreakpointManager.js", |
41 "Database.js", | 41 "Database.js", |
42 "DOMAgent.js", | 42 "DOMModel.js", |
43 "DOMStorage.js", | 43 "DOMStorage.js", |
44 "DebuggerModel.js", | 44 "DebuggerModel.js", |
45 "DebuggerScriptMapping.js", | 45 "DebuggerScriptMapping.js", |
46 "FileManager.js", | 46 "FileManager.js", |
47 "FileSystemMapping.js", | 47 "FileSystemMapping.js", |
48 "FileSystemModel.js", | 48 "FileSystemModel.js", |
49 "FileSystemProjectDelegate.js", | 49 "FileSystemProjectDelegate.js", |
50 "FileUtils.js", | 50 "FileUtils.js", |
51 "HAREntry.js", | 51 "HAREntry.js", |
52 "IndexedDBModel.js", | 52 "IndexedDBModel.js", |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 "extensions", | 451 "extensions", |
452 "settings", | 452 "settings", |
453 "tests", | 453 "tests", |
454 "profiler", | 454 "profiler", |
455 "host_stub", | 455 "host_stub", |
456 "screencast" | 456 "screencast" |
457 ], | 457 ], |
458 "sources": [ "Main.js" ] | 458 "sources": [ "Main.js" ] |
459 } | 459 } |
460 ] | 460 ] |
OLD | NEW |