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'), |
+} |