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

Unified Diff: net/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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 | « mash/wallpaper/BUILD.gn ('k') | rlz/BUILD.gn » ('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 b8c44cb34be5c5fd164841eb331636a0cd759ce3..098ff82e87ebd9dd70ad7b74ba20c090f006bb19 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -122,8 +122,8 @@ if (!is_nacl) {
net_shared_sources += gypi_values.net_non_nacl_sources
net_shared_deps += [
- "//base:prefs",
"//base/third_party/dynamic_annotations",
+ "//components/prefs",
"//sdch",
"//third_party/zlib",
]
@@ -1404,7 +1404,6 @@ test("net_unittests") {
":test_support",
"//base",
"//base:i18n",
- "//base:prefs_test_support",
"//base/third_party/dynamic_annotations",
"//crypto",
"//crypto:platform",
« no previous file with comments | « mash/wallpaper/BUILD.gn ('k') | rlz/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698