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

Unified Diff: services/http_server/BUILD.gn

Issue 1932713003: More SynchronousInterfacePtr conversion + some related pexe content handler cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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/nacl/nonsfi/irt_pnacl_translator_compile.cc ('k') | services/http_server/http_server_apptest.cc » ('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 3ac29a952055c118dd2662c3fcf9c3360163c5ae..4b2c7244d0151245c285127648420c470629b115 100644
--- a/services/http_server/BUILD.gn
+++ b/services/http_server/BUILD.gn
@@ -60,8 +60,11 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/system",
"//mojo/services/http_server/cpp",
"//mojo/services/http_server/interfaces",
+ "//mojo/services/http_server/interfaces:interfaces_sync",
"//mojo/services/network/interfaces",
]
- data_deps = [ ":http_server($default_toolchain)" ]
+ data_deps = [
+ ":http_server($default_toolchain)",
+ ]
}
« no previous file with comments | « mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc ('k') | services/http_server/http_server_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698