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

Side by Side Diff: Source/devtools/front_end/sdk/module.json

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/sdk/Target.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 "common", 3 "common",
4 "host", 4 "host",
5 "platform" 5 "platform"
6 ], 6 ],
7 "extensions": [ 7 "extensions": [
8 { 8 {
9 "type": "setting", 9 "type": "setting",
10 "settingName": "skipStackFramesPattern", 10 "settingName": "skipStackFramesPattern",
(...skipping 22 matching lines...) Expand all
33 "type": "setting", 33 "type": "setting",
34 "settingName": "enableAsyncStackTraces", 34 "settingName": "enableAsyncStackTraces",
35 "settingType": "boolean", 35 "settingType": "boolean",
36 "defaultValue": false 36 "defaultValue": false
37 } 37 }
38 ], 38 ],
39 "scripts": [ 39 "scripts": [
40 "InspectorBackend.js", 40 "InspectorBackend.js",
41 "../InspectorBackendCommands.js", 41 "../InspectorBackendCommands.js",
42 "Target.js", 42 "Target.js",
43 "AnimationModel.js",
44 "ApplicationCacheModel.js", 43 "ApplicationCacheModel.js",
45 "ConsoleModel.js", 44 "ConsoleModel.js",
46 "ContentProviders.js", 45 "ContentProviders.js",
47 "CookieParser.js", 46 "CookieParser.js",
48 "CPUProfileDataModel.js", 47 "CPUProfileDataModel.js",
49 "CPUProfilerModel.js", 48 "CPUProfilerModel.js",
50 "CSSMetadata.js", 49 "CSSMetadata.js",
51 "CSSParser.js", 50 "CSSParser.js",
52 "CSSStyleModel.js", 51 "CSSStyleModel.js",
53 "DOMModel.js", 52 "DOMModel.js",
(...skipping 16 matching lines...) Expand all
70 "NetworkRequest.js", 69 "NetworkRequest.js",
71 "PaintProfiler.js", 70 "PaintProfiler.js",
72 "HeapProfilerModel.js", 71 "HeapProfilerModel.js",
73 "../SupportedCSSProperties.js" 72 "../SupportedCSSProperties.js"
74 ], 73 ],
75 "skip_compilation": [ 74 "skip_compilation": [
76 "../InspectorBackendCommands.js", 75 "../InspectorBackendCommands.js",
77 "../SupportedCSSProperties.js" 76 "../SupportedCSSProperties.js"
78 ] 77 ]
79 } 78 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sdk/Target.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698