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

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 console import from ServiceProvider 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
« no previous file with comments | « services/js/mojo_bridge_module.cc ('k') | services/js/test/echo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
}
+
« no previous file with comments | « services/js/mojo_bridge_module.cc ('k') | services/js/test/echo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698