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

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: 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
« build/java.gypi ('K') | « third_party/android_testrunner/adb_interface.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« build/java.gypi ('K') | « third_party/android_testrunner/adb_interface.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698