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

Issue 191383008: android: Fix build more after 255971. (Closed)

Created:
6 years, 9 months ago by Nico
Modified:
6 years, 9 months ago
Reviewers:
cjhopman
CC:
chromium-reviews, klundberg+watch_chromium.org, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

android: Fix build more after 255971. Two more ant scripts were implicitly depending on the generated manifest file via an implicit dependency through a stamp file. Follow-up to https://codereview.chromium.org/193163004 BUG=256020 R=cjhopman@chromium.org TBR=cjhopman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256038

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M build/android/ant/apk-obfuscate.xml View 3 chunks +4 lines, -2 lines 3 comments Download
M build/android/ant/apk-package-resources.xml View 3 chunks +4 lines, -2 lines 0 comments Download
M build/java_apk.gypi View 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
6 years, 9 months ago (2014-03-10 21:23:36 UTC) #1
cjhopman
Sorry, I should have caught this before. To make up for missing it I did ...
6 years, 9 months ago (2014-03-10 21:34:41 UTC) #2
Nico
Committed patchset #1 manually as r256038 (presubmit successful).
6 years, 9 months ago (2014-03-10 21:36:57 UTC) #3
Nico
6 years, 9 months ago (2014-03-10 21:38:24 UTC) #4
Message was sent while issue was closed.
Thanks! You++ for the https://codereview.chromium.org/193283002/ :-)

https://codereview.chromium.org/191383008/diff/1/build/android/ant/apk-obfusc...
File build/android/ant/apk-obfuscate.xml (right):

https://codereview.chromium.org/191383008/diff/1/build/android/ant/apk-obfusc...
build/android/ant/apk-obfuscate.xml:23: <property name="out.absolute.dir"
location="${out.dir}" />
On 2014/03/10 21:34:41, cjhopman wrote:
> I'm pretty sure out.dir is actually already absolute because it uses location
> instead of value above

Yes, all the xml files have several abs.foo and foo properties that look
somewhat redundant. Should probably be cleaned up at some point.

Powered by Google App Engine
This is Rietveld 408576698