summaryrefslogtreecommitdiff
path: root/webrtc.gyp
AgeCommit message (Collapse)Author
2014-09-10Put base tests in webrtc_tests.gyphenrike@webrtc.org
BUG=N/A R=andrew@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14249004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7140 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-02Create a copy of talk/xmllite under webrtc/xmllite.henrike@webrtc.org
BUG=3379 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22249004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7027 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-09-01Android APK tests built from a normal WebRTC checkout.kjellander@webrtc.org
Restructure how the Android APK tests are compiled now that we have a Chromium checkout available (since r6938). This removes the need of several hacks that were needed when building these targets from inside a Chromium checkout. By creating a symlink to Chromium's base we can compile the required targets. This also removes the need of the previously precompiled binaries we keep in /deps/tools/android at Google code. All the user needs to do is to add the target_os = ["android"] entry to his .gclient as described at https://code.google.com/p/chromium/wiki/AndroidBuildInstructions Before committing this CL, the Android APK buildbots will need to be updated. This also solves http://crbug.com/402594 since the apply_svn_patch.py usage will be similar to the other standalone bots. It also solves http://crbug.com/399297 BUG=chromium:399297, chromium:402594 TESTED=Locally compiled all APK targets by running: GYP_DEFINES="OS=android include_tests=1 enable_tracing=1" gclient runhooks ninja -C out/Release checkdeps R=henrike@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22149004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7014 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-08-26Create a copy of talk/sound under webrtc/sound.henrike@webrtc.org
BUG=3379 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22379004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6986 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-15Add ToString() to VideoSendStream::Config.pbos@webrtc.org
Adds ToString() to subsequent parts as well as a common.gyp to define ToString() methods for config.h. VideoStream is also moved to config.h. BUG=3171 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11329004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6170 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
2013-12-18Integrate fake_network_pipe into direct_transport.stefan@webrtc.org
TEST=trybots R=mflodman@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5321 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-11Add SwapFrame() to VideoSendStreamInput.pbos@webrtc.org
Optionally prevents doing a frame copy when putting frames into a VideoSendStream. PutFrame() is still there, which copies the frame. Also removes time_since_capture_ms as a parameter, since I420VideoFrame::render_time_ms() denotes when the frame was captured. BUG=2657 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5119004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5265 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-05Move implementation files out of the webrtc/ root.pbos@webrtc.org
Leaves the root for public headers. Also fixes the issue of requiring root OWNERS approval for changes in the Call implementation and adding end-to-end tests. BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5049005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5223 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-04Adds support for sending redundant payloads over RTX.stefan@webrtc.org
TEST=trybots BUG=1812 R=mflodman@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4169004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5209 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-11-20Rename RTP-extension constants.pbos@webrtc.org
BUG= R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3969004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5137 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org
BUG=2535 R=andrew@webrtc.org, mflodman@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2659004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5042 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-10Reorganize GYP targets to make webrtc.gyp more usable.kjellander@webrtc.org
When WebRTC is built as a part of Chromium, some of the stuff in webrtc.gyp will not be found. This CL fixes this. TEST=trybots passing. I also did some manual builds for Android with the android_builder_webrtc target in build/all_android.gyp of a Chromium checkout. BUG=chromium:304143 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2353004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4949 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-04Remove unused Android dummy APKkjellander@webrtc.org
This is a leftover from our initial Android efforts. It is not used anywhere and is only confusing to keep around. The Android precompiled tools in http://review.webrtc.org/2353004/ still have some use when testing Android devices on Mac, so we'll keep them around by request from henrike@ TEST=none BUG=none R=andrew@webrtc.org, henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2344008 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4927 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-23Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle ↵henrike@webrtc.org
and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle BUG=1932 TESTED=git try R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1851004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4385 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-23Revert 4382 "Makes webrtc and libjingle build from the same gyp-..."henrike@webrtc.org
Failures: breaks build bots. Will have to disable Android NDK build for libjingle. The TSAN issues are in webrtc which should be unaffected. Flakey? Here are the failing tests: http://chromegw/i/internal.client.webrtc/builders/Android%20NDK/builds/303 and http://chromegw/i/internal.client.webrtc/builders/Linux%20Tsan/builds/284 > Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle > > BUG=1932 > TESTED=git try > R=andrew@webrtc.org, fischman@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1836004 TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1834005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4383 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-23Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle ↵henrike@webrtc.org
and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. Also disables 64 bit Mac builds for libjingle BUG=1932 TESTED=git try R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1836004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4382 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-18Revert 4372 "Makes webrtc and libjingle build from the same gyp-..."henrike@webrtc.org
> Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. > > TESTED=git try > BUG=1932 > R=andrew@webrtc.org, fischman@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1804004 TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1835004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4373 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-18Makes webrtc and libjingle build from the same gyp-file. Also, the libjingle ↵henrike@webrtc.org
and webrtc DEPS revisions were mismatching. This cl takes the most recent revision of mismatches. TESTED=git try BUG=1932 R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1804004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4372 4adac7df-926f-26a2-2b94-8c16560cd09d