| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 1f5db5b0650cf4357c355d66b423551342e545e7..f78a4faafc1b3fb94ba0ed70375218d8a0137a15 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -448,7 +448,7 @@
|
| }],
|
| # For now, do not build nacl_helper when disable_nacl=1
|
| # http://code.google.com/p/gyp/issues/detail?id=239
|
| - ['disable_nacl==0 and coverage==0', {
|
| + ['disable_nacl==0', {
|
| 'dependencies': [
|
| '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
|
| '../components/nacl.gyp:nacl_helper',
|
|
|