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 <yujie.mao@intel.com>.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@4038 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index 6d24c2c..5d2ae89 100644
--- a/DEPS
+++ b/DEPS
@@ -10,7 +10,7 @@
# 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 @@
"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"),
},
}