tommi@webrtc.org
ded85f14ef
Enable WEBRTC_NO_TRACE for Chromium builds.
...
I'm also fixing WEBRTC_TRACE so that it won't break the build but on Linux I had to do something non traditional as is explained in the comments.
Review URL: http://webrtc-codereview.appspot.com/269012
git-svn-id: http://webrtc.googlecode.com/svn/trunk@939 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-11-14 09:39:31 +00:00
andrew@webrtc.org
cb18121990
Add an unpacker tool for audioproc debug files.
...
- It only unpacks audio data at the moment.
- Also switch to Chrome's protoc.gypi for protobuf targets. This reduces
the complexity of our targets.
Review URL: http://webrtc-codereview.appspot.com/241009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@817 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-26 00:27:17 +00:00
andrew@webrtc.org
f1a605cad6
Update DEPS to support Mac clang build.
...
Review URL: http://webrtc-codereview.appspot.com/244003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@797 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-21 15:29:16 +00:00
wu@webrtc.org
f3f2f6abdb
* Add include_internal_video_capture and include_internal_video_render to include/exclude the internal VCM and VRM.
...
* Split the WEBRTC_VIDEO_EXTERNAL_CAPTURE_AND_RENDER into WEBRTC_INCLUDE_INTERNAL_VIDEO_CAPTURE and WEBRTC_INCLUDE_INTERNAL_VIDEO_RENDER.
* Add DummyDeviceInfo for the case when WEBRTC_INCLUDE_INTERNAL_VIDEO_CAPTURE is not defined.
Review URL: http://webrtc-codereview.appspot.com/224005
git-svn-id: http://webrtc.googlecode.com/svn/trunk@778 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-19 18:42:17 +00:00
andrew@webrtc.org
7ecdf585cb
Enable chromium_code:1 in the Chrome build.
...
Review URL: http://webrtc-codereview.appspot.com/240001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@775 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-19 17:53:56 +00:00
andrew@webrtc.org
3ce62fcfe4
Move merge_libs targets to their own gyp.
...
The main reason is to depend on all ("*") targets in voice_engine.gyp and video_engine.gyp. We don't want the merge_lib targets building by default, since they do funny stuff like delete some libraries.
Review URL: http://webrtc-codereview.appspot.com/191003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@699 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-06 01:03:18 +00:00
xians@google.com
d3185fe219
refactor the gyp file to gypi file.
...
Basically, the gypi file is a copy of gyp file, but has some difference on the
path of the dependencies.
Review URL: http://webrtc-codereview.appspot.com/137020
git-svn-id: http://webrtc.googlecode.com/svn/trunk@581 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-12 12:24:39 +00:00
andrew@webrtc.org
f1f93d822e
Remove warning settings more stringent than Chromium's common.gypi.
...
Review URL: http://webrtc-codereview.appspot.com/131012
git-svn-id: http://webrtc.googlecode.com/svn/trunk@513 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-01 17:57:44 +00:00
zakkhoyt@google.com
d9e11b429e
Review URL: http://webrtc-codereview.appspot.com/137004
...
git-svn-id: http://webrtc.googlecode.com/svn/trunk@504 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-01 00:54:32 +00:00
andrew@webrtc.org
830099eba4
Add a gyp flag to disable video functionality from dependencies shared by voice and video engine.
...
Currently, this is just the utility module. It relies on the already existing WEBRTC_MODULE_UTILITY_VIDEO define.
Review URL: http://webrtc-codereview.appspot.com/133007
git-svn-id: http://webrtc.googlecode.com/svn/trunk@496 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-31 17:03:54 +00:00
stefan@webrtc.org
c9cff24ff0
Adding classes to be used for logging data within the engines and the
...
components for offline processing. Data logged with these classes can
conveniently be parsed and processed with e.g. Matlab.
Review URL: http://webrtc-codereview.appspot.com/95009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@477 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-29 07:39:02 +00:00
andrew@webrtc.org
f81f9f8c2a
Add -Werror and -Wextra to the Linux build.
...
Includes all fixes required for -Wextra.
Review URL: http://webrtc-codereview.appspot.com/117006
git-svn-id: http://webrtc.googlecode.com/svn/trunk@410 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-19 22:56:22 +00:00
xians@google.com
bf5d2ba8fb
This CL will exclude the built-in ADM when building with chromium.
...
When building with chromium, we use dummy ADM for all the platforms.
Review URL: http://webrtc-codereview.appspot.com/108001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@373 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-16 07:44:19 +00:00
andrew@webrtc.org
c68434d6a3
Add Chrome's exclusion filter to the Chrome build.
...
These filters are now defined for our standalone build; if code is to rely on them, they must also be available in the Chrome build. (Chrome only defines them for non-third-party code).
Review URL: http://webrtc-codereview.appspot.com/101003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@339 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-09 18:14:47 +00:00
ajm@google.com
8deee041b8
Enable full chromium_code warnings for all platforms.
...
This is possible now that _linux files are used strictly on Linux.
Builds on Linux/Mac/Windows.
Review URL: http://webrtc-codereview.appspot.com/89010
git-svn-id: http://webrtc.googlecode.com/svn/trunk@331 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-08 20:47:41 +00:00
ajm@google.com
81b9e2d2cc
Revert an accidental change to prefer_fixed_point.
...
Skipping pre-submit checks.
Review URL: http://webrtc-codereview.appspot.com/89009
git-svn-id: http://webrtc.googlecode.com/svn/trunk@278 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-30 01:33:22 +00:00
ajm@google.com
af61f6d4d4
Enable chromium_code==1 in a standalone build to have all the good warning settings from Chromium's common.gypi. Our third party code will still have the reduced warning settings.
...
Review URL: http://webrtc-codereview.appspot.com/89001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@268 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-28 18:23:31 +00:00
wjia@google.com
e7d0c7cb53
fix gyp when build with Chromium.
...
Review URL: http://webrtc-codereview.appspot.com/89003
git-svn-id: http://webrtc.googlecode.com/svn/trunk@242 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-22 00:49:35 +00:00
wjia@google.com
647aa16f0d
exclude pulse audio when building with Chromium.
...
BUG=none
TEST=local
Review URL: http://webrtc-codereview.appspot.com/91001
git-svn-id: http://webrtc.googlecode.com/svn/trunk@240 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-21 20:45:31 +00:00
niklase@google.com
45a7b84dd2
git-svn-id: http://webrtc.googlecode.com/svn/trunk@174 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-07 11:17:52 +00:00
niklase@google.com
470e71d364
git-svn-id: http://webrtc.googlecode.com/svn/trunk@156 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-07 08:21:25 +00:00