win: 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 Review URL: https://codereview.chromium.org/871973004 Cr-Commit-Position: refs/heads/master@{#312967}
Showing
Please register or sign in to comment