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

Side by Side Diff: build/android/emma_instr_action.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 unified diff | Download patch
« no previous file with comments | « no previous file | build/android/instr_action.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is meant to be included into an action to provide a rule that 5 # This file is meant to be included into an action to provide a rule that
6 # instruments either java class files, or jars. 6 # instruments either java class files, or jars.
7 7
8 { 8 {
9 'variables': { 9 'variables': {
10 'instr_type%': 'jar', 10 'instr_type%': 'jar',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ], 44 ],
45 'action': [ 45 'action': [
46 'python', '<(DEPTH)/build/android/gyp/emma_instr.py', 46 'python', '<(DEPTH)/build/android/gyp/emma_instr.py',
47 '<(instr_action)', 47 '<(instr_action)',
48 '--input-path=<(input_path)', 48 '--input-path=<(input_path)',
49 '--output-path=<(output_path)', 49 '--output-path=<(output_path)',
50 '--stamp=<(stamp_path)', 50 '--stamp=<(stamp_path)',
51 '<@(extra_instr_args)', 51 '<@(extra_instr_args)',
52 ] 52 ]
53 } 53 }
OLDNEW
« no previous file with comments | « no previous file | build/android/instr_action.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698