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

Unified Diff: services/dart/test/BUILD.gn

Issue 816113004: Dart: Adds a content handler and a test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/test/BUILD.gn
diff --git a/sky/services/testing/BUILD.gn b/services/dart/test/BUILD.gn
similarity index 66%
copy from sky/services/testing/BUILD.gn
copy to services/dart/test/BUILD.gn
index affd0c34be07bdbe1fe7064ed1d73c9195a40fe6..bf656140b2715be4c72bf957c78cab9ed76be62f 100644
--- a/sky/services/testing/BUILD.gn
+++ b/services/dart/test/BUILD.gn
@@ -4,12 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("bindings") {
+mojom("echo_service") {
sources = [
- "test_harness.mojom",
- ]
-
- deps = [
- "//mojo/services/input_events/public/interfaces",
+ "echo_service.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698