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

Unified Diff: mojo/mojo.gyp

Issue 250773005: Adding mojo_test_apk in the fyi waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix instrumentation issue. Created 6 years, 8 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: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 5cd9e580a9d68f487a3c59c3cf741225b598ea09..c099b5d02b8f7bfc6bb45340ab3c0863ca442466 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -649,6 +649,13 @@
'resource_dir': '<(DEPTH)/mojo/android/javatests/apk',
'native_lib_target': 'libmojo_java_unittest',
'is_test_apk': 1,
+ # Given that this apk tests itself, it needs to bring emma with it
+ # when instrumented.
+ 'conditions': [
+ ['emma_coverage != 0', {
+ 'emma_instrument': 1,
+ }],
+ ],
},
'includes': [ '../build/java_apk.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698