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

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

Issue 472903003: DevTools: Get rid of module initializers in the source tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing worker module.json's to gypi 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "common/modules.js",
7 "common/Color.js", 6 "common/Color.js",
8 "common/Geometry.js", 7 "common/Geometry.js",
9 "common/Console.js", 8 "common/Console.js",
10 "common/ContentProvider.js", 9 "common/ContentProvider.js",
11 "common/Lock.js", 10 "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",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "settings", 522 "settings",
524 "tests", 523 "tests",
525 "profiler", 524 "profiler",
526 "host", 525 "host",
527 "screencast", 526 "screencast",
528 "main" 527 "main"
529 ], 528 ],
530 "sources": [] 529 "sources": []
531 } 530 }
532 ] 531 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698