0

Reland "Add chromite and pyelftools to DEPS file."

Previous version was reverted because it broke check_license.py.
Relanding now that the license issues are resolved.  See
crbug.com/222615.

Used for the Simple Chrome Workflow (go/simple-chrome).  pyelftools is a
dependency of chromite.

BUG=None
TEST=trybots


Review URL: https://chromiumcodereview.appspot.com/12426021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190038 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
rcui@google.com
2013-03-23 17:26:50 +00:00
parent 379b0d60d2
commit 474a2443c4

10
DEPS

@ -560,6 +560,16 @@ deps_os = {
"src/third_party/freetype2/src":
Var("chromium_git") + "/chromium/src/third_party/freetype2.git" +
"@d699c2994ecc178c4ed05ac2086061b2034c2178",
# Build tools for targeting ChromeOS.
"src/third_party/chromite":
Var("chromiumos_git") + "/chromite.git" +
"@1d8a25be640e27cbac454995239cd71f34b5f613",
# Dependency of chromite.git.
"src/third_party/pyelftools":
Var("chromiumos_git") + "/third_party/pyelftools.git" +
"@bdc1d380acd88d4bfaf47265008091483b0d614e",
},
"android": {
"src/third_party/android_tools":