diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 02:02:13 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 02:02:13 +0000 |
commit | 937cf1ce567a2386e170468925b9dab7f961b9ce (patch) | |
tree | e05c1b372a203acf49510ae64f4c89bc56dee55b /BUILD.gn | |
parent | f525ee98233f460cc858ef37253bca8bd5c3992c (diff) | |
download | chromium_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.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ group("root") { if (is_android) { deps -= [ + "//components/os_crypt", "//crypto", "//net", "//skia", |