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

Issue 13107002: [Android] Allow Java libraries to access resources from dependencies. (Closed)

Created:
7 years, 9 months ago by newt (away)
Modified:
7 years, 9 months ago
Reviewers:
cjhopman
CC:
chromium-reviews
Visibility:
Public.

Description

[Android] Allow Java libraries to access resources from dependencies. Libraries could previously access dependencies' resources in Java code but not in XML layout files. This enables accessing these resources in layout files as well, with the compromise that resources can now be accessed using the wrong package name in Java code. Since resource names are global anyway (an APK can't contain two resources with the same name), this is deemed OK. BUG=176069 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190896

Patch Set 1 #

Total comments: 1

Patch Set 2 : removed gyp bug workaround #

Total comments: 4

Patch Set 3 : update list of resource inputs #

Patch Set 4 : bettre spelling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M build/android/process_resources.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M build/java.gypi View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
newt (away)
PTAL
7 years, 9 months ago (2013-03-27 00:33:32 UTC) #1
cjhopman
https://codereview.chromium.org/13107002/diff/1/build/java.gypi File build/java.gypi (right): https://codereview.chromium.org/13107002/diff/1/build/java.gypi#newcode141 build/java.gypi:141: # https://code.google.com/p/gyp/issues/detail?id=328 is fixed. Could this bug be due ...
7 years, 9 months ago (2013-03-27 00:37:50 UTC) #2
newt (away)
yup. better now.
7 years, 9 months ago (2013-03-27 00:48:59 UTC) #3
cjhopman
https://codereview.chromium.org/13107002/diff/4001/build/java.gypi File build/java.gypi (right): https://codereview.chromium.org/13107002/diff/4001/build/java.gypi#newcode137 build/java.gypi:137: # Include the depedencies' res dirs so that references ...
7 years, 9 months ago (2013-03-27 00:54:04 UTC) #4
newt (away)
https://codereview.chromium.org/13107002/diff/4001/build/java.gypi File build/java.gypi (right): https://codereview.chromium.org/13107002/diff/4001/build/java.gypi#newcode137 build/java.gypi:137: # Include the depedencies' res dirs so that references ...
7 years, 9 months ago (2013-03-27 01:20:13 UTC) #5
cjhopman
lgtm
7 years, 9 months ago (2013-03-27 01:24:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/newt@chromium.org/13107002/11001
7 years, 9 months ago (2013-03-27 01:30:39 UTC) #7
commit-bot: I haz the power
7 years, 9 months ago (2013-03-27 09:48:04 UTC) #8
Message was sent while issue was closed.
Change committed as 190896

Powered by Google App Engine
This is Rietveld 408576698