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

Issue 1089143002: Make the Android GN debug component build actually build. (Closed)

Created:
5 years, 8 months ago by Dirk Pranke
Modified:
5 years, 8 months ago
Reviewers:
cjhopman, brettw
CC:
chromium-reviews, darin-cc_chromium.org, erikwright+watch_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make the Android GN debug component build actually build. Changes required: - fold //base/third_party/nspr/prtime.cc into base - fixed a compile error causing issues in media_blink_unittests - fixed various missing dependencies - disabled chrome_sync_shell_test_apk which needs some more work Note that this does not mean that things run. I expect they don't :). R=cjhopman@chromium.org BUG=359249 Committed: https://crrev.com/49d4d4d45b373b0d43514e6769f870c2a3b77099 Cr-Commit-Position: refs/heads/master@{#325568}

Patch Set 1 #

Patch Set 2 : fix remaining issues w/ building all in android shared debug #

Patch Set 3 : add bug # #

Patch Set 4 : add better comments about why components_{browser,unit}tests are disabled #

Total comments: 7

Patch Set 5 : fix components_unittests, components_browsertests #

Patch Set 6 : fix extra whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -48 lines) Patch
M base/BUILD.gn View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
D base/third_party/nspr/BUILD.gn View 1 2 3 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 3 4 2 chunks +30 lines, -21 lines 0 comments Download
M chrome/test/android/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 4 chunks +11 lines, -3 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M media/blink/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M media/blink/key_system_config_selector_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (5 generated)
Dirk Pranke
This is a work-in-progress. With it, content_shell_apk, chrome_shell_apk, and 'gn_all' should all build, but there ...
5 years, 8 months ago (2015-04-15 03:17:06 UTC) #1
Dirk Pranke
Please take a look. I don't think this is quite ready to land yet, as ...
5 years, 8 months ago (2015-04-16 02:57:44 UTC) #3
cjhopman
https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn#oldcode1310 base/BUILD.gn:1310: "//base/third_party/nspr", I think that this line is actually the ...
5 years, 8 months ago (2015-04-16 19:02:18 UTC) #4
cjhopman
https://codereview.chromium.org/1089143002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1089143002/diff/60001/BUILD.gn#newcode234 BUILD.gn:234: # compiling //components/proximity_auth/cryptauth for these, I think that there's ...
5 years, 8 months ago (2015-04-16 19:13:21 UTC) #5
Dirk Pranke
https://codereview.chromium.org/1089143002/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/1089143002/diff/60001/BUILD.gn#newcode234 BUILD.gn:234: # compiling //components/proximity_auth/cryptauth On 2015/04/16 19:13:21, cjhopman wrote: > ...
5 years, 8 months ago (2015-04-16 20:31:52 UTC) #6
cjhopman
https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn#oldcode1310 base/BUILD.gn:1310: "//base/third_party/nspr", On 2015/04/16 20:31:52, Dirk Pranke wrote: > On ...
5 years, 8 months ago (2015-04-16 20:50:33 UTC) #7
Dirk Pranke
https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn#oldcode1310 base/BUILD.gn:1310: "//base/third_party/nspr", On 2015/04/16 20:50:33, cjhopman wrote: > On 2015/04/16 ...
5 years, 8 months ago (2015-04-16 20:59:32 UTC) #8
cjhopman
https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/1089143002/diff/60001/base/BUILD.gn#oldcode1310 base/BUILD.gn:1310: "//base/third_party/nspr", On 2015/04/16 20:59:32, Dirk Pranke wrote: > On ...
5 years, 8 months ago (2015-04-16 21:03:48 UTC) #9
Dirk Pranke
On 2015/04/16 21:03:48, cjhopman wrote: > It seemed that you were unsure why it was ...
5 years, 8 months ago (2015-04-16 21:05:45 UTC) #10
Dirk Pranke
Okay, I think this is ready for review / landing.
5 years, 8 months ago (2015-04-16 23:28:25 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1089143002/80001
5 years, 8 months ago (2015-04-16 23:33:34 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1089143002/100001
5 years, 8 months ago (2015-04-16 23:35:34 UTC) #15
cjhopman
lgtm
5 years, 8 months ago (2015-04-16 23:51:08 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 8 months ago (2015-04-17 00:27:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1089143002/100001
5 years, 8 months ago (2015-04-17 00:31:25 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 8 months ago (2015-04-17 00:35:22 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-17 00:36:25 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/49d4d4d45b373b0d43514e6769f870c2a3b77099
Cr-Commit-Position: refs/heads/master@{#325568}

Powered by Google App Engine
This is Rietveld 408576698