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

Unified Diff: services/dart/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: services/dart/BUILD.gn
diff --git a/services/dart/BUILD.gn b/services/dart/BUILD.gn
index 0107f2c4f7f84846eb3f0ce60ab2e6f19ee9acc5..1beb12a5c092c0611dfb43fac8c6a4c1cd12f45c 100644
--- a/services/dart/BUILD.gn
+++ b/services/dart/BUILD.gn
@@ -135,27 +135,3 @@ mojo_native_application("dart_content_handler") {
"//url:url",
]
}
-
-mojo_native_application("dart_apptests") {
- testonly = true
-
- sources = [
- "echo_apptest.cc",
- "pingpong_apptest.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//services/dart/test:echo_service_interface",
- "//services/dart/test:pingpong_service_interface",
- ]
- data_deps = [
- "//services/dart/test/echo",
- "//services/dart/test/pingpong",
- "//services/dart/test/pingpong_target",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698