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

Issue 2551803003: [Cronet] Add cronet_test_package build target (Closed)

Created:
4 years ago by pauljensen
Modified:
4 years ago
Reviewers:
jbudorick, mef
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Cronet] Add cronet_test_package build target This target packages up all that is needed to run Cronte tests. BUG=629299 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Committed: https://crrev.com/eafdede4e31382c6d80d5500416fdda967ae5b74 Cr-Commit-Position: refs/heads/master@{#439016}

Patch Set 1 #

Patch Set 2 : add assets #

Patch Set 3 : add test files #

Patch Set 4 : fixes #

Patch Set 5 : make subdirectory of cronet/ #

Total comments: 18

Patch Set 6 : address comments #

Patch Set 7 : put netty jar path in gni file #

Total comments: 4

Patch Set 8 : netty typo #

Patch Set 9 : symc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -1 line) Patch
M components/cronet/android/BUILD.gn View 1 2 3 4 5 6 7 8 7 chunks +164 lines, -0 lines 0 comments Download
M third_party/netty4/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A third_party/netty4/netty4.gni View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (11 generated)
pauljensen
Misha, PTAL, thank you!
4 years ago (2016-12-13 14:47:41 UTC) #4
mef
On 2016/12/13 14:47:41, pauljensen wrote: > Misha, PTAL, thank you! Why would we want to ...
4 years ago (2016-12-13 20:50:45 UTC) #5
pauljensen
On 2016/12/13 20:50:45, mef wrote: > Why would we want to have it packaged separately? ...
4 years ago (2016-12-14 00:54:39 UTC) #6
pauljensen
Friendly ping; be great to land this before break.
4 years ago (2016-12-14 22:25:49 UTC) #7
mef
+jbudorick to advice on referencing files from dependencies and other advanced gn magic. https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn File ...
4 years ago (2016-12-14 23:04:51 UTC) #9
pauljensen
https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn#newcode869 components/cronet/android/BUILD.gn:869: "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar", On 2016/12/14 23:04:51, mef wrote: > This seems ...
4 years ago (2016-12-15 04:08:35 UTC) #10
mef
https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn#newcode869 components/cronet/android/BUILD.gn:869: "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar", On 2016/12/15 04:08:34, pauljensen wrote: > On 2016/12/14 ...
4 years ago (2016-12-15 18:06:34 UTC) #11
jbudorick
https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn#newcode869 components/cronet/android/BUILD.gn:869: "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar", On 2016/12/15 04:08:34, pauljensen wrote: > On 2016/12/14 ...
4 years ago (2016-12-15 18:19:34 UTC) #12
pauljensen
https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/80001/components/cronet/android/BUILD.gn#newcode869 components/cronet/android/BUILD.gn:869: "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar", On 2016/12/15 18:19:34, jbudorick wrote: > On 2016/12/15 ...
4 years ago (2016-12-15 19:12:52 UTC) #13
mef
This lgtm, but if @FileArg can simplify it, then I'm all for it (I can't ...
4 years ago (2016-12-15 19:22:27 UTC) #14
pauljensen
https://codereview.chromium.org/2551803003/diff/120001/third_party/netty4/netty4.gni File third_party/netty4/netty4.gni (right): https://codereview.chromium.org/2551803003/diff/120001/third_party/netty4/netty4.gni#newcode5 third_party/netty4/netty4.gni:5: # Defines location of nett4 jar file. On 2016/12/15 ...
4 years ago (2016-12-15 19:25:53 UTC) #15
jbudorick
On 2016/12/15 19:22:27, mef wrote: > This lgtm, but if @FileArg can simplify it, then ...
4 years ago (2016-12-15 19:26:27 UTC) #16
jbudorick
https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn#newcode861 components/cronet/android/BUILD.gn:861: sources = [ So you *could* do this with ...
4 years ago (2016-12-15 19:59:32 UTC) #17
pauljensen
https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn File components/cronet/android/BUILD.gn (right): https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn#newcode861 components/cronet/android/BUILD.gn:861: sources = [ On 2016/12/15 19:59:32, jbudorick wrote: > ...
4 years ago (2016-12-15 20:58:09 UTC) #18
pauljensen
On 2016/12/15 20:58:09, pauljensen wrote: > https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn > File components/cronet/android/BUILD.gn (right): > > https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn#newcode861 > ...
4 years ago (2016-12-15 22:36:37 UTC) #19
mef
On 2016/12/15 22:36:37, pauljensen wrote: > On 2016/12/15 20:58:09, pauljensen wrote: > > > https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn ...
4 years ago (2016-12-15 22:39:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551803003/140001
4 years ago (2016-12-15 23:21:23 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/123927) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-12-15 23:25:06 UTC) #24
jbudorick
On 2016/12/15 20:58:09, pauljensen wrote: > https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn > File components/cronet/android/BUILD.gn (right): > > https://codereview.chromium.org/2551803003/diff/120001/components/cronet/android/BUILD.gn#newcode861 > ...
4 years ago (2016-12-15 23:54:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2551803003/160001
4 years ago (2016-12-16 00:27:47 UTC) #28
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years ago (2016-12-16 04:11:13 UTC) #31
commit-bot: I haz the power
4 years ago (2016-12-16 04:16:42 UTC) #33
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/eafdede4e31382c6d80d5500416fdda967ae5b74
Cr-Commit-Position: refs/heads/master@{#439016}

Powered by Google App Engine
This is Rietveld 408576698