15113 Commits

Author SHA1 Message Date
buildbot
ce722b3bb8 Roll chromium_revision 47eb4d6194..f58d96c9f3 (441086:441094)
Change log: 47eb4d6194..f58d96c9f3
Full diff: 47eb4d6194..f58d96c9f3

Changed dependencies:
* src/third_party: b9996477ff..013beefb1a
DEPS diff: 47eb4d6194..f58d96c9f3/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2609143002
Cr-Commit-Position: refs/heads/master@{#15881}
2017-01-03 08:34:19 +00:00
buildbot
0178954cb5 Roll chromium_revision 106ba1c439..47eb4d6194 (441080:441086)
Change log: 106ba1c439..47eb4d6194
Full diff: 106ba1c439..47eb4d6194

Changed dependencies:
* src/third_party: 39eb6a88cc..b9996477ff
DEPS diff: 106ba1c439..47eb4d6194/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603203004
Cr-Commit-Position: refs/heads/master@{#15880}
2017-01-03 04:46:13 +00:00
buildbot
64170dc11c Roll chromium_revision 39702ec482..106ba1c439 (441079:441080)
Change log: 39702ec482..106ba1c439
Full diff: 39702ec482..106ba1c439

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2609123002
Cr-Commit-Position: refs/heads/master@{#15879}
2017-01-03 01:51:11 +00:00
buildbot
be4f0125df Roll chromium_revision 61be4cf001..39702ec482 (441076:441079)
Change log: 61be4cf001..39702ec482
Full diff: 61be4cf001..39702ec482

Changed dependencies:
* src/third_party: 47ac2747ee..39eb6a88cc
DEPS diff: 61be4cf001..39702ec482/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610553004
Cr-Commit-Position: refs/heads/master@{#15878}
2017-01-02 23:43:45 +00:00
terelius
7946b546db Revert of Added first layer of the echo canceller 3 functionality (patchset #13 id:240001 of https://codereview.webrtc.org/2584493002/ )
Reason for revert:
Memcheck buildbot detected memory leaks in the death tests. The code looks fine to me, but please investigate what causes the error and reland.

Original issue's description:
> Added first layer of the echo canceller 3 functionality.
>
> This CL adds the first layer of the echo canceller 3.
> All of the code is as it should, apart from
> block_processor.* which only contains placeholder
> functionality. (Upcoming CLs will add proper
> functionality into those files.)
>
>
>
> BUG=webrtc:6018
>
> Review-Url: https://codereview.webrtc.org/2584493002
> Cr-Commit-Position: refs/heads/master@{#15861}
> Committed: 38fd1758e9

TBR=ivoc@webrtc.org,aleloi@webrtc.org,henrik.lundin@webrtc.org,peah@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:6018

Review-Url: https://codereview.webrtc.org/2603293002
Cr-Commit-Position: refs/heads/master@{#15877}
2017-01-02 21:44:49 +00:00
buildbot
33985e125b Roll chromium_revision 51e54fdf0e..61be4cf001 (441070:441076)
Change log: 51e54fdf0e..61be4cf001
Full diff: 51e54fdf0e..61be4cf001

Changed dependencies:
* src/third_party: 4d2bd80a38..47ac2747ee
* src/tools: 819af205e7..3197fa64d3
DEPS diff: 51e54fdf0e..61be4cf001/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2609823002
Cr-Commit-Position: refs/heads/master@{#15876}
2017-01-02 20:07:31 +00:00
hbos
b4e426e8db RTCIceCandidateStats.transportId added and collected.
BUG=webrtc:6756, chromium:632723, chromium:627816

Review-Url: https://codereview.webrtc.org/2597963002
Cr-Commit-Position: refs/heads/master@{#15875}
2017-01-02 17:59:31 +00:00
buildbot
d25f79eb83 Roll chromium_revision 1186149ec7..51e54fdf0e (441062:441070)
Change log: 1186149ec7..51e54fdf0e
Full diff: 1186149ec7..51e54fdf0e

Changed dependencies:
* src/third_party: 109700219f..4d2bd80a38
DEPS diff: 1186149ec7..51e54fdf0e/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610553003
Cr-Commit-Position: refs/heads/master@{#15874}
2017-01-02 17:26:58 +00:00
pbos
c7c26a0e64 Reland of place basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2603203003/ )
Reason for revert:
Doing a reland where systeminfo.cc includes basictypes.h so that CPU_X86 etc. are defined when they are checked/used.

Original issue's description:
> Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ )
>
> Reason for revert:
> Very likely cause of Chromium import bot breakage (unused function '__cpuid'), TBD why.
>
> Original issue's description:
> > Replace basictypes.h with stdint.h for int_t types.
> >
> > Removes basictypes.h for types that only makes use of it for fixed-size-int
> > typedefs and replaces it with stdint.h.
> >
> > BUG=webrtc:6853
> > R=tommi@webrtc.org
> >
> > Review-Url: https://codereview.webrtc.org/2604043002
> > Cr-Commit-Position: refs/heads/master@{#15867}
> > Committed: 7fd1a75300
>
> TBR=tommi@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6853
>
> Review-Url: https://codereview.webrtc.org/2603203003
> Cr-Commit-Position: refs/heads/master@{#15869}
> Committed: 7eb0e23bcf

BUG=webrtc:6853
TBR=tommi@webrtc.org

Review-Url: https://codereview.webrtc.org/2609783002
Cr-Commit-Position: refs/heads/master@{#15873}
2017-01-02 16:42:32 +00:00
hbos
6769c49418 RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added.
Recently added to the spec:
RTCRTPStreamStats.qpSum - https://w3c.github.io/webrtc-stats/#dom-rtcrtpstreamstats-qpsum
RTCInboundRTPStreamStats.framesDecoded - https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-framesdecoded
RTCOutboundRTPStreamStats.framesEncoded - https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-framesencoded

These are added and collected. However, the qpSum is only collected in
the outbound case. It should be collected in the inbound case before
closing crbug.com/657855

BUG=chromium:657854, chromium:657855, chromium:657856

Review-Url: https://codereview.webrtc.org/2588373005
Cr-Commit-Position: refs/heads/master@{#15872}
2017-01-02 16:35:13 +00:00
hbos
d17a5a7709 RTCIceCandidateStats.deleted = false added.
Since previously, only the deleted = false case is supported, but now
that stat is added. It's a recent addition to the spec:
https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-deleted

BUG=webrtc:6756, chromium:632723, chromium:627816

Review-Url: https://codereview.webrtc.org/2591963003
Cr-Commit-Position: refs/heads/master@{#15871}
2017-01-02 16:09:59 +00:00
hbos
06495bcbb7 RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated.
State and priority added to ConnectionInfo. The Connection::State enum
is replaced by IceCandidatePairState enum class.

At P2PTransportChannel::GetStats, Connection::stats is called, producing
ConnectionInfo for the connection that is then filled in with additional
values from the Connection. This is refactored so that all values are
set by Connection::stats.

RTCStatsCollector is updated to surface the ConnectionInfo stats.

BUG=webrtc:6755, chromium:633550, chromium:627816

Review-Url: https://codereview.webrtc.org/2597423003
Cr-Commit-Position: refs/heads/master@{#15870}
2017-01-02 16:08:18 +00:00
pbos
7eb0e23bcf Revert of Replace basictypes.h with stdint.h for int_t types. (patchset #1 id:1 of https://codereview.webrtc.org/2604043002/ )
Reason for revert:
Very likely cause of Chromium import bot breakage (unused function '__cpuid'), TBD why.

Original issue's description:
> Replace basictypes.h with stdint.h for int_t types.
>
> Removes basictypes.h for types that only makes use of it for fixed-size-int
> typedefs and replaces it with stdint.h.
>
> BUG=webrtc:6853
> R=tommi@webrtc.org
>
> Review-Url: https://codereview.webrtc.org/2604043002
> Cr-Commit-Position: refs/heads/master@{#15867}
> Committed: 7fd1a75300

TBR=tommi@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:6853

Review-Url: https://codereview.webrtc.org/2603203003
Cr-Commit-Position: refs/heads/master@{#15869}
2017-01-02 15:32:25 +00:00
ossu
cafb497cc1 Limit NetEqImpl::ExtractPackets to returning one CNG packet
BUG=chromium:668834

Review-Url: https://codereview.webrtc.org/2609043002
Cr-Commit-Position: refs/heads/master@{#15868}
2017-01-02 15:00:50 +00:00
pbos
7fd1a75300 Replace basictypes.h with stdint.h for int_t types.
Removes basictypes.h for types that only makes use of it for fixed-size-int
typedefs and replaces it with stdint.h.

BUG=webrtc:6853
R=tommi@webrtc.org

Review-Url: https://codereview.webrtc.org/2604043002
Cr-Commit-Position: refs/heads/master@{#15867}
2017-01-02 14:58:46 +00:00
hbos
23351197fb Improve rtcstats_integrationtest.cc by sanity checking values.
TestMemberIsPositive and TestMemberIsNonNegative added and used in test.

BUG=chromium:627816

Review-Url: https://codereview.webrtc.org/2593623002
Cr-Commit-Position: refs/heads/master@{#15866}
2017-01-02 14:52:19 +00:00
pbos
9baddf25b9 Replace basictypes.h with stddef.h for size_t.
Files only making use of size_t from basictypes.h are replaced with
stddef.h, except in cases where they already for instance use stdio.h or
stdlib.h that already provide size_t.

BUG=webrtc:6853
R=tommi@webrtc.org

Review-Url: https://codereview.webrtc.org/2605123002
Cr-Commit-Position: refs/heads/master@{#15865}
2017-01-02 14:44:41 +00:00
buildbot
bad48f6d72 Roll chromium_revision 2c2151e575..1186149ec7 (441052:441062)
Change log: 2c2151e575..1186149ec7
Full diff: 2c2151e575..1186149ec7

Changed dependencies:
* src/third_party: cb1bf68f80..109700219f
* src/tools: bf7eaeae94..819af205e7
DEPS diff: 2c2151e575..1186149ec7/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603233002
Cr-Commit-Position: refs/heads/master@{#15864}
2017-01-02 14:31:10 +00:00
hbos
c3a2b7f487 RTCIceCandidateStats.isRemote added and collected.
This was added to the spec: https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-isremote

BUG=webrtc:6756, chromium:632723, chromium:627816

Review-Url: https://codereview.webrtc.org/2595003003
Cr-Commit-Position: refs/heads/master@{#15863}
2017-01-02 12:46:15 +00:00
hbos
f415f8ae73 Removed RTCStatsCollector::ProducePartialResultsOnWorkerThread.
No stats are collected by it, remove to reduce unnecessary thread hops.

BUG=webrtc:6875, chromium:627816

Review-Url: https://codereview.webrtc.org/2583193002
Cr-Commit-Position: refs/heads/master@{#15862}
2017-01-02 12:28:51 +00:00
peah
38fd1758e9 Added first layer of the echo canceller 3 functionality.
This CL adds the first layer of the echo canceller 3.
All of the code is as it should, apart from
block_processor.* which only contains placeholder
functionality. (Upcoming CLs will add proper
functionality into those files.)

BUG=webrtc:6018

Review-Url: https://codereview.webrtc.org/2584493002
Cr-Commit-Position: refs/heads/master@{#15861}
2017-01-02 11:13:38 +00:00
buildbot
f709e56b4a Roll chromium_revision 57c478d214..2c2151e575 (441049:441052)
Change log: 57c478d214..2c2151e575
Full diff: 57c478d214..2c2151e575

Changed dependencies:
* src/third_party: d5fd253cad..cb1bf68f80
DEPS diff: 57c478d214..2c2151e575/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610543002
Cr-Commit-Position: refs/heads/master@{#15860}
2017-01-02 10:32:52 +00:00
brandtr
20d4547e5d Make VideoSendStreamTest.DoesNotUtilizeUlpfecForH264WithNackEnabled useful again.
This test was inadvertently made useless in https://codereview.webrtc.org/2558303002/.
Prior to that CL, at least 100 media packets -- but no ULPFEC packets -- had to
be sent before the test claimed that ULPFEC was not utilized. This CL reinstates
that behaviour, but instead of counting packets we expect the test to time out
when ULPFEC should not be utilized.

This solution is simple in code, but increases the test duration from 70 ms
to 10000 ms. Note, however, that the 70 ms duration was for a test that didn't
test anything interesting...

TESTED=Using gtest-parallel locally: 2000 test runs without flakes.
BUG=webrtc:6851

Review-Url: https://codereview.webrtc.org/2592693002
Cr-Commit-Position: refs/heads/master@{#15859}
2017-01-02 08:34:27 +00:00
buildbot
a82775f6a6 Roll chromium_revision bf2de97090..57c478d214 (441048:441049)
Change log: bf2de97090..57c478d214
Full diff: bf2de97090..57c478d214

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2611503002
Cr-Commit-Position: refs/heads/master@{#15858}
2017-01-02 04:33:03 +00:00
buildbot
62da53c826 Roll chromium_revision d631e7f1a2..bf2de97090 (441047:441048)
Change log: d631e7f1a2..bf2de97090
Full diff: d631e7f1a2..bf2de97090

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610483002
Cr-Commit-Position: refs/heads/master@{#15857}
2017-01-01 19:49:54 +00:00
buildbot
bdb394b83a Roll chromium_revision bb5405a103..d631e7f1a2 (441045:441047)
Change log: bb5405a103..d631e7f1a2
Full diff: bb5405a103..d631e7f1a2

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2608083002
Cr-Commit-Position: refs/heads/master@{#15856}
2017-01-01 10:47:32 +00:00
buildbot
11ea6a549e Roll chromium_revision 5832046132..bb5405a103 (441044:441045)
Change log: 5832046132..bb5405a103
Full diff: 5832046132..bb5405a103

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603133003
Cr-Commit-Position: refs/heads/master@{#15855}
2017-01-01 07:55:48 +00:00
buildbot
07fbb2bc94 Roll chromium_revision 6261f75b17..5832046132 (441041:441044)
Change log: 6261f75b17..5832046132
Full diff: 6261f75b17..5832046132

Changed dependencies:
* src/third_party: 08823a2fab..d5fd253cad
DEPS diff: 6261f75b17..5832046132/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2606203002
Cr-Commit-Position: refs/heads/master@{#15854}
2016-12-31 22:33:27 +00:00
buildbot
90c49be242 Roll chromium_revision 9d1a058155..6261f75b17 (441040:441041)
Change log: 9d1a058155..6261f75b17
Full diff: 9d1a058155..6261f75b17

Changed dependencies:
* src/third_party: e783b51db2..08823a2fab
DEPS diff: 9d1a058155..6261f75b17/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603133002
Cr-Commit-Position: refs/heads/master@{#15853}
2016-12-31 16:55:14 +00:00
buildbot
5ad6661fc7 Roll chromium_revision 80f909297c..9d1a058155 (441039:441040)
Change log: 80f909297c..9d1a058155
Full diff: 80f909297c..9d1a058155

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610453002
Cr-Commit-Position: refs/heads/master@{#15852}
2016-12-31 10:28:53 +00:00
buildbot
b722c21da1 Roll chromium_revision 348c51fab2..80f909297c (441038:441039)
Change log: 348c51fab2..80f909297c
Full diff: 348c51fab2..80f909297c

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2610443002
Cr-Commit-Position: refs/heads/master@{#15851}
2016-12-31 08:01:57 +00:00
buildbot
3a97f6f2c2 Roll chromium_revision d9ca5ed0df..348c51fab2 (441037:441038)
Change log: d9ca5ed0df..348c51fab2
Full diff: d9ca5ed0df..348c51fab2

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2608063002
Cr-Commit-Position: refs/heads/master@{#15850}
2016-12-31 01:30:31 +00:00
buildbot
4f76578dd2 Roll chromium_revision 4f83f72d6b..d9ca5ed0df (441035:441037)
Change log: 4f83f72d6b..d9ca5ed0df
Full diff: 4f83f72d6b..d9ca5ed0df

Changed dependencies:
* src/third_party: 89ad63ae6e..e783b51db2
DEPS diff: 4f83f72d6b..d9ca5ed0df/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2607263002
Cr-Commit-Position: refs/heads/master@{#15849}
2016-12-30 22:42:55 +00:00
buildbot
adc81755b2 Roll chromium_revision c87b0238a2..4f83f72d6b (441031:441035)
Change log: c87b0238a2..4f83f72d6b
Full diff: c87b0238a2..4f83f72d6b

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2608053002
Cr-Commit-Position: refs/heads/master@{#15848}
2016-12-30 19:37:32 +00:00
buildbot
0aef319224 Roll chromium_revision f20d7c954a..c87b0238a2 (441027:441031)
Change log: f20d7c954a..c87b0238a2
Full diff: f20d7c954a..c87b0238a2

Changed dependencies:
* src/third_party: e57a700823..89ad63ae6e
DEPS diff: f20d7c954a..c87b0238a2/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603103002
Cr-Commit-Position: refs/heads/master@{#15847}
2016-12-30 16:39:17 +00:00
buildbot
c40080e495 Roll chromium_revision a26950fe56..f20d7c954a (441023:441027)
Change log: a26950fe56..f20d7c954a
Full diff: a26950fe56..f20d7c954a

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2606173002
Cr-Commit-Position: refs/heads/master@{#15846}
2016-12-30 13:59:55 +00:00
buildbot
a7fae08f6a Roll chromium_revision 8c4020bee5..a26950fe56 (441019:441023)
Change log: 8c4020bee5..a26950fe56
Full diff: 8c4020bee5..a26950fe56

Changed dependencies:
* src/base: 8b1d340405..0a830d49ce
* src/testing: 4259f2b197..54b5e1ed55
DEPS diff: 8c4020bee5..a26950fe56/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2603073002
Cr-Commit-Position: refs/heads/master@{#15845}
2016-12-30 10:47:40 +00:00
buildbot
d9c6861a4c Roll chromium_revision 5eb4901df3..8c4020bee5 (441015:441019)
Change log: 5eb4901df3..8c4020bee5
Full diff: 5eb4901df3..8c4020bee5

Changed dependencies:
* src/third_party: 38b98b7711..e57a700823
DEPS diff: 5eb4901df3..8c4020bee5/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2608873002
Cr-Commit-Position: refs/heads/master@{#15844}
2016-12-30 09:15:50 +00:00
mbonadei
f3f30c7705 Removing entries from exec_script_whitelist
These entries are not using exec_script anymore so we can enforce the
check and remove them from the whitelist.

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2598403002
Cr-Commit-Position: refs/heads/master@{#15843}
2016-12-30 09:04:34 +00:00
Henrik Kjellander
f81d8efb24 Promote iOS Simulator 9.0 bot to main waterfall.
Rename existing iOS Simulator bots to match the new one.
Buildbot changes: https://chromium-review.googlesource.com/423055

BUG=chromium:677385
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2601353003 .
Cr-Commit-Position: refs/heads/master@{#15842}
2016-12-30 07:26:24 +00:00
buildbot
1a3f88ad52 Roll chromium_revision 213b78a67f..5eb4901df3 (441010:441015)
Change log: 213b78a67f..5eb4901df3
Full diff: 213b78a67f..5eb4901df3

Changed dependencies:
* src/third_party: 03c6900a85..38b98b7711
DEPS diff: 213b78a67f..5eb4901df3/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2609533005
Cr-Commit-Position: refs/heads/master@{#15841}
2016-12-30 04:45:03 +00:00
buildbot
6cd4853dc6 Roll chromium_revision ba78b86d7b..213b78a67f (440987:441010)
Change log: ba78b86d7b..213b78a67f
Full diff: ba78b86d7b..213b78a67f

Changed dependencies:
* src/third_party: fa94208a30..03c6900a85
DEPS diff: ba78b86d7b..213b78a67f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2607953003
Cr-Commit-Position: refs/heads/master@{#15840}
2016-12-30 01:58:17 +00:00
buildbot
80f49c3958 Roll chromium_revision 889401456c..ba78b86d7b (440974:440987)
Change log: 889401456c..ba78b86d7b
Full diff: 889401456c..ba78b86d7b

Changed dependencies:
* src/third_party: 90a325da81..fa94208a30
* src/third_party/catapult: 1e8a2ca77b..9ddf24882e
* src/tools: b3b5539ff9..bf7eaeae94
DEPS diff: 889401456c..ba78b86d7b/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2609603002
Cr-Commit-Position: refs/heads/master@{#15839}
2016-12-29 22:38:19 +00:00
kjellander
957c1817b0 MB: Enable optimize_for_fuzzing=true for libfuzzer builds.
Build with this enabled since that's what Chromium bots do:
https://cs.chromium.org/chromium/src/build/config/compiler/BUILD.gn?rcl=0&l=89

BUG=chromium:677261
R=pbos@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2604003002
Cr-Commit-Position: refs/heads/master@{#15838}
2016-12-29 20:25:53 +00:00
Henrik Kjellander
81fa52ff44 Change iOS Simulator bot to 32-bit and iPhone 5.
Before promoting it to the main waterfall I thought it made
sense to ensure it works for a phone that actually is 32-bit
(iPhone 6s isn't). It also makes more sense to run the older
iOS version (9) on the older phone.

BUG=chromium:677385
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2604203002 .
Cr-Commit-Position: refs/heads/master@{#15837}
2016-12-29 20:01:38 +00:00
buildbot
f2e540de7a Roll chromium_revision 311f7c0a14..889401456c (440956:440974)
Change log: 311f7c0a14..889401456c
Full diff: 311f7c0a14..889401456c

Changed dependencies:
* src/base: b836f50b91..8b1d340405
* src/third_party: c2c7ec811d..90a325da81
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/48e2be247a..a81967b47c
DEPS diff: 311f7c0a14..889401456c/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2605143003
Cr-Commit-Position: refs/heads/master@{#15836}
2016-12-29 19:44:51 +00:00
buildbot
f138bdf696 Roll chromium_revision 3616a4304d..311f7c0a14 (440951:440956)
Change log: 3616a4304d..311f7c0a14
Full diff: 3616a4304d..311f7c0a14

Changed dependencies:
* src/third_party: e47f28474d..c2c7ec811d
DEPS diff: 3616a4304d..311f7c0a14/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2608743002
Cr-Commit-Position: refs/heads/master@{#15835}
2016-12-29 16:37:22 +00:00
buildbot
ff8f7a18e1 Roll chromium_revision a5af993161..3616a4304d (440948:440951)
Change log: a5af993161..3616a4304d
Full diff: a5af993161..3616a4304d

Changed dependencies:
* src/third_party: be3fb40a63..e47f28474d
* src/tools: 7a9e8bf542..b3b5539ff9
DEPS diff: a5af993161..3616a4304d/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2601103004
Cr-Commit-Position: refs/heads/master@{#15834}
2016-12-29 13:29:55 +00:00
Henrik Kjellander
12166898d9 Rename iOS JSON file.
The currently checked in file from
https://codereview.webrtc.org/2604153002/ contained a
whitespace in the filename.

BUG=chromium:677385
TBR=ehmaldonado@webrtc.org

Review-Url: https://codereview.webrtc.org/2602053002 .
Cr-Commit-Position: refs/heads/master@{#15833}
2016-12-29 13:00:23 +00:00
mbonadei
f423593f55 Reland of Refactor webrtc/modules/desktop_capture for GN check
Reason for revert:
Trying to reland this CL.

Original issue's description:
> Revert of Refactor webrtc/modules/desktop_capture for GN check (patchset #1 id:1 of https://codereview.webrtc.org/2593713002/ )
>
> Reason for revert:
> Apparently breaks Chromium compile for unknown reason:
> https://build.chromium.org/p/chromium.webrtc.fyi/builders/Linux%20Builder/builds/12314
>
> Original issue's description:
> > Refactor webrtc/modules/desktop_capture for GN check
> >
> > This moves some GN check configurations out of .gn to individual
> > targets.
> >
> > The now checked target is:
> > "//webrtc/modules/desktop_capture/*"
> >
> > BUG=webrtc:6828
> > NOTRY=True
> >
> > Review-Url: https://codereview.webrtc.org/2593713002
> > Cr-Commit-Position: refs/heads/master@{#15725}
> > Committed: 70870b9211
>
> TBR=sergeyu@chromium.org,mbonadei@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6828
>
> Review-Url: https://codereview.webrtc.org/2597923002
> Cr-Commit-Position: refs/heads/master@{#15750}
> Committed: d943c48454

TBR=sergeyu@chromium.org,kjellander@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:6828

Review-Url: https://codereview.webrtc.org/2609523002
Cr-Commit-Position: refs/heads/master@{#15832}
2016-12-29 11:35:56 +00:00