diff options
author | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 17:37:21 +0000 |
---|---|---|
committer | sdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 17:37:21 +0000 |
commit | fcc89bf7dbdbad90f1134437978337652ce2a088 (patch) | |
tree | 4ddf9a7f62d3858795e6e5c0666d5db0702a38c5 /build | |
parent | f633394a005fde18fe09f3b3fb5e6c6d796587e9 (diff) | |
download | chromium_src-fcc89bf7dbdbad90f1134437978337652ce2a088.zip chromium_src-fcc89bf7dbdbad90f1134437978337652ce2a088.tar.gz chromium_src-fcc89bf7dbdbad90f1134437978337652ce2a088.tar.bz2 |
Enable RLZ on iOS
BUG=309629
Review URL: https://codereview.chromium.org/35363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231868 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 54e5b47..869696b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1743,8 +1743,8 @@ 'release_valgrind_build': 1, }], - # Enable RLZ on Win, Mac and ChromeOS. - ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', { + # Enable RLZ on Win, Mac, iOS and ChromeOS. + ['branding=="Chrome" and (OS=="win" or OS=="mac" or OS=="ios" or chromeos==1)', { 'enable_rlz%': 1, }], |