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

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

Issue 447703002: DocumentationURLProvider class created (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@semen
Patch Set: Tests added; rebased on 444883003 issue 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/ModuleManager.js", 10 "common/ModuleManager.js",
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "screencast", 495 "screencast",
496 "main" 496 "main"
497 ], 497 ],
498 "sources": [] 498 "sources": []
499 }, 499 },
500 { 500 {
501 "name": "documentation", 501 "name": "documentation",
502 "dependencies": ["common"], 502 "dependencies": ["common"],
503 "sources": [ 503 "sources": [
504 "documentation/DocumentationView.js", 504 "documentation/DocumentationView.js",
505 "documentation/DocumentationURLProvider.js",
505 "documentation/CSSTransformer.js", 506 "documentation/CSSTransformer.js",
506 "documentation/JSTransformer.js", 507 "documentation/JSTransformer.js",
507 "documentation/WikiParser.js" 508 "documentation/WikiParser.js"
508 ] 509 ]
509 } 510 }
510 ] 511 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698