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

Unified Diff: packages/polymer/e2e_test/canonicalization/lib/d.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 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
Index: packages/polymer/e2e_test/canonicalization/lib/d.dart
diff --git a/args/lib/args.dart b/packages/polymer/e2e_test/canonicalization/lib/d.dart
similarity index 61%
copy from args/lib/args.dart
copy to packages/polymer/e2e_test/canonicalization/lib/d.dart
index 562df446a83b70b2ee229a6567a2f7a09ddf0387..7d2a58e0c0cada0a63a591a437961a1057922541 100644
--- a/args/lib/args.dart
+++ b/packages/polymer/e2e_test/canonicalization/lib/d.dart
@@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library args;
+library canonicalization.d;
-export 'src/arg_parser.dart';
-export 'src/arg_results.dart' hide newArgResults;
-export 'src/option.dart' hide newOption;
+int d = 0;
« no previous file with comments | « packages/polymer/e2e_test/canonicalization/lib/c.dart ('k') | packages/polymer/e2e_test/canonicalization/lib/e.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698