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

Issue 12808004: Simplify ant targets (Closed)

Created:
7 years, 9 months ago by cjhopman
Modified:
7 years, 9 months ago
Reviewers:
shashi, Yaron
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@delete_cruft6
Visibility:
Public.

Description

Simplify ant targets This change makes the behavior of apk-build.xml much clearer. First, delete several empty targets: -pre-build -post-build -set-mode-check -post-package -set-debug-files Then, merge chains of targets (i.e. only -compile depends on -pre-compile and so they can be merged into one target). check-env --> -setup -pre-compile and -post-compile --> -compile -crunch --> -package-resources -release-sign --> release -do-debug --> debug -release-obfuscation-check --> -set-release-mode -debug-obfuscation-check --> -set-debug-mode -build-setup --> -setup Then, rearrange the targets so that they are in the order that they are run. Finally, delete some small unused things (mergemanifest, buildconfig). BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188548

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -157 lines) Patch
M build/android/ant/apk-build.xml View 1 2 3 15 chunks +76 lines, -157 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
cjhopman
7 years, 9 months ago (2013-03-13 18:26:31 UTC) #1
Yaron
I'm not entirely clear on the use of <sequential> task. Should we be guarding some ...
7 years, 9 months ago (2013-03-13 18:58:29 UTC) #2
shashi
lgtm
7 years, 9 months ago (2013-03-13 19:04:20 UTC) #3
cjhopman
On 2013/03/13 18:58:29, Yaron wrote: > I'm not entirely clear on the use of <sequential> ...
7 years, 9 months ago (2013-03-13 19:04:55 UTC) #4
cjhopman
https://codereview.chromium.org/12808004/diff/2001/build/android/ant/apk-build.xml File build/android/ant/apk-build.xml (left): https://codereview.chromium.org/12808004/diff/2001/build/android/ant/apk-build.xml#oldcode289 build/android/ant/apk-build.xml:289: <res path="${resource.absolute.dir}" /> On 2013/03/13 18:58:30, Yaron wrote: > ...
7 years, 9 months ago (2013-03-13 19:07:53 UTC) #5
Yaron
lgtm
7 years, 9 months ago (2013-03-13 19:12:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/12808004/8001
7 years, 9 months ago (2013-03-15 17:16:54 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 9 months ago (2013-03-15 17:47:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/12808004/23001
7 years, 9 months ago (2013-03-15 18:12:44 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) content_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=109436
7 years, 9 months ago (2013-03-15 18:38:36 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/12808004/23001
7 years, 9 months ago (2013-03-15 23:46:30 UTC) #11
commit-bot: I haz the power
7 years, 9 months ago (2013-03-16 05:37:52 UTC) #12
Message was sent while issue was closed.
Change committed as 188548

Powered by Google App Engine
This is Rietveld 408576698