From c70b2f9a5462dea885b09b485319d787a452c2ca Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Sat, 21 Jun 2014 19:54:15 +0000 Subject: [PATCH] Add third_party/colorama to DEPS In the chromium_revision DEPS roll CL https://review.webrtc.org/12729004/ (r6516) the addition of the third_party/colorama was missed since our trybots currently cannot handle DEPS changes in tryjob patches properly. Adding third_party/colorama/src fixes the Android build. TEST=Passing local compile with GYP_DEFINES="OS=android component=static_library fastbuild=1 target_arch=arm" TBR=andrew@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/12819004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6517 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEPS b/DEPS index 8312828f85..f4beffd1f4 100644 --- a/DEPS +++ b/DEPS @@ -51,6 +51,9 @@ deps = { "third_party/clang_format/script": From("chromium_deps", "src/third_party/clang_format/script"), + "third_party/colorama/src": + From("chromium_deps", "src/third_party/colorama/src"), + "third_party/expat": Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"),