Commit c54fa812 authored by Michael Moss's avatar Michael Moss Committed by Commit Bot

Include "ios" as a known "deps_os" value.

This fixes an issue where "--deps=all" syncs everything but ios.

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

Change-Id: I413269c5026b2c04f0d34d9ca874057eb35e1076
Reviewed-on: https://chromium-review.googlesource.com/618802Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Michael Moss <mmoss@chromium.org>
parent c69b32e1
......@@ -1170,6 +1170,7 @@ class GClient(Dependency):
"linux2": "unix",
"linux3": "unix",
"android": "android",
"ios": "ios",
}
DEFAULT_CLIENT_FILE_TEXT = ("""\
......
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