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

Issue 386473002: Add dexing for libraries and apks (Closed)

Created:
6 years, 5 months ago by cjhopman
Modified:
6 years, 4 months ago
Reviewers:
brettw, newt (away)
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn-apk-first
Project:
chromium
Visibility:
Public.

Description

Add dexing for libraries and apks Apks need to get the paths to all the dependent library dex files to merge into the final classes.dex file for the apk. Depends on http://crrev.com/379333003 BUG=359249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286345

Patch Set 1 : #

Patch Set 2 : s/inputs/sources, s/source_prereqs/inputs #

Total comments: 6

Patch Set 3 : Rebase #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -16 lines) Patch
M build/android/gyp/dex.py View 4 chunks +19 lines, -1 line 0 comments Download
M build/android/gyp/write_build_config.py View 1 2 3 5 chunks +12 lines, -2 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 chunks +45 lines, -2 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 4 4 chunks +23 lines, -11 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
cjhopman
ajwong: * Not sure if you wanted to review changes around here or not.
6 years, 5 months ago (2014-07-12 00:04:29 UTC) #1
awong
FYI...I'm out for the next 2 weeks. Probably better to hit jamesr or brettw. On ...
6 years, 5 months ago (2014-07-12 05:48:49 UTC) #2
cjhopman
newt: *
6 years, 5 months ago (2014-07-18 00:58:26 UTC) #3
newt (away)
lgtm with two nits and a question https://codereview.chromium.org/386473002/diff/80001/build/android/gyp/write_build_config.py File build/android/gyp/write_build_config.py (right): https://codereview.chromium.org/386473002/diff/80001/build/android/gyp/write_build_config.py#newcode158 build/android/gyp/write_build_config.py:158: dex_deps_files.reverse() I'm ...
6 years, 5 months ago (2014-07-18 21:19:19 UTC) #4
cjhopman
https://codereview.chromium.org/386473002/diff/80001/build/android/gyp/write_build_config.py File build/android/gyp/write_build_config.py (right): https://codereview.chromium.org/386473002/diff/80001/build/android/gyp/write_build_config.py#newcode158 build/android/gyp/write_build_config.py:158: dex_deps_files.reverse() On 2014/07/18 21:19:18, newt wrote: > I'm guessing ...
6 years, 4 months ago (2014-07-28 21:58:52 UTC) #5
cjhopman
brettw for OWNERS
6 years, 4 months ago (2014-07-28 21:59:08 UTC) #6
brettw
lgtm https://codereview.chromium.org/386473002/diff/120001/build/config/android/rules.gni File build/config/android/rules.gni (right): https://codereview.chromium.org/386473002/diff/120001/build/config/android/rules.gni#newcode557 build/config/android/rules.gni:557: args = ["--inputs=@FileArg(${rebased_build_config}:apk_dex:dependency_dex_files)"] Can you put the string ...
6 years, 4 months ago (2014-07-28 22:22:45 UTC) #7
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 4 months ago (2014-07-29 21:02:15 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/386473002/140001
6 years, 4 months ago (2014-07-29 21:04:51 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 23:53:12 UTC) #10
Message was sent while issue was closed.
Change committed as 286345

Powered by Google App Engine
This is Rietveld 408576698