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

Issue 1448223004: Refactor emma_instr.py in preparation for porting EMMA GYP rules to GN (Closed)

Created:
5 years, 1 month ago by pkotwicz
Modified:
5 years, 1 month ago
Reviewers:
agrieve
CC:
chromium-reviews, klundberg+watch_chromium.org, mikecase+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor emma_instr.py in preparation for porting EMMA GYP rules to GN Notable changes: - 'coverage_file' & 'sources_list_file' arguments now take complete paths - 'sources' argument renamed to 'source_dirs' - 'source_files' argument added which takes in a list of source Java files - 'depfile' argument added BUG=535290 Cr-Commit-Position: refs/heads/master@{#359980} Committed: https://crrev.com/17ec244eb92d303b49b3f89eace52ac38d3698d5 Cr-Commit-Position: refs/heads/master@{#360376}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -34 lines) Patch
M build/android/emma_instr_action.gypi View 1 chunk +3 lines, -3 lines 0 comments Download
M build/android/gyp/emma_instr.py View 1 2 6 chunks +61 lines, -31 lines 0 comments Download
M build/java.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M build/java_apk.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
pkotwicz
agrieve@ PTAL
5 years, 1 month ago (2015-11-18 00:10:03 UTC) #3
agrieve
just nits. lgtm https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py File build/android/gyp/emma_instr.py (right): https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py#newcode116 build/android/gyp/emma_instr.py:116: source_dirs = set() nit: More concise: ...
5 years, 1 month ago (2015-11-18 15:30:47 UTC) #5
pkotwicz
https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py File build/android/gyp/emma_instr.py (right): https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py#newcode116 build/android/gyp/emma_instr.py:116: source_dirs = set() It might be because I am ...
5 years, 1 month ago (2015-11-18 15:59:28 UTC) #6
agrieve
https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py File build/android/gyp/emma_instr.py (right): https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py#newcode116 build/android/gyp/emma_instr.py:116: source_dirs = set() On 2015/11/18 15:59:28, pkotwicz wrote: > ...
5 years, 1 month ago (2015-11-18 16:06:18 UTC) #7
pkotwicz
https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py File build/android/gyp/emma_instr.py (right): https://codereview.chromium.org/1448223004/diff/40001/build/android/gyp/emma_instr.py#newcode116 build/android/gyp/emma_instr.py:116: source_dirs = set() According to the Google style guide, ...
5 years, 1 month ago (2015-11-18 17:03:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1448223004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1448223004/60001
5 years, 1 month ago (2015-11-18 17:05:46 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 1 month ago (2015-11-18 18:54:08 UTC) #12
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 18:55:23 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/17ec244eb92d303b49b3f89eace52ac38d3698d5
Cr-Commit-Position: refs/heads/master@{#360376}

Powered by Google App Engine
This is Rietveld 408576698