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

Issue 13564003: Use java_apk.gypi for gtest apks (Closed)

Created:
7 years, 8 months ago by cjhopman
Modified:
7 years, 8 months ago
Reviewers:
shashi, nilesh
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Use java_apk.gypi for gtest apks Currently, normal APKs and instrumentation APKs are both built using java_apk.gypi (which includes all kinds of new hotness). Native unittest APKs, though use apk_test.gypi and thus the complicated native_test_apk.xml and Android's Ant build.xml. That is bad. This change updates apk_test.gypi to include java_apk.gypi and so brings these two ways of building APKs into alignment. It also very slightly updates the configurability of java_apk.gypi and apk-package.xml. There are still a couple of targets in WebKit that use generate_native_test.py and native_test_apk.xml directly that need to be updated to use apk_test.gypi before those two scripts can be simplified/removed. BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192662

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase #

Patch Set 3 : Rebase + s/resource/res #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -71 lines) Patch
M build/android/ant/apk-package.xml View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M build/apk_test.gypi View 1 2 1 chunk +54 lines, -62 lines 0 comments Download
M build/java_apk.gypi View 1 2 3 5 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
cjhopman
7 years, 8 months ago (2013-04-04 21:49:56 UTC) #1
shashi
lgtm https://codereview.chromium.org/13564003/diff/1/build/apk_test.gypi File build/apk_test.gypi (right): https://codereview.chromium.org/13564003/diff/1/build/apk_test.gypi#newcode61 build/apk_test.gypi:61: '<(android_manifest_path)', So AndroidManifest was missing from outputs before.
7 years, 8 months ago (2013-04-04 22:41:45 UTC) #2
cjhopman
nileshagrawal@ for committers/OWNERS
7 years, 8 months ago (2013-04-05 16:26:10 UTC) #3
nilesh
LGTM
7 years, 8 months ago (2013-04-05 16:54:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13564003/4001
7 years, 8 months ago (2013-04-05 17:03:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13564003/19001
7 years, 8 months ago (2013-04-05 19:38:21 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=100089
7 years, 8 months ago (2013-04-05 20:59:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13564003/19001
7 years, 8 months ago (2013-04-05 21:05:36 UTC) #8
commit-bot: I haz the power
Failed to apply patch for build/java_apk.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-05 21:05:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13564003/10003
7 years, 8 months ago (2013-04-05 21:26:04 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-06 00:14:40 UTC) #11
Message was sent while issue was closed.
Change committed as 192662

Powered by Google App Engine
This is Rietveld 408576698