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

Unified Diff: net/BUILD.gn

Issue 378823002: Move http_server_properties_manager from chrome/browser/net to net/http. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix renames in comments. Created 6 years, 5 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 | « chrome/chrome_tests_unit.gypi ('k') | net/http/http_server_properties_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 2ee68d39d1590b20546b1405314ab308b7e097df..28caef73aca165a8a6dfcbea53c368a7f490bf66 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -85,6 +85,7 @@ component("net") {
":net_resources",
"//base",
"//base:i18n",
+ "//base:prefs",
"//base/third_party/dynamic_annotations",
"//crypto",
"//crypto:platform",
@@ -520,7 +521,7 @@ component("net") {
include_dirs = [ "//third_party/openssl" ]
}
}
-
+
if (use_icu_alternatives_on_android) {
deps -= [
"//base:i18n",
@@ -1063,6 +1064,7 @@ test("net_unittests") {
":test_support",
"//base",
"//base:i18n",
+ "//base:prefs_test_support",
"//base/allocator",
"//base/third_party/dynamic_annotations",
"//crypto",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | net/http/http_server_properties_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698