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

Unified Diff: android_webview/android_webview.gyp

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: TEMP: Fixes several issues, adds some debugging statements 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
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | build/android/gyp/dex.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 165399768b5ed87c526ee3f6468f46211e1e2f66..29ca43a58b93e1fb55531c35402389b15dda848a 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -200,6 +200,7 @@
],
'variables': {
'java_in_dir': '../android_webview/java',
+ 'emma_should_instrument': 1,
cjhopman 2013/08/20 15:27:24 Maybe this should default to 1 and be disabled if
gkanwar1 2013/08/20 17:30:14 I went with an inclusive system because there are
},
'includes': [ '../build/java.gypi' ],
},
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | build/android/gyp/dex.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698