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

Issue 10821128: Introduce the --sdk-build flag for Android's native test generator (Closed)

Created:
8 years, 4 months ago by Peter Beverloo
Modified:
8 years, 4 months ago
Reviewers:
bulach, nilesh
CC:
chromium-reviews
Visibility:
Public.

Description

Introduce the --sdk-build flag for Android's native test generator This flag supersedes --ant-compile and takes its value from gyp's sdk_build variable. It will tell the native test generator script to use Ant for Java compilation (default) instead of the Android.mk file. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149440

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : y #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M build/apk_test.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M testing/android/generate_native_test.py View 1 2 3 3 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Peter Beverloo
8 years, 4 months ago (2012-08-01 12:39:00 UTC) #1
bulach
one suggestion below: https://chromiumcodereview.appspot.com/10821128/diff/1/build/apk_test.gypi File build/apk_test.gypi (right): https://chromiumcodereview.appspot.com/10821128/diff/1/build/apk_test.gypi#newcode50 build/apk_test.gypi:50: '--ant-compile=<(sdk_build)' this is a bit confusing.. ...
8 years, 4 months ago (2012-08-01 12:49:56 UTC) #2
nilesh
http://codereview.chromium.org/10821128/diff/1/testing/android/generate_native_test.py File testing/android/generate_native_test.py (right): http://codereview.chromium.org/10821128/diff/1/testing/android/generate_native_test.py#newcode183 testing/android/generate_native_test.py:183: parser.add_option('--ant-compile', type='int', default=0, Maybe we should remove "--ant-compile" from ...
8 years, 4 months ago (2012-08-01 13:49:43 UTC) #3
Peter Beverloo
Thank you for the reviews! See PS3. https://chromiumcodereview.appspot.com/10821128/diff/1/build/apk_test.gypi File build/apk_test.gypi (right): https://chromiumcodereview.appspot.com/10821128/diff/1/build/apk_test.gypi#newcode50 build/apk_test.gypi:50: '--ant-compile=<(sdk_build)' On ...
8 years, 4 months ago (2012-08-01 15:11:56 UTC) #4
bulach
lgtm, thanks! truly minor nits: https://chromiumcodereview.appspot.com/10821128/diff/6001/testing/android/generate_native_test.py File testing/android/generate_native_test.py (right): https://chromiumcodereview.appspot.com/10821128/diff/6001/testing/android/generate_native_test.py#newcode184 testing/android/generate_native_test.py:184: help='If set to 1, ...
8 years, 4 months ago (2012-08-01 15:26:49 UTC) #5
Peter Beverloo
Thank you! I'll wait for Nilesh' look as well. https://chromiumcodereview.appspot.com/10821128/diff/6001/testing/android/generate_native_test.py File testing/android/generate_native_test.py (right): https://chromiumcodereview.appspot.com/10821128/diff/6001/testing/android/generate_native_test.py#newcode184 testing/android/generate_native_test.py:184: ...
8 years, 4 months ago (2012-08-01 15:39:08 UTC) #6
nilesh
On 2012/08/01 15:39:08, Peter Beverloo wrote: > Thank you! I'll wait for Nilesh' look as ...
8 years, 4 months ago (2012-08-01 15:40:50 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peter@chromium.org/10821128/9003
8 years, 4 months ago (2012-08-01 15:58:23 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 17:39:25 UTC) #9
Change committed as 149440

Powered by Google App Engine
This is Rietveld 408576698