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

Unified Diff: utils/apidoc/apidoc.dart

Issue 10894005: Remove library_map.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« lib/compiler/implementation/apiimpl.dart ('K') | « pkg/dartdoc/dartdoc.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/apidoc.dart
diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
index cfeaa2f2af3e45745722d64edc6c6456699edfa7..e92191f7c40abcaf6265c229da848913c8cdd8c5 100644
--- a/utils/apidoc/apidoc.dart
+++ b/utils/apidoc/apidoc.dart
@@ -105,9 +105,7 @@ void main() {
// Add all of the core libraries.
final apidocLibraries = <Path>[];
LIBRARIES.forEach((String name, LibraryInfo info) {
- if (info.isDart2JsLibrary() &&
- info.category != "Internal" &&
- info.documented) {
+ if (info.documented) {
apidocLibraries.add(new Path('dart:$name'));
}
});
« lib/compiler/implementation/apiimpl.dart ('K') | « pkg/dartdoc/dartdoc.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698