From 59343ee3d8c755069384f563a1394d01e68bd35b Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 29 Apr 2014 09:36:40 +0000 Subject: Roll chromium_revision 260462:266514 Unfortunately needs to introduce yet another workaround script for the Visual Studio toolchain download. This will resolve the failures with our Dr Memory Full bot (see https://code.google.com/p/chromium/issues/detail?id=366637#c2 for details). Long term, I'm considering a better approach than using the added gclient solution pointing at svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/drmemory/drmemory.DEPS i.e. add an entry that we roll separately in our DEPS file instead. However, the Dr Memory team assured that changes in their reporting format like this are rare. Thanks fischman@ for the video_render.gypi fix! Thanks kma@ for the transform_neon.S fix even if it turned out not to be needed right now (probably will come back). BUG=chromium:366637 TEST=git try -t compile R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/13369007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6010 4adac7df-926f-26a2-2b94-8c16560cd09d --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5149e1c69f..b7f4e8d92c 100644 --- a/.gitignore +++ b/.gitignore @@ -53,17 +53,19 @@ /third_party/android_testrunner /third_party/android_tools /third_party/asan +/third_party/binutils /third_party/clang_format /third_party/cygwin /third_party/directxsdk /third_party/expat /third_party/gaeunit /third_party/gflags/src -/third_party/gold /third_party/google-visualization-python /third_party/icu /third_party/jsoncpp /third_party/junit +/third_party/libc++ +/third_party/libc++abi /third_party/libjingle /third_party/libjpeg /third_party/libjpeg_turbo -- cgit v1.2.3