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

Issue 18653002: [Android] Add a gyp option to disable generating v14 resources script. (Closed)

Created:
7 years, 5 months ago by Kibeom Kim (inactive)
Modified:
7 years, 5 months ago
Reviewers:
johnme, whywhat, newt (away)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Add an gyp option to disable generating v14 resources script. Currently, we are generating v14 layout and style resources from v17 resources by replacing Start and End attributes to Left and Right attributes. However, it is not necessary for all cases, so make an option to disable generate_v14_compatible_resources.py script and only verify that there is no RTL attributes in the pre-v17 resources. BUG=247049 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210555

Patch Set 1 #

Patch Set 2 : changed to --only-verify option. Please discard the previous patch set. #

Total comments: 13

Patch Set 3 : newt's comments #

Total comments: 6

Patch Set 4 : newt's comments #

Patch Set 5 : moved up "'res_v14_verify_only%': 0," #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -32 lines) Patch
M build/android/gyp/generate_v14_compatible_resources.py View 1 2 3 5 chunks +82 lines, -32 lines 0 comments Download
M build/java.gypi View 1 2 3 4 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Kibeom Kim (inactive)
This is not ready for review yet, but this is the change I'm thinking. So ...
7 years, 5 months ago (2013-07-03 17:23:47 UTC) #1
Kibeom Kim (inactive)
Added verification. Ready for review.
7 years, 5 months ago (2013-07-08 12:32:56 UTC) #2
newt (away)
https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py#newcode105 build/android/gyp/generate_v14_compatible_resources.py:105: def GenerateV14LayoutResourceDom(dom, filename_for_warning): it's OK to print both a ...
7 years, 5 months ago (2013-07-08 22:55:49 UTC) #3
Kibeom Kim (inactive)
https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py#newcode105 build/android/gyp/generate_v14_compatible_resources.py:105: def GenerateV14LayoutResourceDom(dom, filename_for_warning): On 2013/07/08 22:55:49, newt wrote: > ...
7 years, 5 months ago (2013-07-09 00:20:50 UTC) #4
newt (away)
https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): https://codereview.chromium.org/18653002/diff/2001/build/android/gyp/generate_v14_compatible_resources.py#newcode105 build/android/gyp/generate_v14_compatible_resources.py:105: def GenerateV14LayoutResourceDom(dom, filename_for_warning): On 2013/07/09 00:20:50, Kibeom Kim wrote: ...
7 years, 5 months ago (2013-07-09 00:52:49 UTC) #5
Kibeom Kim (inactive)
https://codereview.chromium.org/18653002/diff/8001/build/android/gyp/generate_v14_compatible_resources.py File build/android/gyp/generate_v14_compatible_resources.py (right): https://codereview.chromium.org/18653002/diff/8001/build/android/gyp/generate_v14_compatible_resources.py#newcode203 build/android/gyp/generate_v14_compatible_resources.py:203: On 2013/07/09 00:52:49, newt wrote: > python style is ...
7 years, 5 months ago (2013-07-09 02:10:20 UTC) #6
newt (away)
lgtm
7 years, 5 months ago (2013-07-09 02:12:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/18653002/20001
7 years, 5 months ago (2013-07-09 02:12:40 UTC) #8
commit-bot: I haz the power
7 years, 5 months ago (2013-07-09 14:07:53 UTC) #9
Message was sent while issue was closed.
Change committed as 210555

Powered by Google App Engine
This is Rietveld 408576698