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

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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/apptest/apptest/apptest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/apptest/BUILD.gn
diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/apptest/BUILD.gn
index 1f5aa556e0d2404240cf3233902ccb5dcbf365de..52b9ea24bbc0fcc02bb6c0cd9d0af1fa48249512 100644
--- a/mojo/dart/apptest/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -4,12 +4,20 @@
import("//mojo/public/dart/rules.gni")
-dart_package("apptest") {
+dartzip_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",
+ ]
+}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/dart/apptest/apptest/apptest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698