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

Issue 2541763003: [GN] Add support for generated proguard configs in android_apk (Closed)

Created:
4 years ago by kapishnikov
Modified:
4 years ago
Reviewers:
jbudorick
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[GN] Add support for generated proguard configs in android_apk BUG=669961 Committed: https://crrev.com/6130422db2a8ff2a08ab0cd2b19d861825c900ae Cr-Commit-Position: refs/heads/master@{#435460}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Handle the case when the invoker doesn't specify any deps #

Patch Set 3 : Implemented John's suggestion #

Patch Set 4 : Returned forwarding of "deps" back #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M build/config/android/rules.gni View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
kapishnikov
Hi John, could you take a look at this small change? Please see the bug ...
4 years ago (2016-11-30 17:53:10 UTC) #3
kapishnikov
I should have added: if (defined(deps)) { deps += [ ... ] } else { ...
4 years ago (2016-11-30 18:01:26 UTC) #4
kapishnikov
https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni#newcode1840 build/config/android/rules.gni:1840: deps += [ Will add: if (defined(deps)) { deps ...
4 years ago (2016-11-30 18:02:19 UTC) #5
jbudorick
https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni#newcode1840 build/config/android/rules.gni:1840: deps += [ On 2016/11/30 18:02:18, kapishnikov wrote: > ...
4 years ago (2016-11-30 18:05:40 UTC) #6
kapishnikov
On 2016/11/30 18:05:40, jbudorick wrote: > https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni > File build/config/android/rules.gni (right): > > https://codereview.chromium.org/2541763003/diff/1/build/config/android/rules.gni#newcode1840 > ...
4 years ago (2016-11-30 19:57:22 UTC) #7
jbudorick
lgtm
4 years ago (2016-11-30 20:36:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2541763003/60001
4 years ago (2016-11-30 20:55:11 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-11-30 22:55:32 UTC) #13
commit-bot: I haz the power
4 years ago (2016-11-30 22:58:35 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6130422db2a8ff2a08ab0cd2b19d861825c900ae
Cr-Commit-Position: refs/heads/master@{#435460}

Powered by Google App Engine
This is Rietveld 408576698