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

Side by Side Diff: DEPS

Issue 2456233002: Roll build_rev and binutils_rev to latest chromium revision (Closed)
Patch Set: . Created 4 years, 1 month 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
« no previous file with comments | « no previous file | 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 # DEPS files look like -*- Python -*- 1 # DEPS files look like -*- Python -*-
2 2
3 vars = { 3 vars = {
4 # These revisions are slices of the chromium repository. 4 # These revisions are slices of the chromium repository.
5 # Because they come from separate sub-slices, their hashes do not match at 5 # Because they come from separate sub-slices, their hashes do not match at
6 # equivalent revisions. When updating them, use the roll-dep script 6 # equivalent revisions. When updating them, use the roll-dep script
7 # to move them to equivalent revisions. Additionally, because not all 7 # to move them to equivalent revisions. Additionally, because not all
8 # directories contain commits at each revision, you will need to select 8 # directories contain commits at each revision, you will need to select
9 # revisions at latest revision up to a high watermark from each slice. 9 # revisions at latest revision up to a high watermark from each slice.
10 # Document the high watermark here: 10 # Document the high watermark here:
11 # chrome_rev: 424840 11 # chrome_rev: 428228
12 "build_rev": "35915a4e77b124044c105896485d40f6fdd969e2", # from cr commit posi tion 424824 12 "build_rev": "9f8cbc346228aa4b9cc6686282155756fab84641", # from cr commit posi tion 428227
13 "binutils_rev": "8d77853bc9415bcb7bb4206fa2901de7603387db", # from cr commit p osition 392828 13 "binutils_rev": "8d77853bc9415bcb7bb4206fa2901de7603387db", # from cr commit p osition 392828
14 # NOTE: be sure to update clang_lib_version in SConstruct whenever 14 # NOTE: be sure to update clang_lib_version in SConstruct whenever
15 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8). 15 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8).
16 "clang_rev": "3d97083b856ee7262f59c1a93beaa65174c8ca0a", # from cr commit posi tion 424416 16 "clang_rev": "f878fcb93103c0f4be35449d026f3055e0c8abd9", # from cr commit posi tion 427269
17 17
18 # Rolls of build_overrides_rev should done at the same time as a roll 18 # Rolls of build_overrides_rev should done at the same time as a roll
19 # of build_rev as build_overrides/ is tightly coupled with build/. 19 # of build_rev as build_overrides/ is tightly coupled with build/.
20 # build_overrides/ is forked from chromium/src/build_overrides/ and 20 # build_overrides/ is forked from chromium/src/build_overrides/ and
21 # needs to be manually updated to keep in sync before a build_rev 21 # needs to be manually updated to keep in sync before a build_rev
22 # update can be done. 22 # update can be done.
23 "build_overrides_rev": "2202dc63a4fe83cde3c5b90fe80b3d8c72accc36", 23 "build_overrides_rev": "736dde6d656d80706dc0346c8ae049217961bed1",
24 24
25 # NOTE! These five should be kept up to date with their counterparts in 25 # NOTE! These five should be kept up to date with their counterparts in
26 # chromium/src/DEPS. 26 # chromium/src/DEPS.
27 # Be sure to update them when updating the chromium slice revisions above. 27 # Be sure to update them when updating the chromium slice revisions above.
28 # (This is not essential for Breakpad, because we do not use its code 28 # (This is not essential for Breakpad, because we do not use its code
29 # in the build that goes into Chromium. But we might as well update it too.) 29 # in the build that goes into Chromium. But we might as well update it too.)
30 # You should now use the roll-dep script in depot_tools to do this update. 30 # You should now use the roll-dep script in depot_tools to do this update.
31 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87", 31 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87",
32 "gyp_rev": "e7079f0e0e14108ab0dba58728ff219637458563", 32 "gyp_rev": "e7079f0e0e14108ab0dba58728ff219637458563",
33 # Three lines of non-changing comments so that 33 # Three lines of non-changing comments so that
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "native_client/build/package_version/package_version.py", 247 "native_client/build/package_version/package_version.py",
248 "cleanup", 248 "cleanup",
249 ], 249 ],
250 }, 250 },
251 ] 251 ]
252 252
253 include_rules = [ 253 include_rules = [
254 "+native_client/src/include", 254 "+native_client/src/include",
255 "+gtest", 255 "+gtest",
256 ] 256 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698