14681 Commits

Author SHA1 Message Date
zhihuang
ebbe4f2ed5 Set the preferred DSCP value for Rtp data channel to be DSCP_AF41.
BUG=b/31996729

Review-Url: https://codereview.webrtc.org/2539813003
Cr-Commit-Position: refs/heads/master@{#15449}
2016-12-06 18:45:47 +00:00
buildbot
66f99a4b8e Roll chromium_revision d8bf23963e..3cd4e5505f (436579:436604)
Change log: d8bf23963e..3cd4e5505f
Full diff: d8bf23963e..3cd4e5505f

Changed dependencies:
* src/third_party/catapult: 287f4bd6af..6f82f49c5a
DEPS diff: d8bf23963e..3cd4e5505f/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2554703003
Cr-Commit-Position: refs/heads/master@{#15448}
2016-12-06 16:11:30 +00:00
sprang
6d314c7a88 Reject XR TargetBitrate items with unsupported layer indices
Specifically, reject any bitrate allocated for a layer not representable
by the BitrateAllocation struct.

BUG=chromium:671312

Review-Url: https://codereview.webrtc.org/2549233005
Cr-Commit-Position: refs/heads/master@{#15447}
2016-12-06 14:09:00 +00:00
buildbot
99cc10ff40 Roll chromium_revision 092e72e03b..d8bf23963e (436556:436579)
Change log: 092e72e03b..d8bf23963e
Full diff: 092e72e03b..d8bf23963e

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2554793003
Cr-Commit-Position: refs/heads/master@{#15446}
2016-12-06 13:39:34 +00:00
hta
9aa96889a3 Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ )
Reason for revert:
Fixed timeouts in slow tests

Original issue's description:
> Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ )
>
> Reason for revert:
> Failures on the Linux Memcheck bot
>
> Original issue's description:
> > This approach passes packetization mode to the encoder as part of
> > a cricket::VideoCodec structure, rather than as part of struct VideoCodecH264 inside webrtc::VideoCodec.
> >
> > BUG=600254
> >
> > Committed: https://crrev.com/e59647b991f61cf1cf61b020356705e6c0f81257
> > Cr-Commit-Position: refs/heads/master@{#15437}
>
> TBR=hbos@webrtc.org,sprang@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=600254
>
> Committed: https://crrev.com/243a0a7a7fd6b5da1e32df31f1bfbb6a68dc09f3
> Cr-Commit-Position: refs/heads/master@{#15441}

TBR=hbos@webrtc.org,sprang@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=600254

Review-Url: https://codereview.webrtc.org/2558463002
Cr-Commit-Position: refs/heads/master@{#15445}
2016-12-06 13:36:13 +00:00
denicija
28c2487c85 Add unit tests for avfoundation format mapper functions.
The CL fixes adds tests that fully test the functions that manipulate the cricket::VideoFormat<->AVCaptureDeviceFormat
relation.

BUG=webrtc:6680

Review-Url: https://codereview.webrtc.org/2526813002
Cr-Commit-Position: refs/heads/master@{#15444}
2016-12-06 13:22:53 +00:00
magjed
768c64877e Move /webrtc/api/android files to /webrtc/sdk/android
I decided to make one webrtc/sdk/android/BUILD.gn for both tests and Java/jni src.

External dependencies needs to be updated after this CL.

Future work is required to clean up the Android api and move
implementation details to /webrtc/sdk/android/src.

BUG=webrtc:5882,webrtc:6804
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2547483003
Cr-Commit-Position: refs/heads/master@{#15443}
2016-12-06 12:29:45 +00:00
henrik.lundin
45bb5130b0 Reland of APM: Change 3 UMA metrics to fewer but linearly distributed buckets (patchset #1 id:1 of https://codereview.webrtc.org/2548333002/ )
Reason for revert:
The downstream problem is now fixed, and this should be good to land again.

Original issue's description:
> Revert of APM: Change 3 UMA metrics to fewer but linearly distributed buckets (patchset #2 id:20001 of https://codereview.webrtc.org/2547593002/ )
>
> Reason for revert:
> Breaks down-stream dependencies.
>
> Original issue's description:
> > APM: Change 3 UMA metrics to fewer but linearly distributed buckets
> >
> > In this change WebRTC.Audio.ApmCaptureInputLevel{Average,Peak} are
> > changed to 64 buckets, while WebRTC.Audio.AgcLevel is changed to 50
> > buckets. All three are changed to have linear spacing between buckets.
> >
> > Also, the metrics are renamed to avoid stats conflicts because of different bucket schemes:
> > - WebRTC.Audio.AgcLevel -> WebRTC.Audio.AgcSetLevel
> > - WebRTC.Audio.ApmCaptureInputLevelAverage -> WebRTC.Audio.ApmCaptureInputLevelAverageRms
> > - WebRTC.Audio.ApmCaptureInputLevelPeakRms -> WebRTC.Audio.ApmCaptureInputLevelPeakRms
> >
> > BUG=webrtc:6622
> > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng
> >
> > Committed: https://crrev.com/49715fe3be17d8579586d5bc954d626126d53415
> > Cr-Commit-Position: refs/heads/master@{#15418}
>
> TBR=peah@webrtc.org,rkaplow@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6622
>
> Committed: https://crrev.com/63407a9b6ae6f3fc096e01d64e46c6d21d86b517
> Cr-Commit-Position: refs/heads/master@{#15420}

TBR=peah@webrtc.org,rkaplow@chromium.org
BUG=webrtc:6622
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng

Review-Url: https://codereview.webrtc.org/2551863003
Cr-Commit-Position: refs/heads/master@{#15442}
2016-12-06 12:28:10 +00:00
hta
243a0a7a7f Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ )
Reason for revert:
Failures on the Linux Memcheck bot

Original issue's description:
> This approach passes packetization mode to the encoder as part of
> a cricket::VideoCodec structure, rather than as part of struct VideoCodecH264 inside webrtc::VideoCodec.
>
> BUG=600254
>
> Committed: https://crrev.com/e59647b991f61cf1cf61b020356705e6c0f81257
> Cr-Commit-Position: refs/heads/master@{#15437}

TBR=hbos@webrtc.org,sprang@webrtc.org,mflodman@webrtc.org,magjed@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=600254

Review-Url: https://codereview.webrtc.org/2558453002
Cr-Commit-Position: refs/heads/master@{#15441}
2016-12-06 12:22:05 +00:00
peah
dbc960c045 The level controller complexity tests have lately been
flaky, with many false results and with a huge
variance.

This CL addresses that by changing the way the
API call durations are measured, using a warmup
period and a longer interval for computing the
timing estimates.

Furthermore, this CL reduces the number of tests
to compensate for the fact that the tests now are
more expensive, as well as to reduce the number
of regressions further.

BUG=webrtc:6614,webrtc:6685,666725

Review-Url: https://codereview.webrtc.org/2549403002
Cr-Commit-Position: refs/heads/master@{#15440}
2016-12-06 12:11:29 +00:00
henrik.lundin
c9badd52c8 Add comment to metrics.h
BUG=None
NOTRY=True
TBR=rkaplow@chromium.org,asapersson@webrtc.org

Review-Url: https://codereview.webrtc.org/2557693002
Cr-Commit-Position: refs/heads/master@{#15439}
2016-12-06 11:59:08 +00:00
kwiberg
68d3213313 RTPPayloadRegistry: Stop using the rate to keep track of receive codecs
It's not used for anything.

BUG=webrtc:5805

Review-Url: https://codereview.webrtc.org/2516213002
Cr-Commit-Position: refs/heads/master@{#15438}
2016-12-06 11:52:26 +00:00
hta
e59647b991 This approach passes packetization mode to the encoder as part of
a cricket::VideoCodec structure, rather than as part of struct VideoCodecH264 inside webrtc::VideoCodec.

BUG=600254

Review-Url: https://codereview.webrtc.org/2528343002
Cr-Commit-Position: refs/heads/master@{#15437}
2016-12-06 10:22:54 +00:00
buildbot
5f0ddf2a4e Roll chromium_revision 4f26eb8a56..092e72e03b (436542:436556)
Change log: 4f26eb8a56..092e72e03b
Full diff: 4f26eb8a56..092e72e03b

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2559433002
Cr-Commit-Position: refs/heads/master@{#15436}
2016-12-06 10:21:29 +00:00
brandtr
406616fc6c Fix spelling mistake in rtp_rtcp.h.
BUG=None
R=danilchap@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2552153003
Cr-Commit-Position: refs/heads/master@{#15435}
2016-12-06 09:40:26 +00:00
buildbot
6612cb75f8 Roll chromium_revision c4e9c3c5de..4f26eb8a56 (436513:436542)
Change log: c4e9c3c5de..4f26eb8a56
Full diff: c4e9c3c5de..4f26eb8a56

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2552613006
Cr-Commit-Position: refs/heads/master@{#15434}
2016-12-06 07:49:46 +00:00
kjellander
7439f973f7 Split targets mixing .c and .cc sources.
The Bazel build format doesn't support having separate
lists of compilation flags for C and C++; it just has a single
copts list for cc_library:
https://bazel.build/versions/master/docs/be/c-cpp.html#cc_binary.copts

This makes it hard to convert our GN targets to Bazel when there are
compiler warnings that aren't supported for C (like -Woverloaded-virtual
being added in bugs.webrtc.org/6653).

The solution for this is to move all .c files to their own targets
and remove C++-only compiler flags during conversion.

New targets:
//webrtc/common_audio:common_audio_c
//webrtc/common_audio:common_audio_neon_c
//webrtc/modules/audio_coding:g711_c
//webrtc/modules/audio_coding:g722_c
//webrtc/modules/audio_coding:ilbc_c
//webrtc/modules/audio_coding:isac_c
//webrtc/modules/audio_coding:isac_fix_c
//webrtc/modules/audio_coding:isac_test_util
//webrtc/modules/audio_coding:pcm16b_c
//webrtc/modules/audio_coding:webrtc_opusj_c
//webrtc/modules/audio_device:mac_portaudio
//webrtc/modules/audio_procssing:audio_processing_c
//webrtc/modules/audio_procssing:audio_processing_neon_c

This CL also adds a PRESUBMIT.py check that will throw an error
if targets are mixing .c and .cc files, to preven this from regressing.

BUG=webrtc:6653
NOTRY=True

Review-Url: https://codereview.webrtc.org/2550563003
Cr-Commit-Position: refs/heads/master@{#15433}
2016-12-06 06:47:52 +00:00
buildbot
5f7a9dc1c8 Roll chromium_revision c9600cd059..c4e9c3c5de (436473:436513)
Change log: c9600cd059..c4e9c3c5de
Full diff: c9600cd059..c4e9c3c5de

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2550093003
Cr-Commit-Position: refs/heads/master@{#15432}
2016-12-06 04:08:23 +00:00
buildbot
ea7a33d5e2 Roll chromium_revision f5e72ebfb7..c9600cd059 (436420:436473)
Change log: f5e72ebfb7..c9600cd059
Full diff: f5e72ebfb7..c9600cd059

Changed dependencies:
* src/third_party/catapult: 355ca2541b..287f4bd6af
DEPS diff: f5e72ebfb7..c9600cd059/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2557603002
Cr-Commit-Position: refs/heads/master@{#15431}
2016-12-06 01:09:42 +00:00
buildbot
548d321edc Roll chromium_revision 1376f2e121..f5e72ebfb7 (436364:436420)
Change log: 1376f2e121..f5e72ebfb7
Full diff: 1376f2e121..f5e72ebfb7

Changed dependencies:
* src/third_party/catapult: 750e652668..355ca2541b
* src/third_party/ffmpeg: 7e5307d753..16cdcb08bb
DEPS diff: 1376f2e121..f5e72ebfb7/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2553893002
Cr-Commit-Position: refs/heads/master@{#15430}
2016-12-05 22:39:51 +00:00
haysc
c9f95005f2 Expose audio_jitter_buffer_fast_accelerate config to objc wrapper
NOTRY=True
BUG=webrtc:6827

Review-Url: https://codereview.webrtc.org/2556553002
Cr-Commit-Position: refs/heads/master@{#15429}
2016-12-05 22:24:41 +00:00
kthelgason
5fe4d496c0 Remove unsupported mac framework target.
We don't have a use case for it and have no reason to
support it.

BUG=webrtc:6706

Review-Url: https://codereview.webrtc.org/2543723004
Cr-Commit-Position: refs/heads/master@{#15428}
2016-12-05 19:27:36 +00:00
buildbot
61a2af35ee Roll chromium_revision d43cbc46d5..1376f2e121 (436297:436364)
Change log: d43cbc46d5..1376f2e121
Full diff: d43cbc46d5..1376f2e121

Changed dependencies:
* src/buildtools: 102c16366d..64e38f0ceb
* src/third_party/catapult: 627b0d9726..750e652668
DEPS diff: d43cbc46d5..1376f2e121/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2554603002
Cr-Commit-Position: refs/heads/master@{#15427}
2016-12-05 19:11:09 +00:00
henrik.lundin
bd681b9758 AGC: Route clipping parameter from webrtc::Config to AGC
This change enables experimentation with the clipping minimum level
parameter in the gain control.

BUG=webrtc:6622
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng

Review-Url: https://codereview.webrtc.org/2543753006
Cr-Commit-Position: refs/heads/master@{#15426}
2016-12-05 17:08:46 +00:00
stefan
db752f9b37 Revert "Revert of Use different restrictions of acked bitrate lag depending on operating point. (patchset #3 id:40001 of https://codereview.webrtc.org/2542083003/ )"
This reverts commit 2e59a02dd49c122a0e848baaebb7a38faf20dec4.

BUG=webrtc:5079

Review-Url: https://codereview.webrtc.org/2553613002
Cr-Commit-Position: refs/heads/master@{#15425}
2016-12-05 16:23:48 +00:00
buildbot
53e09800f4 Roll chromium_revision 49f56a2e7b..d43cbc46d5 (436268:436297)
Change log: 49f56a2e7b..d43cbc46d5
Full diff: 49f56a2e7b..d43cbc46d5

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2552763002
Cr-Commit-Position: refs/heads/master@{#15424}
2016-12-05 16:08:48 +00:00
ehmaldonado
37535bfb7f Refactor fileutils.cc/h and fileutils_unittests.cc into their own targets.
This will allow for custom implementations downstream.

R=kjellander@webrtc.org, phoglund@webrtc.org
BUG=webrtc:6727

Review-Url: https://codereview.webrtc.org/2548713003
Cr-Commit-Position: refs/heads/master@{#15423}
2016-12-05 14:42:51 +00:00
kjellander
1d08100b9e Use RTC_DISALLOW_COPY_AND_ASSIGN in webrtc/base/sigslottester.h
It was incorrectly using a older version of the macro, which
wasn't discovered since the code wasn't built in WebRTC until now.

I moved webrtc/base/sigslottester.h from rtc_unittests into
rtc_base_test_utils instead to make it more usable.

BUG=webrtc:6821

Review-Url: https://codereview.webrtc.org/2551813002
Cr-Commit-Position: refs/heads/master@{#15422}
2016-12-05 14:14:34 +00:00
brandtr
d654a9b6f0 Reduce number of FlexFEC VideoSendStreamTests and lower packet loss.
The intention is to make the tests less flaky.

BUG=webrtc:6744

Review-Url: https://codereview.webrtc.org/2552713002
Cr-Commit-Position: refs/heads/master@{#15421}
2016-12-05 13:38:27 +00:00
henrik.lundin
63407a9b6a Revert of APM: Change 3 UMA metrics to fewer but linearly distributed buckets (patchset #2 id:20001 of https://codereview.webrtc.org/2547593002/ )
Reason for revert:
Breaks down-stream dependencies.

Original issue's description:
> APM: Change 3 UMA metrics to fewer but linearly distributed buckets
>
> In this change WebRTC.Audio.ApmCaptureInputLevel{Average,Peak} are
> changed to 64 buckets, while WebRTC.Audio.AgcLevel is changed to 50
> buckets. All three are changed to have linear spacing between buckets.
>
> Also, the metrics are renamed to avoid stats conflicts because of different bucket schemes:
> - WebRTC.Audio.AgcLevel -> WebRTC.Audio.AgcSetLevel
> - WebRTC.Audio.ApmCaptureInputLevelAverage -> WebRTC.Audio.ApmCaptureInputLevelAverageRms
> - WebRTC.Audio.ApmCaptureInputLevelPeakRms -> WebRTC.Audio.ApmCaptureInputLevelPeakRms
>
> BUG=webrtc:6622
> CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng
>
> Committed: https://crrev.com/49715fe3be17d8579586d5bc954d626126d53415
> Cr-Commit-Position: refs/heads/master@{#15418}

TBR=peah@webrtc.org,rkaplow@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:6622

Review-Url: https://codereview.webrtc.org/2548333002
Cr-Commit-Position: refs/heads/master@{#15420}
2016-12-05 13:11:36 +00:00
buildbot
dbf729cd9c Roll chromium_revision a253a1bb31..49f56a2e7b (436254:436268)
Change log: a253a1bb31..49f56a2e7b
Full diff: a253a1bb31..49f56a2e7b

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2548273003
Cr-Commit-Position: refs/heads/master@{#15419}
2016-12-05 13:08:05 +00:00
henrik.lundin
49715fe3be APM: Change 3 UMA metrics to fewer but linearly distributed buckets
In this change WebRTC.Audio.ApmCaptureInputLevel{Average,Peak} are
changed to 64 buckets, while WebRTC.Audio.AgcLevel is changed to 50
buckets. All three are changed to have linear spacing between buckets.

Also, the metrics are renamed to avoid stats conflicts because of different bucket schemes:
- WebRTC.Audio.AgcLevel -> WebRTC.Audio.AgcSetLevel
- WebRTC.Audio.ApmCaptureInputLevelAverage -> WebRTC.Audio.ApmCaptureInputLevelAverageRms
- WebRTC.Audio.ApmCaptureInputLevelPeakRms -> WebRTC.Audio.ApmCaptureInputLevelPeakRms

BUG=webrtc:6622
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng

Review-Url: https://codereview.webrtc.org/2547593002
Cr-Commit-Position: refs/heads/master@{#15418}
2016-12-05 12:13:05 +00:00
nisse
fa07b910a9 Delete unused spreadsort implementation.
BUG=None

Review-Url: https://codereview.webrtc.org/2546863003
Cr-Commit-Position: refs/heads/master@{#15417}
2016-12-05 11:03:26 +00:00
buildbot
29c9dda0f4 Roll chromium_revision 60f4f97afb..a253a1bb31 (436236:436254)
Change log: 60f4f97afb..a253a1bb31
Full diff: 60f4f97afb..a253a1bb31

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2549073002
Cr-Commit-Position: refs/heads/master@{#15416}
2016-12-05 10:54:47 +00:00
danilchap
e545e5d062 RtpPacketizer::NextPacket fills RtpPacket instead of just payload.
This push decision if Marker bit should be set into packetizers fixing
issue where returned last_packet flag was ambiguous for some VP9 packets.

Added test for VP9 where last_packet != marker_bit

BUG=webrtc:6723

Review-Url: https://codereview.webrtc.org/2522553002
Cr-Commit-Position: refs/heads/master@{#15415}
2016-12-05 10:26:53 +00:00
henrik.lundin
f00082da37 Move WEBRTC_VOICE_ENGINE_TYPING_DETECTION to transmit_mixer.h
BUG=webrtc:6506
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng;master.tryserver.chromium.mac:mac_chromium_rel_ng,ios-device;master.tryserver.chromium.win:win_chromium_rel_ng;master.tryserver.chromium.android:android_compile_dbg,linux_android_rel_ng

Review-Url: https://codereview.webrtc.org/2544123003
Cr-Commit-Position: refs/heads/master@{#15414}
2016-12-05 10:22:18 +00:00
aleloi
6321b49a0d Move functionality out from AudioFrame and into AudioFrameOperations.
This CL is in preparation to move the AudioFrame into webrtc/api. The
AudioFrame is a POD type used for representing 10ms of audio. It
appears as a parameter and return value of interfaces being migrated
to webrtc/api, in particular AudioMixer.

Here, methods operator+=, operator>>=, Mute are
moved into a new target webrtc/audio/utility/audio_frame_operations,
and dependencies are changed to use
the new versions. The old AudioFrame methods are marked deprecated.

The audio frame utilities in webrtc/modules/utility:audio_frame_operations
are also moved to the new location.

TBR=kjellander@webrtc.org
BUG=webrtc:6548
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2424173003
Cr-Commit-Position: refs/heads/master@{#15413}
2016-12-05 09:46:20 +00:00
buildbot
bd9bdf6140 Roll chromium_revision b5ed348a58..60f4f97afb (436228:436236)
Change log: b5ed348a58..60f4f97afb
Full diff: b5ed348a58..60f4f97afb

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2551783002
Cr-Commit-Position: refs/heads/master@{#15412}
2016-12-05 07:08:49 +00:00
buildbot
deb1f8abaf Roll chromium_revision cfcd3337a6..b5ed348a58 (436209:436228)
Change log: cfcd3337a6..b5ed348a58
Full diff: cfcd3337a6..b5ed348a58

No dependencies changed.
Clang version changed 287780:288545
Details: cfcd3337a6..b5ed348a58/tools/clang/scripts/update.py

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2550073002
Cr-Commit-Position: refs/heads/master@{#15411}
2016-12-05 04:13:11 +00:00
buildbot
280be7dd08 Roll chromium_revision 5f3032e780..cfcd3337a6 (436201:436209)
Change log: 5f3032e780..cfcd3337a6
Full diff: 5f3032e780..cfcd3337a6

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2546313002
Cr-Commit-Position: refs/heads/master@{#15410}
2016-12-05 01:09:24 +00:00
buildbot
595d15c021 Roll chromium_revision dfb4c71778..5f3032e780 (436198:436201)
Change log: dfb4c71778..5f3032e780
Full diff: dfb4c71778..5f3032e780

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2547363002
Cr-Commit-Position: refs/heads/master@{#15409}
2016-12-04 22:06:29 +00:00
buildbot
a887f7ce2b Roll chromium_revision b0dfc121a4..dfb4c71778 (436194:436198)
Change log: b0dfc121a4..dfb4c71778
Full diff: b0dfc121a4..dfb4c71778

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2550053002
Cr-Commit-Position: refs/heads/master@{#15408}
2016-12-04 19:18:22 +00:00
buildbot
347908fc39 Roll chromium_revision 0740b0dfd2..b0dfc121a4 (436192:436194)
Change log: 0740b0dfd2..b0dfc121a4
Full diff: 0740b0dfd2..b0dfc121a4

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2548203002
Cr-Commit-Position: refs/heads/master@{#15407}
2016-12-04 16:05:58 +00:00
buildbot
a99e52f36e Roll chromium_revision 5bbd80fb56..0740b0dfd2 (436191:436192)
Change log: 5bbd80fb56..0740b0dfd2
Full diff: 5bbd80fb56..0740b0dfd2

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2548183002
Cr-Commit-Position: refs/heads/master@{#15406}
2016-12-04 13:11:59 +00:00
buildbot
d3b79f511e Roll chromium_revision 62ef852f1d..5bbd80fb56 (436188:436191)
Change log: 62ef852f1d..5bbd80fb56
Full diff: 62ef852f1d..5bbd80fb56

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2547343002
Cr-Commit-Position: refs/heads/master@{#15405}
2016-12-04 10:15:43 +00:00
buildbot
6b5789cbbb Roll chromium_revision 4c53995f0b..62ef852f1d (436184:436188)
Change log: 4c53995f0b..62ef852f1d
Full diff: 4c53995f0b..62ef852f1d

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2548983002
Cr-Commit-Position: refs/heads/master@{#15404}
2016-12-04 07:05:14 +00:00
buildbot
aa5c7b9674 Roll chromium_revision 1b019f5fd3..4c53995f0b (436175:436184)
Change log: 1b019f5fd3..4c53995f0b
Full diff: 1b019f5fd3..4c53995f0b

Changed dependencies:
* src/third_party/catapult: ca719be61d..627b0d9726
DEPS diff: 1b019f5fd3..4c53995f0b/DEPS

No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2552573002
Cr-Commit-Position: refs/heads/master@{#15403}
2016-12-04 04:07:44 +00:00
buildbot
c46e0b7b6e Roll chromium_revision 8cbbe0ffc3..1b019f5fd3 (436165:436175)
Change log: 8cbbe0ffc3..1b019f5fd3
Full diff: 8cbbe0ffc3..1b019f5fd3

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2552523003
Cr-Commit-Position: refs/heads/master@{#15402}
2016-12-03 22:05:48 +00:00
buildbot
c191bd3804 Roll chromium_revision 0a4f767df7..8cbbe0ffc3 (436162:436165)
Change log: 0a4f767df7..8cbbe0ffc3
Full diff: 0a4f767df7..8cbbe0ffc3

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2535723012
Cr-Commit-Position: refs/heads/master@{#15401}
2016-12-03 07:08:08 +00:00
buildbot
7ba6e029a8 Roll chromium_revision 64637ac52e..0a4f767df7 (436108:436162)
Change log: 64637ac52e..0a4f767df7
Full diff: 64637ac52e..0a4f767df7

No dependencies changed.
No update to Clang.

TBR=
BUG=None

Review-Url: https://codereview.webrtc.org/2545233002
Cr-Commit-Position: refs/heads/master@{#15400}
2016-12-03 04:07:01 +00:00