Commit 6e86b73e authored by plundblad's avatar plundblad Committed by Commit bot

Teach cr to set the correct target os for chromeos when generating with gn.

BUG=None

Review URL: https://codereview.chromium.org/1128843008

Cr-Commit-Position: refs/heads/master@{#330515}
parent 58b42a0c
......@@ -15,6 +15,7 @@ class LinuxChromeOSPlatform(cr.Platform):
CR_BINARY=os.path.join('{CR_BUILD_DIR}', '{CR_BUILD_TARGET}'),
CHROME_DEVEL_SANDBOX='/usr/local/sbin/chrome-devel-sandbox',
GYP_DEF_chromeos=1,
GN_ARG_target_os='"chromeos"',
)
@property
......
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