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
This commit is contained in:
kjellander@webrtc.org 2014-06-21 19:54:15 +00:00
parent 27ab19d9b4
commit c70b2f9a54

3
DEPS
View File

@ -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"),