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

Issue 14948008: [Android] Auto-generate v14 style xml resources from the exisitng v17 style resources. (Closed)

Created:
7 years, 7 months ago by Kibeom Kim (inactive)
Modified:
7 years, 7 months ago
Reviewers:
cjhopman, newt (away)
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, klundberg+watch_chromium.org, ilevy+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

[Android] Auto-generate v14 style xml resources from the exisitng v17 style resources. In addition to the previous v14 layout xml auto-generation patch, (https://codereview.chromium.org/14476011/#ps69001) this patch adds style xml resource auto-generation. BUG=235118 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198947

Patch Set 1 #

Patch Set 2 : simple renaming for consistency #

Total comments: 10

Patch Set 3 : fix on newt's comment. #

Total comments: 3

Patch Set 4 : fix based on newt's comments #

Patch Set 5 : removed a mistake commit on totally unrelated file activity_status.h #

Total comments: 4

Patch Set 6 : Added two TODO comments on cleaning up layout files in xml/ #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -26 lines) Patch
M build/android/gyp/copy_v17_resources.py View 1 2 3 4 5 2 chunks +20 lines, -9 lines 0 comments Download
M build/android/gyp/generate_v14_resources.py View 1 2 3 4 5 3 chunks +48 lines, -17 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Kibeom Kim (inactive)
Additional resource auto-generation. Ready for review.
7 years, 7 months ago (2013-05-06 11:39:45 UTC) #1
newt (away)
a couple larger questions: - Do style resources cause crashes on pre-17 devices, or do ...
7 years, 7 months ago (2013-05-06 16:59:34 UTC) #2
Kibeom Kim (inactive)
> - Do style resources cause crashes on pre-17 devices, or do they work fine ...
7 years, 7 months ago (2013-05-06 19:18:16 UTC) #3
newt (away)
https://codereview.chromium.org/14948008/diff/8001/build/android/gyp/generate_v14_resources.py File build/android/gyp/generate_v14_resources.py (right): https://codereview.chromium.org/14948008/diff/8001/build/android/gyp/generate_v14_resources.py#newcode75 build/android/gyp/generate_v14_resources.py:75: # Note: namespace == 'android' is not precise because ...
7 years, 7 months ago (2013-05-06 20:55:55 UTC) #4
Kibeom Kim (inactive)
https://codereview.chromium.org/14948008/diff/8001/build/android/gyp/generate_v14_resources.py File build/android/gyp/generate_v14_resources.py (right): https://codereview.chromium.org/14948008/diff/8001/build/android/gyp/generate_v14_resources.py#newcode194 build/android/gyp/generate_v14_resources.py:194: if resource_type in ('layout', 'xml', 'values'): On 2013/05/06 20:55:55, ...
7 years, 7 months ago (2013-05-06 22:28:01 UTC) #5
newt (away)
lgtm plus a request to do some resource cleanup once this lands (see comments). this ...
7 years, 7 months ago (2013-05-06 22:52:50 UTC) #6
cjhopman
lgtm
7 years, 7 months ago (2013-05-06 22:56:57 UTC) #7
Kibeom Kim (inactive)
https://codereview.chromium.org/14948008/diff/15001/build/android/gyp/copy_v17_resources.py File build/android/gyp/copy_v17_resources.py (right): https://codereview.chromium.org/14948008/diff/15001/build/android/gyp/copy_v17_resources.py#newcode86 build/android/gyp/copy_v17_resources.py:86: if resource_type in ('layout', 'xml'): ok! https://codereview.chromium.org/14948008/diff/15001/build/android/gyp/generate_v14_resources.py File build/android/gyp/generate_v14_resources.py ...
7 years, 7 months ago (2013-05-06 22:59:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/14948008/17002
7 years, 7 months ago (2013-05-06 23:00:37 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=124638
7 years, 7 months ago (2013-05-07 00:03:36 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/14948008/17002
7 years, 7 months ago (2013-05-07 00:06:02 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=124672
7 years, 7 months ago (2013-05-07 01:07:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkimlabs@chromium.org/14948008/50001
7 years, 7 months ago (2013-05-07 21:04:20 UTC) #13
commit-bot: I haz the power
7 years, 7 months ago (2013-05-08 18:32:50 UTC) #14
Message was sent while issue was closed.
Change committed as 198947

Powered by Google App Engine
This is Rietveld 408576698