summaryrefslogtreecommitdiff
path: root/overrides
AgeCommit message (Collapse)Author
2014-09-17webrtc/overrides: add OWNERS-file.henrike@webrtc.org
BUG=N/A R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7205 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-17Narrower include for constructormagic.h in Chromium.pbos@webrtc.org
Replacing #include of "base/basictypes.h" in overrides/webrtc/base/constructormagic.h with "base/macros.h". Our version of constructormagic.h is not meant to include the base types, only DISALLOW_COPY_AND_ASSIGN etc. This fix is also a workaround for our overrides in Chromium seemingly including the wrong things for certain webrtc targets like audio_processing, so it looks like this #include "base/basictypes.h" didn't include Chromium's base/basictypes.h but webrtc/base/basictypes.h somehow, hence DISALLOW_COPY_AND_ASSIGN wasn't defined, causing the revert in r7151. R=henrike@webrtc.org, tommi@webrtc.org BUG=3070 TEST=Chromium still builds locally with this change. Review URL: https://webrtc-codereview.appspot.com/27509004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7204 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-15Partial implementation of rtc::LogMessage in chromium overrides.glaznev@webrtc.org
rtc::LogMessage::LogToDebug used in peerconnection_jni.cc. BUG=https://crbug.com/412276 R=glaznev@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7186 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-21Rename webrtc/base's IS_ALIGNED macro to RTC_IS_ALIGNED to avoid conflict ↵henrike@webrtc.org
between webrtc/base/basictypes.h and third_party/.../vpx_codec.h. BUG=3380 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17579005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6215 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-15Fix Windows debug compile of overrides/ logging.pbos@webrtc.org
Compile error detected when trying to roll to chromium. Adding a cast of base::PlatformThread::CurrentId() to base::subtle::Atomic32 to match types in DCHECK_EQ(). See logging.cc error in: http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/19944/steps/compile%20%28with%20patch%29/logs/stdio R=mflodman@webrtc.org, perkj@webrtc.org TBR=henrike@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/17529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6173 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-13Adds a modified copy of talk/base to webrtc/base. It is the first step inhenrike@webrtc.org
migrating talk/base to webrtc/base. BUG=N/A R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17479005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6129 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-13Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..."perkj@webrtc.org
This breaks Chromium FYI builds and prevent roll of webrtc/libjingle to Chrome. http://chromegw.corp.google.com/i/chromium.webrtc.fyi/builders/Win%20Builder/builds/457 > Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. > > BUG=N/A > R=andrew@webrtc.org, wu@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/12199004 TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14479004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6116 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-12Adds a modified copy of talk/base to webrtc/base. It is the first step in ↵henrike@webrtc.org
migrating talk/base to webrtc/base. BUG=N/A R=andrew@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12199004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6107 4adac7df-926f-26a2-2b94-8c16560cd09d