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

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: comment 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/examples/js/maps/BUILD.gn b/services/dart/test/BUILD.gn
similarity index 71%
copy from examples/js/maps/BUILD.gn
copy to services/dart/test/BUILD.gn
index d10a973fdd751d8f3306b05f300286161e28fc21..bf656140b2715be4c72bf957c78cab9ed76be62f 100644
--- a/examples/js/maps/BUILD.gn
+++ b/services/dart/test/BUILD.gn
@@ -4,14 +4,8 @@
import("//mojo/public/tools/bindings/mojom.gni")
-group("maps") {
- deps = [
- ":bindings",
- ]
-}
-
-mojom("bindings") {
+mojom("echo_service") {
sources = [
- "geocoder.mojom",
+ "echo_service.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698