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

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

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update upload_binaries.py to add the apptest.dartzip artifact. Created 5 years, 10 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/examples/dart/hello_world/hello/BUILD.gn b/mojo/dart/apptest/BUILD.gn
similarity index 70%
copy from examples/dart/hello_world/hello/BUILD.gn
copy to mojo/dart/apptest/BUILD.gn
index f3c3c54529ca7195489d2150b41b656d7aafb413..0c8365e81ca0b6b74311d358c1e6b905f94e6244 100644
--- a/examples/dart/hello_world/hello/BUILD.gn
+++ b/mojo/dart/apptest/BUILD.gn
@@ -4,11 +4,11 @@
import("//mojo/public/dart/rules.gni")
-dart_packaged_application("hello") {
+dart_package("apptest") {
sources = [
- "main.dart",
+ "apptest/apptest.dart",
]
deps = [
- "//mojo/public/interfaces/application",
+ "//third_party/dart-packages/unittest",
]
}

Powered by Google App Engine
This is Rietveld 408576698