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

Issue 525533003: Add content_shell_test_apk and a several dependencies (Closed)

Created:
6 years, 3 months ago by cjhopman
Modified:
6 years, 3 months ago
CC:
chromium-reviews, avayvod+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn-content-shell-apk
Project:
chromium
Visibility:
Public.

Description

Add content_shell_test_apk and several dependencies This adds support for android_apk targets without any java included directly in the target (only included through deps). This adds the following targets: //base:base_javatests //content/public/android:content_javatests //content/shell/android:content_shell_test_apk //media/android:media_android_imageformat_list (moved) //media/android:media_java (moved+fixed) BUG=359249 Committed: https://crrev.com/394dfd1052e53e64083daef7cc66055557256dcb Cr-Commit-Position: refs/heads/master@{#293897}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -116 lines) Patch
M base/BUILD.gn View 1 2 4 8 chunks +17 lines, -0 lines 0 comments Download
M base/base.gyp View 1 13 chunks +24 lines, -21 lines 0 comments Download
M build/android/gyp/apk_obfuscate.py View 1 2 3 2 chunks +2 lines, -14 lines 0 comments Download
A build/android/gyp/create_dist_jar.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M build/android/gyp/util/build_utils.py View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M build/android/gyp/write_build_config.py View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 6 chunks +18 lines, -5 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 5 3 chunks +61 lines, -12 lines 0 comments Download
M build/toolchain/android/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 4 12 chunks +13 lines, -5 lines 0 comments Download
M content/public/android/BUILD.gn View 1 2 3 4 2 chunks +20 lines, -1 line 0 comments Download
A content/public/test/android/BUILD.gn View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M content/shell/android/BUILD.gn View 1 2 3 4 5 4 chunks +39 lines, -3 lines 0 comments Download
M media/BUILD.gn View 1 2 3 4 5 5 chunks +25 lines, -54 lines 0 comments Download
M media/base/android/BUILD.gn View 1 chunk +22 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 7 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
cjhopman
newt: *
6 years, 3 months ago (2014-09-06 02:08:27 UTC) #2
newt (away)
a few nits, then lgtm https://codereview.chromium.org/525533003/diff/60001/build/android/gyp/create_dist_jar.py File build/android/gyp/create_dist_jar.py (right): https://codereview.chromium.org/525533003/diff/60001/build/android/gyp/create_dist_jar.py#newcode20 build/android/gyp/create_dist_jar.py:20: options, _ = parser.parse_args(args) ...
6 years, 3 months ago (2014-09-08 20:27:30 UTC) #3
cjhopman
https://codereview.chromium.org/525533003/diff/60001/build/android/gyp/create_dist_jar.py File build/android/gyp/create_dist_jar.py (right): https://codereview.chromium.org/525533003/diff/60001/build/android/gyp/create_dist_jar.py#newcode20 build/android/gyp/create_dist_jar.py:20: options, _ = parser.parse_args(args) On 2014/09/08 20:27:30, newt wrote: ...
6 years, 3 months ago (2014-09-08 23:02:18 UTC) #4
cjhopman
brettw: for OWNERS of gn things
6 years, 3 months ago (2014-09-08 23:27:26 UTC) #6
brettw
lgtm https://codereview.chromium.org/525533003/diff/80001/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/525533003/diff/80001/build/config/android/rules.gni#newcode722 build/config/android/rules.gni:722: final_deps += [":${_template_name}__java"] spaces inside [] https://codereview.chromium.org/525533003/diff/80001/content/shell/android/BUILD.gn File ...
6 years, 3 months ago (2014-09-08 23:35:23 UTC) #7
cjhopman
dalecurtis@ for media/ OWNERS
6 years, 3 months ago (2014-09-09 00:25:31 UTC) #9
cjhopman
https://codereview.chromium.org/525533003/diff/80001/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/525533003/diff/80001/build/config/android/rules.gni#newcode722 build/config/android/rules.gni:722: final_deps += [":${_template_name}__java"] On 2014/09/08 23:35:22, brettw wrote: > ...
6 years, 3 months ago (2014-09-09 00:26:18 UTC) #10
DaleCurtis
lgtm
6 years, 3 months ago (2014-09-09 00:35:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/525533003/100001
6 years, 3 months ago (2014-09-09 01:09:47 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001) as bc1a22803bd08a25fde4d78ec380a92077ffc20b
6 years, 3 months ago (2014-09-09 08:56:52 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:52:02 UTC) #15
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/394dfd1052e53e64083daef7cc66055557256dcb
Cr-Commit-Position: refs/heads/master@{#293897}

Powered by Google App Engine
This is Rietveld 408576698