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

Side by Side Diff: DEPS

Issue 307403004: Roll buildtools to 5d89977ce55240995d1596fe420b818468f5ec37 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « .DEPS.git ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Note: The buildbots evaluate this file with CWD set to the parent 1 # Note: The buildbots evaluate this file with CWD set to the parent
2 # directory and assume that the root of the checkout is in ./v8/, so 2 # directory and assume that the root of the checkout is in ./v8/, so
3 # all paths in here must match this assumption. 3 # all paths in here must match this assumption.
4 4
5 vars = { 5 vars = {
6 "chromium_trunk": "https://src.chromium.org/svn/trunk", 6 "chromium_trunk": "https://src.chromium.org/svn/trunk",
7 7
8 "buildtools_revision": "83ed7189066fd9b4b9ea15ffc2d4ab6d2da62571", 8 "buildtools_revision": "5d89977ce55240995d1596fe420b818468f5ec37",
9 } 9 }
10 10
11 deps = { 11 deps = {
12 # Remember to keep the revision in sync with the Makefile. 12 # Remember to keep the revision in sync with the Makefile.
13 "v8/build/gyp": 13 "v8/build/gyp":
14 "http://gyp.googlecode.com/svn/trunk@1831", 14 "http://gyp.googlecode.com/svn/trunk@1831",
15 15
16 "v8/third_party/icu": 16 "v8/third_party/icu":
17 Var("chromium_trunk") + "/deps/third_party/icu46@258359", 17 Var("chromium_trunk") + "/deps/third_party/icu46@258359",
18 18
(...skipping 24 matching lines...) Expand all
43 "third_party", 43 "third_party",
44 ] 44 ]
45 45
46 hooks = [ 46 hooks = [
47 { 47 {
48 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 48 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
49 "pattern": ".", 49 "pattern": ".",
50 "action": ["python", "v8/build/gyp_v8"], 50 "action": ["python", "v8/build/gyp_v8"],
51 }, 51 },
52 ] 52 ]
OLDNEW
« no previous file with comments | « .DEPS.git ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698