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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 363343003: DevTools: rename CPUProfileModel.js to CPUProfileDataModel.js to match the defined class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/timeline/TimelinePanel.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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js", 6 "common/modules.js",
7 "common/Color.js", 7 "common/Color.js",
8 "common/CompletionDictionary.js", 8 "common/CompletionDictionary.js",
9 "common/DOMExtension.js", 9 "common/DOMExtension.js",
10 "common/Geometry.js", 10 "common/Geometry.js",
(...skipping 17 matching lines...) Expand all
28 "dependencies": ["common"], 28 "dependencies": ["common"],
29 "sources": [ 29 "sources": [
30 "sdk/Target.js", 30 "sdk/Target.js",
31 "sdk/ApplicationCacheModel.js", 31 "sdk/ApplicationCacheModel.js",
32 "sdk/CompilerScriptMapping.js", 32 "sdk/CompilerScriptMapping.js",
33 "sdk/ConsoleModel.js", 33 "sdk/ConsoleModel.js",
34 "sdk/ContentProvider.js", 34 "sdk/ContentProvider.js",
35 "sdk/ContentProviderBasedProjectDelegate.js", 35 "sdk/ContentProviderBasedProjectDelegate.js",
36 "sdk/ContentProviders.js", 36 "sdk/ContentProviders.js",
37 "sdk/CookieParser.js", 37 "sdk/CookieParser.js",
38 "sdk/CPUProfileModel.js", 38 "sdk/CPUProfileDataModel.js",
39 "sdk/CPUProfilerModel.js", 39 "sdk/CPUProfilerModel.js",
40 "sdk/CSSMetadata.js", 40 "sdk/CSSMetadata.js",
41 "sdk/CSSParser.js", 41 "sdk/CSSParser.js",
42 "sdk/CSSStyleModel.js", 42 "sdk/CSSStyleModel.js",
43 "sdk/CSSStyleSheetMapping.js", 43 "sdk/CSSStyleSheetMapping.js",
44 "sdk/BreakpointManager.js", 44 "sdk/BreakpointManager.js",
45 "sdk/DOMModel.js", 45 "sdk/DOMModel.js",
46 "sdk/DOMStorage.js", 46 "sdk/DOMStorage.js",
47 "sdk/Database.js", 47 "sdk/Database.js",
48 "sdk/DebuggerModel.js", 48 "sdk/DebuggerModel.js",
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 "settings", 497 "settings",
498 "tests", 498 "tests",
499 "profiler", 499 "profiler",
500 "host_stub", 500 "host_stub",
501 "screencast", 501 "screencast",
502 "main" 502 "main"
503 ], 503 ],
504 "sources": [] 504 "sources": []
505 } 505 }
506 ] 506 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698