summaryrefslogtreecommitdiffstats
path: root/third_party/cacheinvalidation
diff options
context:
space:
mode:
authorfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-31 01:20:31 +0000
committerfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-31 01:20:31 +0000
commit3bdb55fc296cfb17a0970d0aa43b0dd69e9b84c0 (patch)
treec896493d65384bdb8acccdc9cafd3f1a28f4fd59 /third_party/cacheinvalidation
parentb957f283bb3c8778c14684a568896ddce014d12f (diff)
downloadchromium_src-3bdb55fc296cfb17a0970d0aa43b0dd69e9b84c0.zip
chromium_src-3bdb55fc296cfb17a0970d0aa43b0dd69e9b84c0.tar.gz
chromium_src-3bdb55fc296cfb17a0970d0aa43b0dd69e9b84c0.tar.bz2
[Android] emma_instr.py now removes any stale *.em/*sources.txt
BUG=278365 NOTRY=True TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/23666007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/cacheinvalidation')
-rw-r--r--third_party/cacheinvalidation/cacheinvalidation.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index 166dbef..5a38bb2 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -7,7 +7,6 @@
# This library should build cleanly with the extra warnings turned on
# for Chromium.
'chromium_code': 1,
- 'emma_never_instrument': 1,
},
'targets': [
# The C++ files generated from the cache invalidation protocol buffers.
@@ -179,6 +178,9 @@
],
}],
['OS == "android"', {
+ 'variables': {
+ 'emma_never_instrument': 1,
+ },
'targets': [
{
'target_name': 'cacheinvalidation_proto_java',