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

Unified Diff: mojo/services/http_server/public/cpp/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
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/http_server/public/cpp/http_server_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/http_server/public/cpp/BUILD.gn
diff --git a/mojo/services/geometry/public/cpp/BUILD.gn b/mojo/services/http_server/public/cpp/BUILD.gn
similarity index 74%
copy from mojo/services/geometry/public/cpp/BUILD.gn
copy to mojo/services/http_server/public/cpp/BUILD.gn
index c05b8d36b40602a4ef4ffa2fe327176aacefc1ea..a24f006329faa911d5b73109861dffc99970d0c4 100644
--- a/mojo/services/geometry/public/cpp/BUILD.gn
+++ b/mojo/services/http_server/public/cpp/BUILD.gn
@@ -9,10 +9,16 @@ mojo_sdk_source_set("cpp") {
restrict_external_deps = false
public_configs = [ "../../../public/build/config:mojo_services" ]
sources = [
- "geometry_util.h",
+ "http_server_util.h",
+ "lib/http_server_util.cc",
]
deps = [
"../interfaces",
]
+
+ mojo_sdk_deps = [
+ "mojo/public/cpp/environment",
+ "mojo/public/cpp/system",
+ ]
}
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/http_server/public/cpp/http_server_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698