Commit f76b1c05 authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Chrome OS fix build (do not try to check out windows-only libraries).

Bug: 812581
Change-Id: Idb9ff4831263c31b21292342804bd6633f993878
Reviewed-on: https://chromium-review.googlesource.com/923412Reviewed-by: default avatarRyan Tseng <hinoka@chromium.org>
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537188}
parent 8c9b82a6
...@@ -58,7 +58,7 @@ vars = { ...@@ -58,7 +58,7 @@ vars = {
'checkout_libaom': True, 'checkout_libaom': True,
# By default do not check out the Oculus SDK. Only available for Googlers. # By default do not check out the Oculus SDK. Only available for Googlers.
'checkout_oculus_sdk' : 'checkout_src_internal', 'checkout_oculus_sdk' : 'checkout_src_internal and checkout_win',
# TODO(dpranke): change to != "small" once != is supported. # TODO(dpranke): change to != "small" once != is supported.
'checkout_traffic_annotation_tools': 'checkout_configuration == "default"', 'checkout_traffic_annotation_tools': 'checkout_configuration == "default"',
......
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