DescriptionFix GN mac toolchain error.
When you run `gn gen out-gn/Debug` on Mac you get the following:
ERROR at //build/toolchain/mac/BUILD.gn:200:12: Build argument has no effect.
os = current_os
^---------
The variable "os" was set as a build argument
but never appeared in a declare_args() block in any buildfile.
BUG=None
TEST=`gn gen out-gn/Debug` passes without the above error
R=dpranke@chromium.org
Committed: https://crrev.com/53ec706bbc5debe052dd51e4d93e2de4c2802ab2
Cr-Commit-Position: refs/heads/master@{#324109}
Patch Set 1 #
Total comments: 3
Patch Set 2 : remove it instead #Messages
Total messages: 8 (1 generated)
|