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

Unified Diff: sync/sync_android.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: Cleans up temporary changes, fixes a few more small things 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: sync/sync_android.gypi
diff --git a/sync/sync_android.gypi b/sync/sync_android.gypi
index 1964fbd93ed09f2f1b967c2802dc69fe296cbc98..fe9fc27836f61b0a927a9d5fea7b93a05a373078 100644
--- a/sync/sync_android.gypi
+++ b/sync/sync_android.gypi
@@ -11,6 +11,7 @@
'type': 'none',
'variables': {
'java_in_dir': '../sync/android/java',
+ 'emma_should_instrument': 1,
},
'dependencies': [
'../base/base.gyp:base_java',

Powered by Google App Engine
This is Rietveld 408576698