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

Unified Diff: mojo/dart/testing/BUILD.gn

Issue 1132063007: Rationalize Dart mojo and sky package structure (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « mojo/dart/test/validation_test.dart ('k') | mojo/dart/testing/async_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/testing/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/testing/BUILD.gn
similarity index 61%
copy from mojo/dart/apptest/BUILD.gn
copy to mojo/dart/testing/BUILD.gn
index 1f5aa556e0d2404240cf3233902ccb5dcbf365de..0dd56ae5844eff765057547301651b00821e348a 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/testing/BUILD.gn
@@ -4,12 +4,11 @@
import("//mojo/public/dart/rules.gni")
-dart_package("apptest") {
- uses_pub = true
+dart_pkg("testing") {
sources = [
- "apptest/apptest.dart",
- ]
- deps = [
- "//mojo/public/dart",
+ "lib/async_helper.dart",
+ "lib/expect.dart",
+ "lib/validation_test_input_parser.dart",
+ "pubspec.yaml",
]
}
« no previous file with comments | « mojo/dart/test/validation_test.dart ('k') | mojo/dart/testing/async_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698