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

Unified Diff: third_party/pkg/angular/test/io/all.dart

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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: third_party/pkg/angular/test/io/all.dart
diff --git a/third_party/pkg/angular/test/io/all.dart b/third_party/pkg/angular/test/io/all.dart
new file mode 100644
index 0000000000000000000000000000000000000000..27c1c5959da8e37ebd57b52f8a8d9295b70f223d
--- /dev/null
+++ b/third_party/pkg/angular/test/io/all.dart
@@ -0,0 +1,11 @@
+library all_io_tests;
+
+import 'source_metadata_extractor_spec.dart' as source_metadata_extractor_spec;
+import 'expression_extractor_spec.dart' as expression_extractor_spec;
+import 'template_cache_generator_spec.dart' as template_cache_generator_spec;
+
+main() {
+ source_metadata_extractor_spec.main();
+ expression_extractor_spec.main();
+ template_cache_generator_spec.main();
+}

Powered by Google App Engine
This is Rietveld 408576698