summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index a4b1df2..a659c8f 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -415,7 +415,7 @@
# For now, do not build nacl_helper when disable_nacl=1
# or when arm is enabled
# http://code.google.com/p/gyp/issues/detail?id=239
- ['disable_nacl==0 and target_arch!="arm"', {
+ ['disable_nacl==0 and target_arch!="arm" and coverage==0', {
'dependencies': [
'../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
'nacl_helper',