From 8c2e78b2de9c02f23a7f6dc15d5aedd5ecfa84a7 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Wed, 15 May 2013 22:50:23 +0000 Subject: [PATCH] Roll chromium_revision 193311:199267 This will fix static libraries will not be copied to product out dir issue on x86 Android Remove third_party/WebKit/Tools/Scripts since it will not be used. BUG=webrtc:1690 TEST=Trybots passing R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1457004 Patch from Jeremy Mao . git-svn-id: http://webrtc.googlecode.com/svn/trunk@4038 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 6d24c2ca59..5d2ae894da 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "193311", + "chromium_revision": "199267", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed. @@ -112,9 +112,6 @@ deps_os = { "third_party/android_testrunner": Var("chromium_trunk") + "/src/third_party/android_testrunner@" + Var("chromium_revision"), - - "third_party/WebKit/Tools/Scripts": - From("chromium_deps", "src/third_party/WebKit/Tools/Scripts"), }, }