summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorgfhuang <gfhuang@chromium.org>2016-01-06 16:18:38 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-07 00:20:10 +0000
commit2e86c95f91e229f9cd0a89740b856d8095b5ccd9 (patch)
treefae044f9e85dc182d84d6c363ef13abdc01137b9 /chromecast
parentebabb64df285453b14cfd85e2d6b9531239987a6 (diff)
downloadchromium_src-2e86c95f91e229f9cd0a89740b856d8095b5ccd9.zip
chromium_src-2e86c95f91e229f9cd0a89740b856d8095b5ccd9.tar.gz
chromium_src-2e86c95f91e229f9cd0a89740b856d8095b5ccd9.tar.bz2
[Chromecast] Fix gn deps check.
BUG=internal b/25327353 Review URL: https://codereview.chromium.org/1569683002 Cr-Commit-Position: refs/heads/master@{#367967}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/common/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromecast/common/BUILD.gn b/chromecast/common/BUILD.gn
index d16b2c8..14d6618 100644
--- a/chromecast/common/BUILD.gn
+++ b/chromecast/common/BUILD.gn
@@ -20,9 +20,11 @@ source_set("common") {
deps = [
"//base",
+ "//chromecast/base",
"//chromecast/base:cast_version",
"//content/public/common",
"//ui/base",
"//ui/gfx",
+ "//url:url",
]
}