Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4938)

Unified Diff: build/common.gypi

Issue 20210002: [Android] Sets up a coverage system for java using EMMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes dex/obfuscate actions slightly Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 72e9ecb7de02588a293fdd8067dd9c2eaf85639c..c789167a19eef1f86a345f0ec14c1677d498ba3b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -906,6 +906,10 @@
# Currently ignored on Windows.
'coverage%': 0,
+ # Set to '<(coverage)' by individual targets which should be instrumented
+ # when coverage is enabled.
+ 'emma_instrument%': 0,
cjhopman 2013/08/09 18:54:37 If this is set by individual targets (i.e. not con
gkanwar1 2013/08/09 23:32:53 This is only set to 1 by targets we want to instru
cjhopman 2013/08/10 00:11:47 You can set the default in the .gypi files that us
gkanwar1 2013/08/12 18:19:10 Ah, got it. Done.
+
# Set to 1 to force Visual C++ to use legacy debug information format /Z7.
# This is useful for parallel compilation tools which can't support /Zi.
# Only used on Windows.
« build/android/gyp/instr.py ('K') | « build/android/test_runner.py ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698