summaryrefslogtreecommitdiffstats
path: root/net/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-01-29 22:40:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 06:41:12 +0000
commit9f7802a28dbf16b0f28e0bf65bbc9c004d8a129a (patch)
tree6c1490a334c71745fa90ed015da941ba11722056 /net/BUILD.gn
parent9dbe383187aae9b2017bec82d9d5e715b157933a (diff)
downloadchromium_src-9f7802a28dbf16b0f28e0bf65bbc9c004d8a129a.zip
chromium_src-9f7802a28dbf16b0f28e0bf65bbc9c004d8a129a.tar.gz
chromium_src-9f7802a28dbf16b0f28e0bf65bbc9c004d8a129a.tar.bz2
Update GN build files for new prefs location.
Updates references from //base:prefs to //components/prefs/ TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1652573002 Cr-Commit-Position: refs/heads/master@{#372540}
Diffstat (limited to 'net/BUILD.gn')
-rw-r--r--net/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 56525c6..102c703 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",
]
@@ -1407,7 +1407,6 @@ test("net_unittests") {
":test_support",
"//base",
"//base:i18n",
- "//base:prefs_test_support",
"//base/third_party/dynamic_annotations",
"//crypto",
"//crypto:platform",