| Index: components/nacl.gyp
|
| diff --git a/components/nacl.gyp b/components/nacl.gyp
|
| index 0bba251562af013f75fa1973594a2d334695abe6..500d597ba326036ec6c216b936afc9894775f551 100644
|
| --- a/components/nacl.gyp
|
| +++ b/components/nacl.gyp
|
| @@ -245,8 +245,8 @@
|
| 'cflags': ['-fPIE'],
|
| 'ldflags!': [
|
| # Do not pick the default ASan options from
|
| - # base/debug/sanitizer_options.cc to avoid a conflict with those
|
| - # in nacl/nacl_helper_linux.cc.
|
| + # build/sanitizers/sanitizer_options.cc to avoid a conflict with
|
| + # those in nacl/nacl_helper_linux.cc.
|
| '-Wl,-u_sanitizer_options_link_helper',
|
| ],
|
| 'link_settings': {
|
|
|