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

Unified Diff: ui/ui.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: 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: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 2aa50d4d259fb6e69234600b1420bda47af1efef..fc90562cdb599c820e91ec44d0b312cceb90e9a0 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -967,6 +967,7 @@
'R_package': 'org.chromium.ui',
'R_package_relpath': 'org/chromium/ui',
'java_strings_grd': 'android_ui_strings.grd',
+ 'emma_should_instrument': 1,
},
'dependencies': [
'../base/base.gyp:base_java',

Powered by Google App Engine
This is Rietveld 408576698