summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorderekjchow <derekjchow@chromium.org>2016-01-05 14:19:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-05 22:20:02 +0000
commit5ef2431f4ead49f0d34f3b6b1ddb35c559daa6f8 (patch)
treea4aae0954428e301d081db94dd81e94ba4d41659 /chromecast
parent612db46613451f3c0d2ab5a3b0be373f6550d968 (diff)
downloadchromium_src-5ef2431f4ead49f0d34f3b6b1ddb35c559daa6f8.zip
chromium_src-5ef2431f4ead49f0d34f3b6b1ddb35c559daa6f8.tar.gz
chromium_src-5ef2431f4ead49f0d34f3b6b1ddb35c559daa6f8.tar.bz2
[Chromecast] Add //base:prefs as dependency of //chromecast/base
BUG=None TEST=gncheck (through internal script) R=slan@chromium.org, halliwell@chromium.org Review URL: https://codereview.chromium.org/1559143003 Cr-Commit-Position: refs/heads/master@{#367668}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/base/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromecast/base/BUILD.gn b/chromecast/base/BUILD.gn
index b93bc9d..c56cebe 100644
--- a/chromecast/base/BUILD.gn
+++ b/chromecast/base/BUILD.gn
@@ -52,6 +52,7 @@ source_set("base") {
deps = [
"//base",
+ "//base:prefs",
]
}