Commit Graph

30 Commits

Author SHA1 Message Date
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
6c2d7107ae * Update to use the new libjingle release.
* Stop using any local mods for the default build (non-dev).
Review URL: http://webrtc-codereview.appspot.com/224001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@737 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-13 16:58:50 +00:00
andrew@webrtc.org
82f66a776f Return to the WebM git repository for libvpx.
This slows a warm gclient sync by about 0.3 s on my Linux machine. gclient seems to treat git tags and commit hashes identically, so the readable tag is preferred.
Review URL: http://webrtc-codereview.appspot.com/179002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@651 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-27 10:47:25 +00:00
wu@webrtc.org
cb99f78653 * Update to use libjingle r85.
* Remove (most of) local libjingle mods. Only webrtcvideoengine and webrtcvoiceengine are left now, because the refcounted module has not yet been released to libjingle, so I can't submit the changes to libjingle at the moment.
* Update the peerconnection client sample app.
Review URL: http://webrtc-codereview.appspot.com/151004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@625 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-19 21:59:33 +00:00
andrew@webrtc.org
427ee41a58 Remove unneeded webrtc_trunk variable from DEPS.
Review URL: http://webrtc-codereview.appspot.com/153004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@609 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-16 21:16:29 +00:00
andrew@webrtc.org
29f9159ad7 Use http (not https) to sync jsoncpp.
This is mainly to be consistent with the other repos, but there's also a slim chance it's triggering an issue on the buildbot
Review URL: http://webrtc-codereview.appspot.com/154005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@604 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-16 05:26:16 +00:00
wu@webrtc.org
b27f3f16b6 Update to use the new opensource jsoncpp and remove jsoncpp mods.
Review URL: http://webrtc-codereview.appspot.com/145001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@596 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-14 23:26:00 +00:00
andrew@webrtc.org
1fc632e221 Add gmock 1.6.0 to DEPS.
Review URL: http://webrtc-codereview.appspot.com/132016

git-svn-id: http://webrtc.googlecode.com/svn/trunk@587 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-12 22:41:39 +00:00
andrew@webrtc.org
6dd006e706 Replace tags with matching revision numbers in DEPS.
Using head revisions (as when tags are used) triggers a longer gclient check than with a specific rev number.

This brings a warm gclient sync on my machine from about 4.5 s to 2.5 s.
 
Review URL: http://webrtc-codereview.appspot.com/140012

