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

Unified Diff: examples/js/maps/BUILD.gn

Issue 848213003: JS Mojo Geocoder Demo (Closed) Base URL: https://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
« no previous file with comments | « examples/js/README.md ('k') | examples/js/maps/demo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « examples/js/README.md ('k') | examples/js/maps/demo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698