Index: examples/js/maps/BUILD.gn |
diff --git a/sky/services/testing/BUILD.gn b/examples/js/maps/BUILD.gn |
similarity index 63% |
copy from sky/services/testing/BUILD.gn |
copy to examples/js/maps/BUILD.gn |
index 00b747381826547c8b8f789f34cc571940fb6754..d10a973fdd751d8f3306b05f300286161e28fc21 100644 |
--- a/sky/services/testing/BUILD.gn |
+++ b/examples/js/maps/BUILD.gn |
@@ -4,14 +4,14 @@ |
import("//mojo/public/tools/bindings/mojom.gni") |
-mojom("bindings") { |
- sources = [ |
- "test_harness.mojom", |
+group("maps") { |
+ deps = [ |
+ ":bindings", |
] |
+} |
- import_dirs = [ get_path_info("../../../mojo/services", "abspath") ] |
- |
- deps = [ |
- "//mojo/services/input_events/public/interfaces", |
+mojom("bindings") { |
+ sources = [ |
+ "geocoder.mojom", |
] |
} |