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

Unified Diff: tools/autoroller/unittests/testdata/DEPS.chromium.old

Issue 2570603003: Autoroller: Support for rolling individual DEPS entries. (Closed)
Patch Set: Updated after review Created 4 years 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 | « tools/autoroller/unittests/testdata/DEPS.chromium.new ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/autoroller/unittests/testdata/DEPS.chromium.old
diff --git a/tools/autoroller/unittests/testdata/DEPS.chromium.old b/tools/autoroller/unittests/testdata/DEPS.chromium.old
new file mode 100644
index 0000000000000000000000000000000000000000..dd6ddaec8136971c88b9410f71076b755038cbbd
--- /dev/null
+++ b/tools/autoroller/unittests/testdata/DEPS.chromium.old
@@ -0,0 +1,13 @@
+# DEPS file for unit tests.
+
+vars = {
+ 'chromium_git': 'https://chromium.googlesource.com',
+
+ # This is and older revision than DEPS.chromium.new file.
+ 'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76',
+}
+
+deps = {
+ 'src/buildtools':
+ Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
+}
« no previous file with comments | « tools/autoroller/unittests/testdata/DEPS.chromium.new ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698