DescriptionTemporarily disable remoting_client_plugin_newlib on win in GN builds.
Trying to build this causes out-of-memory issues with the pnacl
linker, likely because it's a 32-bit tool and the GN builds are
using source_sets instead of static_libraries, causing us to
link in a lot more code before it can get gc'ed.
Disabling temporarily until I have cycles to look at this, because
it keeps `gn_all` from building.
R=brucedawson@chromium.org, mcgrathr@chromium.org, sergeyu@chromium.org
BUG=584516
Committed: https://crrev.com/fad8e464eda52dcd079f58a6fc4ccaee1955bcd3
Cr-Commit-Position: refs/heads/master@{#383191}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|