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

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

Issue 283063003: DevTools: Implement extension-based status bar buttons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Get rid of components/module.json 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "extensions/ExtensionPanel.js", 364 "extensions/ExtensionPanel.js",
365 "extensions/ExtensionRegistryStub.js", 365 "extensions/ExtensionRegistryStub.js",
366 "extensions/ExtensionServer.js", 366 "extensions/ExtensionServer.js",
367 "extensions/ExtensionView.js" 367 "extensions/ExtensionView.js"
368 ] 368 ]
369 }, 369 },
370 { 370 {
371 "name": "settings", 371 "name": "settings",
372 "dependencies": ["components"], 372 "dependencies": ["components"],
373 "sources": [ 373 "sources": [
374 "SettingsScreen.js", 374 "settings/SettingsScreen.js",
375 "EditFileSystemDialog.js" 375 "settings/EditFileSystemDialog.js"
376 ] 376 ]
377 }, 377 },
378 { 378 {
379 "name": "tests", 379 "name": "tests",
380 "dependencies": ["components"], 380 "dependencies": ["components"],
381 "sources": [ 381 "sources": [
382 "TestController.js" 382 "TestController.js"
383 ] 383 ]
384 }, 384 },
385 { 385 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "settings", 495 "settings",
496 "tests", 496 "tests",
497 "profiler", 497 "profiler",
498 "host_stub", 498 "host_stub",
499 "screencast", 499 "screencast",
500 "main" 500 "main"
501 ], 501 ],
502 "sources": [] 502 "sources": []
503 } 503 }
504 ] 504 ]
OLDNEW
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698