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

Unified Diff: mojo/examples/http_server/BUILD.gn

Issue 657113002: Add basic TCP socket mojo implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | mojo/examples/http_server/http_server.cc » ('j') | mojo/examples/http_server/http_server.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/http_server/BUILD.gn
diff --git a/mojo/examples/http_server/BUILD.gn b/mojo/examples/http_server/BUILD.gn
index d4013c4b905cfff7de7f8c90a7cc0b6bdfeb4bf8..8388a84d252c525d832fd5baaae16e708d887788 100644
--- a/mojo/examples/http_server/BUILD.gn
+++ b/mojo/examples/http_server/BUILD.gn
@@ -11,6 +11,7 @@ shared_library("http_server") {
deps = [
"//base",
+ "//mojo/common",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
« no previous file with comments | « no previous file | mojo/examples/http_server/http_server.cc » ('j') | mojo/examples/http_server/http_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698