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

Unified Diff: services/js/test/echo_service.mojom

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/test/echo.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/test/echo_service.mojom
diff --git a/examples/echo/echo_service.mojom b/services/js/test/echo_service.mojom
similarity index 91%
copy from examples/echo/echo_service.mojom
copy to services/js/test/echo_service.mojom
index 561c25eb39d3cb6c58e2f4d9948f8278dfdf01fe..a8c3194030560336efba7b678ffcb28206a18e2c 100644
--- a/examples/echo/echo_service.mojom
+++ b/services/js/test/echo_service.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.examples;
+module mojo;
interface EchoService {
EchoString(string? value) => (string? value);
« no previous file with comments | « services/js/test/echo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698