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

Unified Diff: mojo/services/http_server/public/interfaces/BUILD.gn

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/BUILD.gn
diff --git a/mojo/services/input_events/public/interfaces/BUILD.gn b/mojo/services/http_server/public/interfaces/BUILD.gn
similarity index 71%
copy from mojo/services/input_events/public/interfaces/BUILD.gn
copy to mojo/services/http_server/public/interfaces/BUILD.gn
index e7a75f2e806a9af7bfdb115381eeab774c625563..587adf00b46f0b0730f57a27ec5b05fe26eee5a7 100644
--- a/mojo/services/input_events/public/interfaces/BUILD.gn
+++ b/mojo/services/http_server/public/interfaces/BUILD.gn
@@ -7,14 +7,15 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "input_events.mojom",
- "input_event_constants.mojom",
- "input_key_codes.mojom",
+ "http_request.mojom",
+ "http_response.mojom",
+ "http_server.mojom",
+ "http_server_factory.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]
deps = [
- "../../../geometry/public/interfaces",
+ "../../../network/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698