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

Side by Side Diff: DEPS

Issue 1424993005: Update chrome_rev (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 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 | Annotate | Revision Log
« 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: 356161 11 # chrome_rev: 357129
12 "build_rev": "aafb4eeb026dc365e841ec97dbc036ea4edc9668", # from cr commit posi tion 356146 12 "build_rev": "e9847c616c8bfcce336c6679c01d8ea1f420602b", # from cr commit posi tion 357098
13 "build_overrides_rev": "a623ab9abd74a70d93ddb8b015fc6656f9e7d0f2", # from cr c ommit position 355877 13 "build_overrides_rev": "dad7f351731a2925f5d02fef239a101a7332d1f0", # from cr c ommit position 356707
14 "binutils_rev": "c485984110688e490052a3ef60218a26b71e207a", # from cr commit p osition 354325 14 "binutils_rev": "c485984110688e490052a3ef60218a26b71e207a", # from cr commit p osition 354325
15 "valgrind_rev": "3a97aa8142b6e63f16789b22daafb42d202f91dc", 15 "valgrind_rev": "3a97aa8142b6e63f16789b22daafb42d202f91dc",
16 "tools_valgrind_rev": "18e0ed94552aa5605fbadf66f3a5404217d2efd0", # from cr co mmit position 354950 16 "tools_valgrind_rev": "f3917bc040756ff23cde309a2011700fe2dbc29d", # from cr co mmit position 356825
17 # NOTE: be sure to update clang_lib_version in SConstruct whenever 17 # NOTE: be sure to update clang_lib_version in SConstruct whenever
18 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8). 18 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8).
19 "clang_rev": "a56c9063d582660d29b32f967ce20875c589fc3e", # from cr commit posi tion 353437 19 "clang_rev": "66f5328417331216569e8beb244fd887f62e8997", # from cr commit posi tion 355905
20 20
21 # NOTE! These five should be kept up to date with their counterparts in 21 # NOTE! These five should be kept up to date with their counterparts in
22 # chromium/src/DEPS. 22 # chromium/src/DEPS.
23 # Be sure to update them when updating the chromium slice revisions above. 23 # Be sure to update them when updating the chromium slice revisions above.
24 # (This is not essential for Breakpad, because we do not use its code 24 # (This is not essential for Breakpad, because we do not use its code
25 # in the build that goes into Chromium. But we might as well update it too.) 25 # in the build that goes into Chromium. But we might as well update it too.)
26 # You should now use the roll-dep script in depot_tools to do this update. 26 # You should now use the roll-dep script in depot_tools to do this update.
27 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87", 27 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87",
28 "gyp_rev": "3f21260b43401553c37bb28090b65a75577d5b4e", 28 "gyp_rev": "3f21260b43401553c37bb28090b65a75577d5b4e",
29 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio n 1416 29 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio n 1416
30 # Three lines of non-changing comments so that 30 # Three lines of non-changing comments so that
31 # the commit queue can handle CLs rolling build tools 31 # the commit queue can handle CLs rolling build tools
32 # and whatever else without interference from each other. 32 # and whatever else without interference from each other.
33 'buildtools_revision': 'ef7f1f539cff0441c4401d8c052e54cfd01bff07', 33 'buildtools_revision': 'acafdaa4e81adae617177d57e3c1261cc3565469',
34 # Three lines of non-changing comments so that 34 # Three lines of non-changing comments so that
35 # the commit queue can handle CLs rolling lss 35 # the commit queue can handle CLs rolling lss
36 # and whatever else without interference from each other. 36 # and whatever else without interference from each other.
37 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', 37 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10',
38 38
39 # Separately pinned repositories, update with roll-dep individually. 39 # Separately pinned repositories, update with roll-dep individually.
40 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7", 40 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7",
41 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720 41 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720
42 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151 42 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151
43 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064 43 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--bucket", "chromium-clang-format", 238 "--bucket", "chromium-clang-format",
239 "-s", "buildtools/linux64/clang-format.sha1", 239 "-s", "buildtools/linux64/clang-format.sha1",
240 ], 240 ],
241 }, 241 },
242 ] 242 ]
243 243
244 include_rules = [ 244 include_rules = [
245 "+native_client/src/include", 245 "+native_client/src/include",
246 "+gtest", 246 "+gtest",
247 ] 247 ]
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