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

Side by Side Diff: DEPS

Issue 1920843007: Update chrome_rev (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: just punt GYP_MSVS_VERSION setting Created 4 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 | « no previous file | buildbot/buildbot_lib.py » ('j') | 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: 381328 11 # chrome_rev: 390457
12 "build_rev": "805c57fe6472a128c2cf511d5d35825dcdcdd467", # from cr commit posi tion 381323 12 "build_rev": "10ea72091524e848511f0ad4729fd647526355fa", # from cr commit posi tion 390424
13 "build_overrides_rev": "7ae8b951d779566018520c1849537102cebb84ab", # from cr c ommit position 377770 13 "build_overrides_rev": "bab0eea0cf5f7ae68b661eacd8b9c792bf19e8ae", # from cr c ommit position 390448
14 "binutils_rev": "3a125b5a41761bc85d71aa4a478f88d667712267", # from cr commit p osition 378721 14 "binutils_rev": "3a125b5a41761bc85d71aa4a478f88d667712267", # from cr commit p osition 378721
15 "libcxx_static_rev": "fd8f9a82862aa40dab0c5bcdea6e498715284f5a", # from cr com mit position 369150 15 "libcxx_static_rev": "fd8f9a82862aa40dab0c5bcdea6e498715284f5a", # from cr com mit position 369150
16 # NOTE: be sure to update clang_lib_version in SConstruct whenever 16 # NOTE: be sure to update clang_lib_version in SConstruct whenever
17 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8). 17 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8).
18 "clang_rev": "c642451e861b9c568967fb8e4d9d3fd081699162", # from cr commit posi tion 380953 18 "clang_rev": "e18fbfd9a57db60c8667acfc60f5296337c7f4ab", # from cr commit posi tion 390421
19 19
20 # NOTE! These five should be kept up to date with their counterparts in 20 # NOTE! These five should be kept up to date with their counterparts in
21 # chromium/src/DEPS. 21 # chromium/src/DEPS.
22 # Be sure to update them when updating the chromium slice revisions above. 22 # Be sure to update them when updating the chromium slice revisions above.
23 # (This is not essential for Breakpad, because we do not use its code 23 # (This is not essential for Breakpad, because we do not use its code
24 # in the build that goes into Chromium. But we might as well update it too.) 24 # in the build that goes into Chromium. But we might as well update it too.)
25 # You should now use the roll-dep script in depot_tools to do this update. 25 # You should now use the roll-dep script in depot_tools to do this update.
26 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87", 26 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87",
27 "gyp_rev": "61259d585ce99d9de8b35188cd0025bdbcb58411", 27 "gyp_rev": "4cf07e8d616739f6484e46c9359b2a35196b2585",
28 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio n 1416 28 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio n 1416
29 # Three lines of non-changing comments so that 29 # Three lines of non-changing comments so that
30 # the commit queue can handle CLs rolling build tools 30 # the commit queue can handle CLs rolling build tools
31 # and whatever else without interference from each other. 31 # and whatever else without interference from each other.
32 'buildtools_revision': '7274f1c726640bce4cd4c4198e1ee62a0b29bb89', 32 'buildtools_revision': 'cdbd50759bf2289d2c9d3f1f7d02239b4b4b1209',
33 # Three lines of non-changing comments so that 33 # Three lines of non-changing comments so that
34 # the commit queue can handle CLs rolling lss 34 # the commit queue can handle CLs rolling lss
35 # and whatever else without interference from each other. 35 # and whatever else without interference from each other.
36 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', 36 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10',
37 37
38 # Separately pinned repositories, update with roll-dep individually. 38 # Separately pinned repositories, update with roll-dep individually.
39 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7", 39 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7",
40 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720 40 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720
41 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151 41 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151
42 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064 42 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '--no_auth', 234 '--no_auth',
235 '--bucket', 'chromium-libcpp', 235 '--bucket', 'chromium-libcpp',
236 '-s', 'third_party/libc++-static/libc++.a.sha1', 236 '-s', 'third_party/libc++-static/libc++.a.sha1',
237 ], 237 ],
238 }, 238 },
239 239
240 ### 240 ###
241 ### End of clauses copied (almost verbatim) from chromium/src/DEPS. 241 ### End of clauses copied (almost verbatim) from chromium/src/DEPS.
242 ### 242 ###
243 243
244 # Pull NaCl Toolchain binaries. This needs to be before running GYP below. 244 # Pull NaCl Toolchain binaries.
245 { 245 {
246 "pattern": ".", 246 "pattern": ".",
247 "action": ["python", 247 "action": ["python",
248 "native_client/build/package_version/package_version.py", 248 "native_client/build/package_version/package_version.py",
249 "sync", "--extract", 249 "sync", "--extract",
250 ], 250 ],
251 }, 251 },
252 # Cleanup any stale package_version files. 252 # Cleanup any stale package_version files.
253 { 253 {
254 "pattern": ".", 254 "pattern": ".",
255 "action": ["python", 255 "action": ["python",
256 "native_client/build/package_version/package_version.py", 256 "native_client/build/package_version/package_version.py",
257 "cleanup", 257 "cleanup",
258 ], 258 ],
259 }, 259 },
260 ] 260 ]
261 261
262 include_rules = [ 262 include_rules = [
263 "+native_client/src/include", 263 "+native_client/src/include",
264 "+gtest", 264 "+gtest",
265 ] 265 ]
OLDNEW
« no previous file with comments | « no previous file | buildbot/buildbot_lib.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698