git-svn-id: http://webrtc.googlecode.com/svn/trunk@586 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-12 22:38:15 +00:00
kjellander@webrtc.org
ecc43fd084 google-gflags is an open source command line parsing library for C++ that is useful for our test programs.
The GYP file and the platform specific configurations in this CL is copied from the Page Speed project (http://code.google.com/p/page-speed) that also uses this library.
Review URL: http://webrtc-codereview.appspot.com/140009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@569 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-09 13:00:24 +00:00
andrew@webrtc.org
00a3ec5f1b Roll chromium 95033:98568.
Update to current dev branch revision, to remove unneeded warning noise in the Mac clang build.
Review URL: http://webrtc-codereview.appspot.com/133015

git-svn-id: http://webrtc.googlecode.com/svn/trunk@535 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-06 15:37:20 +00:00
andrew@webrtc.org
20f74285fb Temporarily switch to Chrome's hosted libvpx copy.
Review URL: http://webrtc-codereview.appspot.com/138008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@509 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-09-01 17:09:16 +00:00
andrew@webrtc.org
aed0348e5b Roll gyp 985:1012
Fix the world rebuilding in make 3.82.
http://code.google.com/p/webrtc/issues/detail?id=62

r1012 also allows Chrome to build with Make on Mac. Haven't tested WebRTC, but it would be nice to have.
Review URL: http://webrtc-codereview.appspot.com/119005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@451 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-25 18:45:51 +00:00
holmer@google.com
7ad6d1cf27 Upgrading to libvpx 0.9.7-p1 (Cayuga)
Review URL: http://webrtc-codereview.appspot.com/91015

git-svn-id: http://webrtc.googlecode.com/svn/trunk@398 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-18 08:27:26 +00:00
andrew@webrtc.org
c4507478e0 Roll libjpeg_turbo 78340:95800
Removes compile warnings. Latest rev in Chrome.
Review URL: http://webrtc-codereview.appspot.com/108003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@362 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-14 23:27:21 +00:00
ajm@google.com
c0b63a3b66 Roll gyp 930:985 and gtest 539:573.
- gyp roll to solve: http://code.google.com/p/webrtc/issues/detail?id=32 (uses same rev as Chrome)
- gtest roll to version 1.6.0.
Review URL: http://webrtc-codereview.appspot.com/92016

git-svn-id: http://webrtc.googlecode.com/svn/trunk@328 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-08 16:10:19 +00:00
ronghuawu@google.com
35f534529b * Point the webrtc libjingle dependency to third_party_mods.
* For unchanged files, change the third_party_mods libjingle.gyp to point to the original version of libjingle.
Review URL: http://webrtc-codereview.appspot.com/89015

git-svn-id: http://webrtc.googlecode.com/svn/trunk@318 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-05 22:08:29 +00:00
ronghuawu@google.com
e256187f8b * Push the //depotGoogle/chrome/third_party/libjingle/...@38654 to svn third_party_mods\libjingle.
* Update the peerconnection sample client accordingly.
Review URL: http://webrtc-codereview.appspot.com/60008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@302 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-08-04 17:44:30 +00:00
wjia@google.com
dd8076044a several fixes for libjpeg related issues:
1. enable usage of libjpeg when libjpeg_turbo is not available;
2. remove forward declaration of some jpeg types since libjpeg and libjpeg_turbo have them defined differently;
3. pull in libjpeg code;
Review URL: http://webrtc-codereview.appspot.com/80003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@230 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-18 21:51:45 +00:00
ajm@google.com
98c5001e40 Reorganize libvpx to mimic Chromium's layout. We now sync libvpx to a subdirectory of third_party/libvpx where we've submitted our few wrapper files. This avoids having to "svn export" to the directory and allows direct committing of files.
Review URL: http://webrtc-codereview.appspot.com/64001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@186 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-09 21:16:30 +00:00
niklase@google.com
cf1648464a git-svn-id: http://webrtc.googlecode.com/svn/trunk@173 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 11:16:20 +00:00
niklase@google.com
f6d205aecb git-svn-id: http://webrtc.googlecode.com/svn/trunk@170 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 09:18:14 +00:00
niklase@google.com
2b774c73e2 git-svn-id: http://webrtc.googlecode.com/svn/trunk@159 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-07-07 08:25:57 +00:00
ajm@google.com
7c4469bf61 Revamp of audio_processing unit test to use protocol buffers. Chromium's protobuf version is synced to third_party. This isn't really needed for the unit test, but I'd like to use it soon for echo recordings, so I used this as a warm up.
Review URL: http://webrtc-codereview.appspot.com/56002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@151 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-07-06 17:45:37 +00:00
niklase@google.com
b808501c30 If this gives you problems, delete the third_party/libjingle directory and sync again
Review URL: http://webrtc-codereview.appspot.com/22023

git-svn-id: http://webrtc.googlecode.com/svn/trunk@57 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-06-08 11:24:32 +00:00
niklase@google.com
0839478fa7 git-svn-id: http://webrtc.googlecode.com/svn/trunk@45 4adac7df-926f-26a2-2b94-8c16560cd09d 2011-06-07 09:00:54 +00:00
henrika@google.com
3ec779893b Back to chromium_revision 86252 but this time with a matching tools/gyp.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@19 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-31 10:27:37 +00:00
henrika@google.com
37e4eb99fa Reverted back to previous Chromium revision since building failed on Linux using a later revision.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@18 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-31 10:06:26 +00:00
henrika@google.com
2178f6e2ce Updated chromium_revision to 86252 to match the official Chromium revision.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@17 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-30 15:43:04 +00:00
niklase@google.com
a24fc54e85 Public launch
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-05-30 11:13:19 +00:00