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
This commit is contained in:
henrika@google.com 2011-05-31 10:06:26 +00:00
parent 2178f6e2ce
commit 37e4eb99fa

2
DEPS
View File

@ -1,7 +1,7 @@
vars = { vars = {
"webrtc_trunk" : "https://webrtc.googlecode.com/svn/trunk", "webrtc_trunk" : "https://webrtc.googlecode.com/svn/trunk",
"chromium_trunk" : "http://src.chromium.org/svn/trunk", "chromium_trunk" : "http://src.chromium.org/svn/trunk",
"chromium_revision": "86252", "chromium_revision": "77593",
# Use this googlecode_url variable only if there is an internal mirror for it. # Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry. # If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn", "googlecode_url": "http://%s.googlecode.com/svn",