summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 02:02:13 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-22 02:02:13 +0000
commit937cf1ce567a2386e170468925b9dab7f961b9ce (patch)
treee05c1b372a203acf49510ae64f4c89bc56dee55b /BUILD.gn
parentf525ee98233f460cc858ef37253bca8bd5c3992c (diff)
downloadchromium_src-937cf1ce567a2386e170468925b9dab7f961b9ce.zip
chromium_src-937cf1ce567a2386e170468925b9dab7f961b9ce.tar.gz
chromium_src-937cf1ce567a2386e170468925b9dab7f961b9ce.tar.bz2
Do not build components/os_crypt on android in the GN build.
There's no point, since crypt does not build yet. This fixes the Android build (in preparation for it being turned on on the bots). TBR=brettw@chromium.org BUG=353690 Review URL: https://codereview.chromium.org/246253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index adeaceb..ad3295e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -57,6 +57,7 @@ group("root") {
if (is_android) {
deps -= [
+ "//components/os_crypt",
"//crypto",
"//net",
"//skia",