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

Unified Diff: mojo/services/http_server/public/interfaces/http_server_factory.mojom

Issue 1012773008: Make http_server part of the sdk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Unecessary public_dep Created 5 years, 9 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 | « mojo/services/http_server/public/interfaces/http_server.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/http_server/public/interfaces/http_server_factory.mojom
diff --git a/services/http_server/public/http_server_factory.mojom b/mojo/services/http_server/public/interfaces/http_server_factory.mojom
similarity index 94%
rename from services/http_server/public/http_server_factory.mojom
rename to mojo/services/http_server/public/interfaces/http_server_factory.mojom
index 3395fa0c50e1d560f1358d74977198ca3a5f142f..422295bfddd52e3345310d768e04c55217c35bf1 100644
--- a/services/http_server/public/http_server_factory.mojom
+++ b/mojo/services/http_server/public/interfaces/http_server_factory.mojom
@@ -5,7 +5,7 @@
module http_server;
import "mojo/services/network/public/interfaces/net_address.mojom";
-import "services/http_server/public/http_server.mojom";
+import "mojo/services/http_server/public/interfaces/http_server.mojom";
interface HttpServerFactory {
// Creates an http server running on the specified local network address. If
« no previous file with comments | « mojo/services/http_server/public/interfaces/http_server.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698