diff options
author | pkotwicz <pkotwicz@chromium.org> | 2015-11-10 14:52:40 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-10 22:53:32 +0000 |
commit | 0ec7e667a629b69994e2bf1862f6dc02423247a1 (patch) | |
tree | 7a3c95a58fb0106e853f2dc8dbf8f73c69f63b89 /PRESUBMIT.py | |
parent | 820733cae6b358f07908336e96d3571bae426a43 (diff) | |
download | chromium_src-0ec7e667a629b69994e2bf1862f6dc02423247a1.zip chromium_src-0ec7e667a629b69994e2bf1862f6dc02423247a1.tar.gz chromium_src-0ec7e667a629b69994e2bf1862f6dc02423247a1.tar.bz2 |
Remove unused OS_ANDROID_HOST GYP define
BUG=None
Review URL: https://codereview.chromium.org/1434543002
Cr-Commit-Position: refs/heads/master@{#358938}
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 293d9dd..23594dd 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -274,7 +274,6 @@ _IPC_ENUM_TRAITS_DEPRECATED = ( _VALID_OS_MACROS = ( # Please keep sorted. 'OS_ANDROID', - 'OS_ANDROID_HOST', 'OS_BSD', 'OS_CAT', # For testing. 'OS_CHROMEOS', |