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

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

Issue 767323002: Mojo JS Bindings: restore the ServiceProvider class, add an application test (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Removed an extra include Created 6 years 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/js/test/BUILD.gn
diff --git a/mojo/services/public/interfaces/geometry/BUILD.gn b/services/js/test/BUILD.gn
similarity index 77%
copy from mojo/services/public/interfaces/geometry/BUILD.gn
copy to services/js/test/BUILD.gn
index 17b2d2546b4f52eecc90a9e25b31c3afe63301ee..5bb7e4ead7aa2eab0c503db4e00dfa7fdba8890d 100644
--- a/mojo/services/public/interfaces/geometry/BUILD.gn
+++ b/services/js/test/BUILD.gn
@@ -4,8 +4,7 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("geometry") {
- sources = [
- "geometry.mojom",
- ]
+mojom("echo_service") {
+ sources = [ "echo_service.mojom" ]
}
+

Powered by Google App Engine
This is Rietveld 408576698