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

Unified Diff: build/java.gypi

Issue 1396023002: Rename instr_action.gypi to emma_instr_action.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « build/android/instr_action.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java.gypi
diff --git a/build/java.gypi b/build/java.gypi
index 0fdf19b9550f33bc36bda01a7c81a40e40933e2c..6f55c1bd2fc4b4b20e7ea9e435838d24988336fb 100644
--- a/build/java.gypi
+++ b/build/java.gypi
@@ -61,7 +61,7 @@
'jar_path': '<(intermediate_dir)/<(jar_name)',
'jar_final_path': '<(jar_dir)/<(jar_name)',
'jar_excluded_classes': [ '*/R.class', '*/R##*.class' ],
- 'instr_stamp': '<(intermediate_dir)/instr.stamp',
+ 'emma_instr_stamp': '<(intermediate_dir)/emma_instr.stamp',
'additional_input_paths': [],
'additional_locale_input_paths': [],
'dex_path': '<(PRODUCT_DIR)/lib.java/<(_target_name).dex.jar',
@@ -335,12 +335,12 @@
'includes': [ 'android/main_dex_action.gypi' ],
},
{
- 'action_name': 'instr_jar_<(_target_name)',
+ 'action_name': 'emma_instr_jar_<(_target_name)',
'message': 'Instrumenting <(_target_name) jar',
'variables': {
'input_path': '<(jar_path)',
'output_path': '<(jar_final_path)',
- 'stamp_path': '<(instr_stamp)',
+ 'stamp_path': '<(emma_instr_stamp)',
'instr_type': 'jar',
},
'outputs': [
@@ -349,7 +349,7 @@
'inputs': [
'<(jar_path)',
],
- 'includes': [ 'android/instr_action.gypi' ],
+ 'includes': [ 'android/emma_instr_action.gypi' ],
},
{
'variables': {
« no previous file with comments | « build/android/instr_action.gypi ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698