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

Unified Diff: mojo/dart/apptest/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
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index 1f5aa556e0d2404240cf3233902ccb5dcbf365de..49cc8ebcbb7b0b9b49a00272d35e2ca769678694 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -7,9 +7,17 @@ import("//mojo/public/dart/rules.gni")
dart_package("apptest") {
uses_pub = true
sources = [
- "apptest/apptest.dart",
+ "lib/apptest.dart",
+ "pubspec.yaml",
]
deps = [
"//mojo/public/dart",
]
}
+
+dart_pkg("apptest_pkg") {
+ sources = [
+ "lib/apptest.dart",
+ "pubspec.yaml",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698