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

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

Issue 307623003: [DevTools] Apps implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 "dependencies": [ 458 "dependencies": [
459 "elements", 459 "elements",
460 "host_stub", 460 "host_stub",
461 "responsive_design", 461 "responsive_design",
462 "screencast", 462 "screencast",
463 "settings", 463 "settings",
464 "sources", 464 "sources",
465 "sdk" 465 "sdk"
466 ], 466 ],
467 "sources": [ 467 "sources": [
468 "main/App.js",
468 "main/HelpScreenUntilReload.js", 469 "main/HelpScreenUntilReload.js",
469 "main/Main.js" 470 "main/Main.js"
470 ] 471 ]
471 }, 472 },
472 { 473 {
473 "name": "front_end", 474 "name": "front_end",
474 "standalone": true, 475 "standalone": true,
475 "dependencies": [ 476 "dependencies": [
476 "common", 477 "common",
477 "sdk", 478 "sdk",
(...skipping 12 matching lines...) Expand all
490 "settings", 491 "settings",
491 "tests", 492 "tests",
492 "profiler", 493 "profiler",
493 "host_stub", 494 "host_stub",
494 "screencast", 495 "screencast",
495 "main" 496 "main"
496 ], 497 ],
497 "sources": [] 498 "sources": []
498 } 499 }
499 ] 500 ]
OLDNEW
« Source/devtools/front_end/main/App.js ('K') | « Source/devtools/front_end/ui/StatusBarButton.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698