aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-16 18:49:55 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-16 18:49:55 +0000
commit34a865a0385b6d5f79d177f16fa393cbbedcb844 (patch)
tree7f8c6cc9e051ba6b08144617f88cd06da585528a /DEPS
parentd402875fa50164c6533ef0f7b2098f73eb94b8a8 (diff)
downloadwebrtc-34a865a0385b6d5f79d177f16fa393cbbedcb844.tar.gz
Roll chromium_revision 288251:289723
Mainly to pick up the libvpx.gyp change in r288724 to unblock https://webrtc-codereview.appspot.com/16229005/ Overview of changes in Chrome DEPS: $ svn diff http://src.chromium.org/chrome/trunk/src/DEPS -r 288251:289723 which can be compared with the output of: $ svn cat http://webrtc.googlecode.com/svn/trunk/DEPS | grep chromium_deps | sed 's/^ *//' | sort | uniq In a WebRTC checkout, that sums up to the following relevant changes: * src/buildtools 59b932:567f0a * testing/gtest 643:692 * testing/gmock 410:485 * third_party/boringssl/src 533cbe:c3d796 * third_party/libvpx 287125:289332 * third_party/libyuv 1035:1038 * third_party/nss 287121:289430 * third_party/opus/src 256783:289085 * tools/gyp 1959:1964 BUG=2863, chromium:339647 TEST=Local testing as trybots currently cannot handle DEPS changes properly due to http://crbug.com/385594 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22119004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6913 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index d25f461764..54150ae9c4 100644
--- a/DEPS
+++ b/DEPS
@@ -13,7 +13,7 @@ vars = {
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
# chrome://version/ for revision of canary Chrome.
# http://chromium-status.appspot.com/lkgr is a last known good revision.
- "chromium_revision": "288251",
+ "chromium_revision": "289723",
# A small subset of WebKit is needed for the Android Python test framework.
"webkit_trunk": "http://src.chromium.org/blink/trunk",