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

Unified Diff: chrome/utility/BUILD.gn

Issue 2919423002: Make URLRequestContextBuilderV8 Mojo-only. (Closed)
Patch Set: gn bug workaround Created 3 years, 6 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 | net/BUILD.gn » ('j') | net/url_request/url_request_context_builder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index f190c82e37438d97dc9a99971979adc144539f81..5dab674eeeb6ee721528c704cd9497dab45557ef 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -50,6 +50,7 @@ static_library("utility") {
"//extensions/features",
"//ipc",
"//media",
+ "//net:net_utility_services",
mmenke 2017/06/07 19:18:38 This isn't a real dependency, but gn --check doesn
"//net:net_with_v8",
"//printing/features",
"//services/service_manager/public/cpp",
@@ -94,7 +95,6 @@ static_library("utility") {
deps += [
"//chrome/common:mojo_bindings",
"//chrome/common/importer:interfaces",
- "//net:net_utility_services",
"//services/data_decoder:lib",
]
}
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/url_request/url_request_context_builder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698