|
|
DescriptionCreated new target unit_tests in //media/formats.
Created unit_tests target in //media/formats/BUILD.gn and moved the
respective unit_test changes from //media/BUILD.gn to
//media/formats/BUILD.gn.
BUG=613033
R=jrummell@chromium.org, xhwang@chromium.org
Review-Url: https://codereview.chromium.org/2888523002
Cr-Commit-Position: refs/heads/master@{#474743}
Committed: https://chromium.googlesource.com/chromium/src/+/b0fc11f9713bc1e54f94a2f23690cfc565f73ea0
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Added config to remove warning from size_t to int conversion in Win64 #
Total comments: 5
Patch Set 4 : Added unittest component visibility #
Depends on Patchset: Messages
Total messages: 29 (18 generated)
a.suchit@chromium.org changed reviewers: + a.suchit@chromium.org
On 2017/05/16 12:02:45, a.suchit2 wrote: This patch also working fine on Linux. Needs to check on other systems using buildbots. It can be checked only after first patch is landed.
Description was changed from ========== Created new target unit_tests in //media/formats. Created unit_tests target in //media/formats/BUILD.gn and moved the respective unit_test changes from //media/BUILD.gn to //media/formats/BUILD.gn. BUG=613033 R=jrummell@chromium.org, xhwang@chromium.org ========== to ========== Created new target unit_tests in //media/formats. Created unit_tests target in //media/formats/BUILD.gn and moved the respective unit_test changes from //media/BUILD.gn to //media/formats/BUILD.gn. BUG=613033 R=jrummell@chromium.org, xhwang@chromium.org ==========
a.suchit@chromium.org changed reviewers: + dalecurtis@chromium.org
The CQ bit was checked by a.suchit@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by a.suchit@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Please review. Thanks https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn File media/formats/BUILD.gn (right): https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn#... media/formats/BUILD.gn:151: testonly = true Should it have visibility ? visibility = [ "//media/*" ]
https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn File media/formats/BUILD.gn (right): https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn#... media/formats/BUILD.gn:151: testonly = true On 2017/05/24 at 10:11:42, a.suchit2 wrote: > Should it have visibility ? > > visibility = [ "//media/*" ] Yes I think so; does that fail right now?
https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn File media/formats/BUILD.gn (right): https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn#... media/formats/BUILD.gn:151: testonly = true On 2017/05/24 18:04:27, DaleCurtis wrote: > On 2017/05/24 at 10:11:42, a.suchit2 wrote: > > Should it have visibility ? > > > > visibility = [ "//media/*" ] > > Yes I think so; does that fail right now? It would not fail after adding visibility Because it is used in media only.
https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn File media/formats/BUILD.gn (right): https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn#... media/formats/BUILD.gn:151: testonly = true On 2017/05/24 at 23:47:47, a.suchit2 wrote: > On 2017/05/24 18:04:27, DaleCurtis wrote: > > On 2017/05/24 at 10:11:42, a.suchit2 wrote: > > > Should it have visibility ? > > > > > > visibility = [ "//media/*" ] > > > > Yes I think so; does that fail right now? > > It would not fail after adding visibility Because it is used in media only. Okay, lets add it then.
The CQ bit was checked by a.suchit@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn File media/formats/BUILD.gn (right): https://codereview.chromium.org/2888523002/diff/40001/media/formats/BUILD.gn#... media/formats/BUILD.gn:151: testonly = true On 2017/05/25 00:29:45, DaleCurtis wrote: > On 2017/05/24 at 23:47:47, a.suchit2 wrote: > > On 2017/05/24 18:04:27, DaleCurtis wrote: > > > On 2017/05/24 at 10:11:42, a.suchit2 wrote: > > > > Should it have visibility ? > > > > > > > > visibility = [ "//media/*" ] > > > > > > Yes I think so; does that fail right now? > > > > It would not fail after adding visibility Because it is used in media only. > > Okay, lets add it then. Done.
lgtm
The CQ bit was checked by a.suchit@chromium.org
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 60001, "attempt_start_ts": 1495739417289490, "parent_rev": "f349c9b994da59b72249f082fd8de5b7a5856e01", "commit_rev": "b0fc11f9713bc1e54f94a2f23690cfc565f73ea0"}
Message was sent while issue was closed.
Description was changed from ========== Created new target unit_tests in //media/formats. Created unit_tests target in //media/formats/BUILD.gn and moved the respective unit_test changes from //media/BUILD.gn to //media/formats/BUILD.gn. BUG=613033 R=jrummell@chromium.org, xhwang@chromium.org ========== to ========== Created new target unit_tests in //media/formats. Created unit_tests target in //media/formats/BUILD.gn and moved the respective unit_test changes from //media/BUILD.gn to //media/formats/BUILD.gn. BUG=613033 R=jrummell@chromium.org, xhwang@chromium.org Review-Url: https://codereview.chromium.org/2888523002 Cr-Commit-Position: refs/heads/master@{#474743} Committed: https://chromium.googlesource.com/chromium/src/+/b0fc11f9713bc1e54f94a2f23690... ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/b0fc11f9713bc1e54f94a2f23690...
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2967543004/ by paulmiller@chromium.org. The reason for reverting is: broke official builds: https://crbug.com/737857 tried to fix here: https://codereview.chromium.org/2966573002/ but that's turning out to be complicated. |