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

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

Issue 452083002: DevTools: Implement CSS/JS documentation context menu provider for CodeMirrorTextEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@my-patch
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
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/NotificationService.js", 10 "common/NotificationService.js",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "tests", 493 "tests",
494 "profiler", 494 "profiler",
495 "host", 495 "host",
496 "screencast", 496 "screencast",
497 "main" 497 "main"
498 ], 498 ],
499 "sources": [] 499 "sources": []
500 }, 500 },
501 { 501 {
502 "name": "documentation", 502 "name": "documentation",
503 "dependencies": ["common"], 503 "dependencies": ["common", "ui", "components", "source_frame"],
504 "sources": [ 504 "sources": [
505 "documentation/DocumentationView.js", 505 "documentation/DocumentationView.js",
506 "documentation/CSSArticle.js", 506 "documentation/CSSArticle.js",
507 "documentation/JSArticle.js", 507 "documentation/JSArticle.js",
508 "documentation/DocumentationURLProvider.js", 508 "documentation/DocumentationURLProvider.js",
509 "documentation/WikiParser.js" 509 "documentation/WikiParser.js"
510 ] 510 ]
511 } 511 }
512 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698