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

Side by Side Diff: DEPS

Issue 281863002: Pull buildtools repo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # gclient runhooks
9 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
10 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
11 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 10 #
12 # a bot when you modify this one. 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
12 # gclient sync
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
15 # updated by a bot when you modify this one.
13 # 16 #
14 # When adding a new dependency, please update the top-level .gitignore file 17 # When adding a new dependency, please update the top-level .gitignore file
15 # to list the dependency's destination directory. 18 # to list the dependency's destination directory.
16 19
17 vars = { 20 vars = {
18 # Use this googlecode_url variable only if there is an internal mirror for it. 21 # Use this googlecode_url variable only if there is an internal mirror for it.
19 # If you do not know, use the full path while defining your new deps entry. 22 # If you do not know, use the full path while defining your new deps entry.
20 "googlecode_url": "http://%s.googlecode.com/svn", 23 "googlecode_url": "http://%s.googlecode.com/svn",
21 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", 24 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
22 "llvm_url": "http://src.chromium.org/llvm-project", 25 "llvm_url": "http://src.chromium.org/llvm-project",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 # and whatever else without interference from each other. 68 # and whatever else without interference from each other.
66 "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433", 69 "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433",
67 # Three lines of non-changing comments so that 70 # Three lines of non-changing comments so that
68 # the commit queue can handle CLs rolling openssl 71 # the commit queue can handle CLs rolling openssl
69 # and whatever else without interference from each other. 72 # and whatever else without interference from each other.
70 "openssl_revision": "267674", 73 "openssl_revision": "267674",
71 # Three lines of non-changing comments so that 74 # Three lines of non-changing comments so that
72 # the commit queue can handle CLs rolling ANGLE 75 # the commit queue can handle CLs rolling ANGLE
73 # and whatever else without interference from each other. 76 # and whatever else without interference from each other.
74 "angle_revision": "6f182c12db67a4958fa5103e7602f13bca3ad9b6", 77 "angle_revision": "6f182c12db67a4958fa5103e7602f13bca3ad9b6",
78 # Three lines of non-changing comments so that
79 # the commit queue can handle CLs rolling build tools
80 # and whatever else without interference from each other.
81 "buildtools_revision": "8349035e86305fc9e4fd871610821336120a4bad",
75 } 82 }
76 83
77 deps = { 84 deps = {
78 "src/breakpad/src": 85 "src/breakpad/src":
79 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1325", 86 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1325",
80 87
88 "src/buildtools":
89 Var("chromium_git") + "/chromium/buildtools.git@" +
90 Var("buildtools_revision"),
91
81 "src/sdch/open-vcdiff": 92 "src/sdch/open-vcdiff":
82 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", 93 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
83 94
84 "src/testing/gtest": 95 "src/testing/gtest":
85 (Var("googlecode_url") % "googletest") + "/trunk@643", 96 (Var("googlecode_url") % "googletest") + "/trunk@643",
86 97
87 "src/testing/gmock": 98 "src/testing/gmock":
88 (Var("googlecode_url") % "googlemock") + "/trunk@410", 99 (Var("googlecode_url") % "googlemock") + "/trunk@410",
89 100
90 "src/third_party/angle": 101 "src/third_party/angle":
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "-s", "src/build/linux/bin/eu-strip.sha1", 768 "-s", "src/build/linux/bin/eu-strip.sha1",
758 ], 769 ],
759 }, 770 },
760 { 771 {
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762 "name": "gyp", 773 "name": "gyp",
763 "pattern": ".", 774 "pattern": ".",
764 "action": ["python", "src/build/gyp_chromium"], 775 "action": ["python", "src/build/gyp_chromium"],
765 }, 776 },
766 ] 777 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698