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

Unified Diff: mojo/services/network/BUILD.gn

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 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/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index e4fc4d0822dc379e542b4fb9be2724ff286848fb..757dddb73ad976662bbc3aee4edd1670d86db915 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -75,7 +75,11 @@ source_set("lib") {
deps = [
"//base",
"//mojo/common",
+ "//mojo/common:tracing_impl",
+ "//mojo/converters/base",
+ "//mojo/converters/url",
"//mojo/environment:chromium",
+ "//mojo/message_pump",
"//mojo/services/network/interfaces",
"//net",
"//net:http_server",
@@ -96,9 +100,9 @@ source_set("sources") {
"//base",
"//mojo/application",
"//mojo/services/network/interfaces",
- "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
+ "//third_party/mojo/src/mojo/public/c/system",
"//third_party/mojo/src/mojo/public/cpp/application",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
]
}
@@ -119,6 +123,8 @@ mojo_native_application("apptests") {
"//base",
"//mojo/application",
"//mojo/application:test_support",
+ "//mojo/data_pipe_utils",
+ "//mojo/message_pump",
"//mojo/services/network/interfaces",
"//net",
"//net:test_support",
« no previous file with comments | « mojo/services/content_handler/interfaces/content_handler.mojom ('k') | mojo/services/network/cookie_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698