Descriptionwin: Make asan work with isolates.
1. asan required disable_nacl=1 since there's no 64-bit runtime yet.
disable_nacl=1 doesn't work with isolates. Move the asan flags
around a bit so that they're only applied to 32-bit targets.
Now everything builds fine without disable_nacl=1
2. One isolate file was missing a <(EXECUTABLE_SUFFIX), add that.
BUG=416078
TEST=
* `ninja -C out\Release chrome_nacl_win64` builds correctly
* out\Release\obj\base\base.ninja still has asan flags,
the base_unittests.exe link command still has asan flags
R=scottmg@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/b3c1328d585593445dd1b118685aa3497db9e5b0
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (1 generated)
|