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

Unified Diff: services/dart/dart_apptests/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 | « services/dart/dart_app.cc ('k') | services/dart/dart_apptests/echo_apptests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_apptests/BUILD.gn
diff --git a/services/dart/dart_apptests/BUILD.gn b/services/dart/dart_apptests/BUILD.gn
index 8d2723b5f4bef6cb268ac712bffd1bf6cfbb56fe..673e5de8a10cd607e86d60941838071d95fc1cd6 100644
--- a/services/dart/dart_apptests/BUILD.gn
+++ b/services/dart/dart_apptests/BUILD.gn
@@ -4,13 +4,14 @@
import("//mojo/public/dart/rules.gni")
-dart_packaged_application("dart_apptests") {
+dartzip_packaged_application("dart_apptests") {
sources = [
"echo_apptests.dart",
"io_http_apptests.dart",
"io_internet_address_apptests.dart",
"main.dart",
"pingpong_apptests.dart",
+ "pubspec.yaml",
"versioning_apptests.dart",
]
deps = [
« no previous file with comments | « services/dart/dart_app.cc ('k') | services/dart/dart_apptests/echo_apptests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698