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

Unified Diff: services/http_server/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 | « services/BUILD.gn ('k') | services/http_server/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/BUILD.gn
diff --git a/services/http_server/BUILD.gn b/services/http_server/BUILD.gn
index 4eb19a6505abb1ed45d0705b64430c0694b55dd0..bd3d59725f210a4769d1674c261166faf813a74e 100644
--- a/services/http_server/BUILD.gn
+++ b/services/http_server/BUILD.gn
@@ -26,9 +26,9 @@ mojo_native_application("http_server") {
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
+ "//mojo/services/http_server/public/interfaces",
+ "//mojo/services/http_server/public/cpp",
"//mojo/services/network/public/interfaces",
- "//services/http_server/public",
- "//services/http_server/public:util",
"//third_party/re2",
]
@@ -57,9 +57,9 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/services/http_server/public/interfaces",
+ "//mojo/services/http_server/public/cpp",
"//mojo/services/network/public/interfaces",
- "//services/http_server/public",
- "//services/http_server/public:util",
]
data_deps = [ ":http_server($default_toolchain)" ]
« no previous file with comments | « services/BUILD.gn ('k') | services/http_server/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698