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

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

Issue 1873973002: DevTools: extract CPU profile independent part of CPUProfileNode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests. Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/ProfileTreeModel.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": "blockedURLs", 10 "settingName": "blockedURLs",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "scripts": [ 61 "scripts": [
62 "InspectorBackend.js", 62 "InspectorBackend.js",
63 "../InspectorBackendCommands.js", 63 "../InspectorBackendCommands.js",
64 "InspectorBackendHostedMode.js", 64 "InspectorBackendHostedMode.js",
65 "Target.js", 65 "Target.js",
66 "TargetManager.js", 66 "TargetManager.js",
67 "ApplicationCacheModel.js", 67 "ApplicationCacheModel.js",
68 "ConsoleModel.js", 68 "ConsoleModel.js",
69 "ContentProviders.js", 69 "ContentProviders.js",
70 "CookieParser.js", 70 "CookieParser.js",
71 "ProfileTreeModel.js",
71 "CPUProfileDataModel.js", 72 "CPUProfileDataModel.js",
72 "CPUProfilerModel.js", 73 "CPUProfilerModel.js",
73 "CSSMatchedStyles.js", 74 "CSSMatchedStyles.js",
74 "CSSMedia.js", 75 "CSSMedia.js",
75 "CSSMetadata.js", 76 "CSSMetadata.js",
76 "CSSModel.js", 77 "CSSModel.js",
77 "CSSParser.js", 78 "CSSParser.js",
78 "CSSProperty.js", 79 "CSSProperty.js",
79 "CSSRule.js", 80 "CSSRule.js",
80 "CSSStyleDeclaration.js", 81 "CSSStyleDeclaration.js",
(...skipping 17 matching lines...) Expand all
98 "NetworkRequest.js", 99 "NetworkRequest.js",
99 "PaintProfiler.js", 100 "PaintProfiler.js",
100 "HeapProfilerModel.js", 101 "HeapProfilerModel.js",
101 "../SupportedCSSProperties.js" 102 "../SupportedCSSProperties.js"
102 ], 103 ],
103 "skip_compilation": [ 104 "skip_compilation": [
104 "../InspectorBackendCommands.js", 105 "../InspectorBackendCommands.js",
105 "../SupportedCSSProperties.js" 106 "../SupportedCSSProperties.js"
106 ] 107 ]
107 } 108 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/ProfileTreeModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698