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

Unified Diff: dart/pkg/dartdoc/lib/src/client/client-static.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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
« no previous file with comments | « dart/pkg/dartdoc/lib/src/client/client-shared.dart ('k') | dart/pkg/dartdoc/lib/src/client/dropdown.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/dartdoc/lib/src/client/client-static.dart
diff --git a/dart/pkg/dartdoc/lib/src/client/client-static.dart b/dart/pkg/dartdoc/lib/src/client/client-static.dart
index 5bca3b29ad0d2113719ad3e507f0f628c1604ab3..ceda35e375c58674aa22c63d1d822c1880e67f1c 100644
--- a/dart/pkg/dartdoc/lib/src/client/client-static.dart
+++ b/dart/pkg/dartdoc/lib/src/client/client-static.dart
@@ -3,20 +3,20 @@
// BSD-style license that can be found in the LICENSE file.
/** Provides client-side behavior for generated docs using the static mode. */
-library client_static;
+#library('client-static');
-import 'dart:html';
-import 'dart:json';
-import '../../../../../lib/compiler/implementation/source_file.dart';
+#import('dart:html');
+#import('dart:json');
+#import('../../../../../lib/compiler/implementation/source_file.dart');
// TODO(rnystrom): Use "package:" URL (#4968).
-import '../../classify.dart';
+#import('../../classify.dart');
// TODO(rnystrom): Use "package:" URL (#4968).
-part 'dropdown.dart';
-part 'search.dart';
-part '../dartdoc/nav.dart';
-part 'client-shared.dart';
-part '../../../tmp/nav.dart';
+#source('dropdown.dart');
+#source('search.dart');
+#source('../dartdoc/nav.dart');
+#source('client-shared.dart');
+#source('../../../tmp/nav.dart');
main() {
setup();
« no previous file with comments | « dart/pkg/dartdoc/lib/src/client/client-shared.dart ('k') | dart/pkg/dartdoc/lib/src/client/dropdown.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698