diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-23 21:02:07 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-23 21:02:07 +0000 |
commit | dec355677c898db1b5e06d6e20f4e657e4b51ec5 (patch) | |
tree | a498f096609e6e8e56048be908ad55831280ce03 /chrome/nacl.gypi | |
parent | aba6dc84f7d7d6f646a4eaaef959df5c60fd0f12 (diff) | |
download | chromium_src-dec355677c898db1b5e06d6e20f4e657e4b51ec5.zip chromium_src-dec355677c898db1b5e06d6e20f4e657e4b51ec5.tar.gz chromium_src-dec355677c898db1b5e06d6e20f4e657e4b51ec5.tar.bz2 |
Fix coverage builds by disabling NaCl targets when coverage=1
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9372108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123327 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r-- | chrome/nacl.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index 6a9a418..b73c3f7 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -124,7 +124,7 @@ }, ], }], - ['OS=="linux" and coverage==0', { + ['OS=="linux"', { 'targets': [ { 'target_name': 'nacl_helper', |