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

Unified Diff: DEPS

Issue 12426021: Reland "Add chromite and pyelftools to DEPS file." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 903dbe533e438881d56377085b78b5af947b2140..539aa89b061b52d790498212173093d8fedf05cb 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" +
+ "@1d8a25be640e27cbac454995239cd71f34b5f613",
+
+ # 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