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

Unified Diff: bootstrap/deps.pyl

Issue 1200843003: Added virtualenv for depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Rebase Created 5 years, 6 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 | « bootstrap/bootstrap.py ('k') | bootstrap/util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/deps.pyl
diff --git a/bootstrap/deps.pyl b/bootstrap/deps.pyl
new file mode 100644
index 0000000000000000000000000000000000000000..c6236d48ea2175cb30a317ac077db6c379b37102
--- /dev/null
+++ b/bootstrap/deps.pyl
@@ -0,0 +1,15 @@
+#vim: ft=python:
+{
+ 'wheel': {
+ 'version': '0.24.0',
+ 'build': '0',
+ 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
+ },
+
+ 'protobuf': {
+ 'version': '2.6.0',
+ 'build': '0',
+ 'repo': 'external/github.com/google/protobuf',
+ 'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8',
+ },
+}
« no previous file with comments | « bootstrap/bootstrap.py ('k') | bootstrap/util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698