aboutsummaryrefslogtreecommitdiff
path: root/webrtc/base/BUILD.gn
AgeCommit message (Expand)Author
2016-01-12Make :rtc_base_approved a public dep of :rtc_base.jbroman
2016-01-09fix GN build break on native_clientGuo-wei Shieh
2015-12-28Reland 1531763006Guo-wei Shieh
2015-12-18delete basictypes.h headertfarina
2015-12-16New macro: RTC_DEPRECATED (for annotating deprecated functions)kwiberg
2015-12-14Update API for Objective-C RTCIceServerhjon
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
2015-12-08Add new view that renders local video using AVCaptureLayerPreview.haysc
2015-11-27Leaving all original files in talk/app/webrtc/objc until we can officially te...tkchin
2015-11-26Build/use constructormagic.h unconditionally.Peter Boström
2015-11-25Move Chromium logging into rtc_base_approved.Peter Boström
2015-11-24GN: Fix iOS error in audio_device and rtc_basekjellander
2015-11-23Move ThreadWrapper to ProcessThread in base.pbos
2015-11-13cleanup: get rid of basicdefs.h includetfarina
2015-11-10Rename Maybe to OptionalKarl Wiberg
2015-10-26Introduce rtc::ArrayView<T>, which keeps track of an array that it doesn't ownKarl Wiberg
2015-10-21Introduce rtc::Maybe<T>, which either contains a T or not.Karl Wiberg
2015-10-19Create network change notifier and pass the event to NetworkManagerhonghaiz
2015-10-07Get rid of SCHANNEL code.torbjorng
2015-09-30Update build files to use webrtc_overrides in Chromium instead of overrides.henrikg
2015-09-22Purge nss files and dependencies.torbjorng
2015-09-21Revert of Update build files to use webrtc_overrides in Chromium instead of o...henrikg
2015-09-21Update build files to use webrtc_overrides in Chromium instead of overrides.henrikg
2015-09-18Remove overridden basictypes.h.henrikg
2015-09-09GN: Fix iOS build.Henrik Kjellander
2015-09-05Revert of purge nss files and dependencies (patchset #1 id:1 of https://coder...deadbeef
2015-09-04purge nss files and dependenciestorbjorng
2015-09-04Remove AsyncHttpRequest, AutoPortAllocator, ConnectivityChecker, and HttpPort...Peter Thatcher
2015-09-01Fixes for PNaCl build of remoting client plugin with GN.Sergey Ulanov
2015-08-20Move SystemInfo to rtc_base_approved and delete unused code.tommi
2015-08-20Adds RTCCertificate, a reference counted object indirectly owning an SSLCerti...Henrik Boström
2015-08-19Revert of Revert "Remove CpuMonitor and related, unused, code." (patchset #1 ...tommi
2015-08-19Move scoped_ptr.h to rtc_base_approved.Tommi
2015-08-19Revert "Remove CpuMonitor and related, unused, code."Guo-wei Shieh
2015-08-18Remove CpuMonitor and related, unused, code.Tommi
2015-07-22Provides log sinks for rotating logs. Intended for use on mobile devices to r...tkchin
2015-07-14AppRTCDemo file logging.Zeke Chin
2015-06-22Add AsyncInvoker files for chromium GN buildGuo-wei Shieh
2015-05-25PRESUBMIT: Improve PyLint check and add GN format check.Henrik Kjellander
2015-05-25Move base/logging.* to rtc_base_approved.Tommi
2015-05-21Keep track of DTLS packet sizes to prevent partial reads.Joachim Bauch
2015-05-21Feature merge request:Yuriy Shevchuk
2015-05-19remove filelock which is now unusedDonald E Curtis
2015-05-18Add platform_thread source files and move types from thread_checker_impl to t...Tommi
2015-04-30Move rtc::AtomicOps to webrtc/base/atomicops.h.Peter Boström
2015-04-27Move CriticalSection into rtc_base_approved.Tommi
2015-04-22Moved ByteBuffer/BitBuffer into rtc_base_approved.Noah Richards
2015-04-22Fix CC flags in GN Windows build.Henrik Kjellander
2015-04-21Add a new BitBuffer class to webrtc base.Noah Richards
2015-04-20rtc::Buffer improvementsKarl Wiberg