Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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"], |
| 504 "sources": [ | 504 "sources": [ |
| 505 "documentation/DocumentationView.js", | 505 "documentation/DocumentationView.js", |
|
yurys
2014/08/08 12:17:07
Please sort the sources alphabetically.
| |
| 506 "documentation/CSSArticle.js", | 506 "documentation/CSSArticle.js", |
| 507 "documentation/JSArticle.js", | 507 "documentation/JSArticle.js", |
| 508 "documentation/DocumentationURLProvider.js", | |
| 508 "documentation/WikiParser.js" | 509 "documentation/WikiParser.js" |
| 509 ] | 510 ] |
| 510 } | 511 } |
| 511 ] | 512 ] |
| OLD | NEW |