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

Unified Diff: build/android/emma_instr_action.gypi

Issue 1445383002: Remove unused instr_action == 'instrument_classes' option from emma_instr.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | build/android/gyp/emma_instr.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/emma_instr_action.gypi
diff --git a/build/android/emma_instr_action.gypi b/build/android/emma_instr_action.gypi
index fa6d06235ea16a51c5b2d7848cf71592a52a003d..5d22c2671c13e3649407f33200aeaac251e2f082 100644
--- a/build/android/emma_instr_action.gypi
+++ b/build/android/emma_instr_action.gypi
@@ -7,7 +7,6 @@
{
'variables': {
- 'instr_type%': 'jar',
'input_path%': '',
'output_path%': '',
'stamp_path%': '',
@@ -24,13 +23,7 @@
'--emma-jar=<(emma_jar)',
'--filter-string=<(emma_filter)',
],
- 'conditions': [
- ['instr_type == "jar"', {
- 'instr_action': 'instrument_jar',
- }, {
- 'instr_action': 'instrument_classes',
- }]
- ],
+ 'instr_action': 'instrument_jar',
}, {
'instr_action': 'copy',
'extra_instr_args': [],
« no previous file with comments | « no previous file | build/android/gyp/emma_instr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698