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

Unified Diff: mojo/services/http_server/public/interfaces/http_server.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
Index: mojo/services/http_server/public/interfaces/http_server.mojom
diff --git a/services/http_server/public/http_server.mojom b/mojo/services/http_server/public/interfaces/http_server.mojom
similarity index 84%
rename from services/http_server/public/http_server.mojom
rename to mojo/services/http_server/public/interfaces/http_server.mojom
index 38194eac0f7155aa55235cd0aed6cbc89c92e25c..b67ef1001844441f0a8456439cba9767507864ee 100644
--- a/services/http_server/public/http_server.mojom
+++ b/mojo/services/http_server/public/interfaces/http_server.mojom
@@ -4,8 +4,8 @@
module http_server;
-import "services/http_server/public/http_request.mojom";
-import "services/http_server/public/http_response.mojom";
+import "mojo/services/http_server/public/interfaces/http_request.mojom";
+import "mojo/services/http_server/public/interfaces/http_response.mojom";
interface HttpServer {
// Sets a handler for URLs matching a regex pattern. Handlers are considered

Powered by Google App Engine
This is Rietveld 408576698