Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: DEPS

Issue 12212081: Add chromite and pyelftools to DEPS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index a4179f81ab8d3801695d35a1773cff9fd13ab278..68d44abee41d09baa825d9c37959db506479f679 100644
--- a/DEPS
+++ b/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" +
+ "@7cb5f04c5947792307c55487878f2a12bc7bfc76",
+
+ # Dependency of chromite.git.
+ "src/third_party/pyelftools":
+ Var("chromiumos_git") + "/third_party/pyelftools.git" +
+ "@bdc1d380acd88d4bfaf47265008091483b0d614e",
},
"android": {
"src/third_party/android_tools":
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698