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

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

Issue 471393002: Revert of Make profiling lock global rather than per Target (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/Geometry.js", 8 "common/Geometry.js",
9 "common/Console.js", 9 "common/Console.js",
10 "common/ContentProvider.js", 10 "common/ContentProvider.js",
11 "common/Lock.js",
12 "common/NotificationService.js", 11 "common/NotificationService.js",
13 "common/Object.js", 12 "common/Object.js",
14 "common/ParsedURL.js", 13 "common/ParsedURL.js",
15 "common/Progress.js", 14 "common/Progress.js",
16 "common/ResourceType.js", 15 "common/ResourceType.js",
17 "common/Settings.js", 16 "common/Settings.js",
18 "common/StaticContentProvider.js", 17 "common/StaticContentProvider.js",
19 "common/TextRange.js", 18 "common/TextRange.js",
20 "common/TextUtils.js", 19 "common/TextUtils.js",
21 "common/Throttler.js", 20 "common/Throttler.js",
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "settings", 521 "settings",
523 "tests", 522 "tests",
524 "profiler", 523 "profiler",
525 "host", 524 "host",
526 "screencast", 525 "screencast",
527 "main" 526 "main"
528 ], 527 ],
529 "sources": [] 528 "sources": []
530 } 529 }
531 ] 530 ]
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