Commit d05f3580 authored by Jaideep Bajwa's avatar Jaideep Bajwa Committed by Commit Bot

gclient: Add aix to host_os list

R=mmoss@chromium.org, dpranke@chromium.org, phajdan.jr@chromium.org

Bug:
Change-Id: I0bfe0c38f3b1bfa5c8bd40747a0c3483d823cbdc
Reviewed-on: https://chromium-review.googlesource.com/660722Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
parent d10ca0ea
......@@ -1165,6 +1165,7 @@ _PLATFORM_MAPPING = {
'darwin': 'mac',
'linux2': 'linux',
'win32': 'win',
'aix6': 'aix',
}
......@@ -1177,6 +1178,7 @@ class GClient(Dependency):
solution or DEPS entry."""
DEPS_OS_CHOICES = {
"aix6": "unix",
"win32": "win",
"win": "win",
"cygwin": "win",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment