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

Issue 15907024: [Android] Skip generating v14 resources if already a version is specified. (Closed)

Created:
7 years, 6 months ago by Kibeom Kim (inactive)
Modified:
7 years, 6 months ago
Reviewers:
newt (away)
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Skip generating v14 resources if already a version is specified. If a version is already specified for resources, (e.g., layout-v20/), it shouldn't be generating v14 compatible resource from it, because it's an explicit intention to apply only to that version. The exception is for style resources due to the reason explained at here https://codereview.chromium.org/16125003/. BUG=247049 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204910

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -6 lines) Patch
M build/android/gyp/generate_v14_compatible_resources.py View 1 3 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Kibeom Kim (inactive)
7 years, 6 months ago (2013-06-06 23:51:48 UTC) #1
newt (away)
lgtm with a few nits. this is a good change, thanks! https://codereview.chromium.org/15907024/diff/1/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): ...
7 years, 6 months ago (2013-06-07 04:24:09 UTC) #2
Kibeom Kim (inactive)
https://codereview.chromium.org/15907024/diff/1/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): https://codereview.chromium.org/15907024/diff/1/build/android/gyp/generate_v14_compatible_resources.py#newcode245 build/android/gyp/generate_v14_compatible_resources.py:245: api_version_qualifier_index = -1 On 2013/06/07 04:24:09, newt wrote: > ...
7 years, 6 months ago (2013-06-07 05:07:19 UTC) #3
newt (away)
lgtm
7 years, 6 months ago (2013-06-07 13:59:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/15907024/5001
7 years, 6 months ago (2013-06-07 16:53:33 UTC) #5
commit-bot: I haz the power
7 years, 6 months ago (2013-06-07 20:28:52 UTC) #6
Message was sent while issue was closed.
Change committed as 204910

Powered by Google App Engine
This is Rietveld 408576698