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

Unified Diff: build/java_apk.gypi

Issue 396823002: Fix emma (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 18fbc0fb8746f39b9608678a21b855e42f4ab7e1..35cdf09487917c995ad32f85449ce464ea4b2bb4 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -771,10 +771,12 @@
},
'target_conditions': [
['emma_instrument != 0', {
- 'dex_no_locals': 1,
- 'dex_input_paths': [
- '<(emma_device_jar)'
- ],
+ 'variables': {
+ 'dex_no_locals': 1,
+ 'dex_input_paths': [
+ '<(emma_device_jar)'
+ ],
+ },
}],
['is_test_apk == 1 and tested_apk_dex_path != "/"', {
'variables': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698