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

Side by Side Diff: DEPS

Issue 2164993002: Update linux-syscall-support to 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Remove bogus slash Created 4 years, 5 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
« no previous file with comments | « no previous file | buildbot/buildbot_standard.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: 403388 11 # chrome_rev: 403388
12 "build_rev": "c80c063b314ab9cc6c3c5955c7444c2fa514bcec", # from cr commit posi tion 403309 12 "build_rev": "c80c063b314ab9cc6c3c5955c7444c2fa514bcec", # from cr commit posi tion 403309
13 "binutils_rev": "8d77853bc9415bcb7bb4206fa2901de7603387db", # from cr commit p osition 392828 13 "binutils_rev": "8d77853bc9415bcb7bb4206fa2901de7603387db", # from cr commit p osition 392828
14 "libcxx_static_rev": "fd8f9a82862aa40dab0c5bcdea6e498715284f5a", # from cr com mit position 369150 14 "libcxx_static_rev": "fd8f9a82862aa40dab0c5bcdea6e498715284f5a", # from cr com mit position 369150
15 # NOTE: be sure to update clang_lib_version in SConstruct whenever 15 # NOTE: be sure to update clang_lib_version in SConstruct whenever
16 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8). 16 # updating this clang_rev (e.g., if LLVM changes from version 3.7 to 3.8).
17 "clang_rev": "040101933080540f1e103cf42729147654e7bb08", # from cr commit posi tion 403068 17 "clang_rev": "040101933080540f1e103cf42729147654e7bb08", # from cr commit posi tion 403068
18 18
19 # NOTE! These five should be kept up to date with their counterparts in 19 # NOTE! These five should be kept up to date with their counterparts in
20 # chromium/src/DEPS. 20 # chromium/src/DEPS.
21 # Be sure to update them when updating the chromium slice revisions above. 21 # Be sure to update them when updating the chromium slice revisions above.
22 # (This is not essential for Breakpad, because we do not use its code 22 # (This is not essential for Breakpad, because we do not use its code
23 # in the build that goes into Chromium. But we might as well update it too.) 23 # in the build that goes into Chromium. But we might as well update it too.)
24 # You should now use the roll-dep script in depot_tools to do this update. 24 # You should now use the roll-dep script in depot_tools to do this update.
25 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87", 25 "gtest_rev": "6f8a66431cb592dad629028a50b3dd418a408c87",
26 "gyp_rev": "c61b0b35c8396bfd59efc6cfc11401d912b0f510", 26 "gyp_rev": "c61b0b35c8396bfd59efc6cfc11401d912b0f510",
27 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", 27 "breakpad_rev": "5f638d532312685548d5033618c8a36f73302d0a",
28 # Three lines of non-changing comments so that 28 # Three lines of non-changing comments so that
29 # the commit queue can handle CLs rolling build tools 29 # the commit queue can handle CLs rolling build tools
30 # and whatever else without interference from each other. 30 # and whatever else without interference from each other.
31 'buildtools_revision': "db6179b29f90d28026b0cb23ef71d56ec31b8bd6", 31 'buildtools_revision': "db6179b29f90d28026b0cb23ef71d56ec31b8bd6",
32 # Three lines of non-changing comments so that 32 # Three lines of non-changing comments so that
33 # the commit queue can handle CLs rolling lss 33 # the commit queue can handle CLs rolling lss
34 # and whatever else without interference from each other. 34 # and whatever else without interference from each other.
35 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', 35 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
36 36
37 # Separately pinned repositories, update with roll-dep individually. 37 # Separately pinned repositories, update with roll-dep individually.
38 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7", 38 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7",
39 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720 39 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14 9720
40 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151 40 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev ision 8151
41 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064 41 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7 064
42 "nsis_rev": "21b6ad22daa7bfc04b9f1c1805a34622e2607a93", # from svn revision 70 71 42 "nsis_rev": "21b6ad22daa7bfc04b9f1c1805a34622e2607a93", # from svn revision 70 71
43 "ragel_rev": "da42bb33f1b67c2d70b38ec1d2edf5263271b635", # from svn revision 9 010 43 "ragel_rev": "da42bb33f1b67c2d70b38ec1d2edf5263271b635", # from svn revision 9 010
44 "validator_snapshots_rev": "ef053694ef9b0d98d9bed0b9bb649963084bfc81", 44 "validator_snapshots_rev": "ef053694ef9b0d98d9bed0b9bb649963084bfc81",
45 # Rolls of build_overrides_rev should done at the same time as a roll of 45 # Rolls of build_overrides_rev should done at the same time as a roll of
46 # build_rev as build_overrides/ is tightly coupled with build/. 46 # build_rev as build_overrides/ is tightly coupled with build/.
47 "build_overrides_rev": "2881125066dcf38dae595d92eac8a6b477529116", 47 "build_overrides_rev": "2881125066dcf38dae595d92eac8a6b477529116",
48 48
49 "chromium_git": "https://chromium.googlesource.com", 49 "chromium_git": "https://chromium.googlesource.com",
50 } 50 }
51 51
52 deps = { 52 deps = {
53 "breakpad": 53 "breakpad":
54 Var("chromium_git") + "/external/google-breakpad.git@" + 54 Var("chromium_git") + "/breakpad/breakpad.git@" +
55 Var("breakpad_rev"), 55 Var("breakpad_rev"),
56 "buildtools": 56 "buildtools":
57 Var("chromium_git") + "/chromium/buildtools.git@" + 57 Var("chromium_git") + "/chromium/buildtools.git@" +
58 Var("buildtools_revision"), 58 Var("buildtools_revision"),
59 "build": 59 "build":
60 Var("chromium_git") + "/chromium/src/build.git@" + 60 Var("chromium_git") + "/chromium/src/build.git@" +
61 Var("build_rev"), 61 Var("build_rev"),
62 "build_overrides": 62 "build_overrides":
63 Var("chromium_git") + "/native_client/src/build_overrides.git@" + 63 Var("chromium_git") + "/native_client/src/build_overrides.git@" +
64 Var("build_overrides_rev"), 64 Var("build_overrides_rev"),
65 "testing/gtest": 65 "testing/gtest":
66 (Var("chromium_git") + "/external/github.com/google/googletest.git@" + 66 (Var("chromium_git") + "/external/github.com/google/googletest.git@" +
67 Var("gtest_rev")), 67 Var("gtest_rev")),
68 "third_party": 68 "third_party":
69 Var("chromium_git") + "/native_client/src/third_party.git@" + 69 Var("chromium_git") + "/native_client/src/third_party.git@" +
70 Var("third_party_rev"), 70 Var("third_party_rev"),
71 "validator_snapshots": 71 "validator_snapshots":
72 (Var("chromium_git") + "/native_client/src/validator_snapshots.git@" + 72 (Var("chromium_git") + "/native_client/src/validator_snapshots.git@" +
73 Var("validator_snapshots_rev")), 73 Var("validator_snapshots_rev")),
74 "third_party/binutils": 74 "third_party/binutils":
75 Var("chromium_git") + "/chromium/src/third_party/binutils.git@" + 75 Var("chromium_git") + "/chromium/src/third_party/binutils.git@" +
76 Var("binutils_rev"), 76 Var("binutils_rev"),
77 "third_party/lcov": 77 "third_party/lcov":
78 Var("chromium_git") + "/chromium/src/third_party/lcov.git@" + 78 Var("chromium_git") + "/chromium/src/third_party/lcov.git@" +
79 Var("lcov_rev"), 79 Var("lcov_rev"),
80 "third_party/libc++-static": 80 "third_party/libc++-static":
81 Var("chromium_git") + "/chromium/src/third_party/libc++-static.git@" + 81 Var("chromium_git") + "/chromium/src/third_party/libc++-static.git@" +
82 Var("libcxx_static_rev"), 82 Var("libcxx_static_rev"),
83 "third_party/lss": 83 "third_party/lss":
84 Var("chromium_git") + "/external/linux-syscall-support/lss.git@" + 84 Var("chromium_git") + "/linux-syscall-support.git@" +
85 Var("lss_revision"), 85 Var("lss_revision"),
86 "tools/clang": 86 "tools/clang":
87 Var("chromium_git") + "/chromium/src/tools/clang.git@" + Var("clang_rev"), 87 Var("chromium_git") + "/chromium/src/tools/clang.git@" + Var("clang_rev"),
88 "tools/gyp": 88 "tools/gyp":
89 Var("chromium_git") + "/external/gyp.git@" + Var("gyp_rev"), 89 Var("chromium_git") + "/external/gyp.git@" + Var("gyp_rev"),
90 } 90 }
91 91
92 deps_os = { 92 deps_os = {
93 "win": { 93 "win": {
94 # GNU binutils assembler for x86-32. 94 # GNU binutils assembler for x86-32.
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "native_client/build/package_version/package_version.py", 258 "native_client/build/package_version/package_version.py",
259 "cleanup", 259 "cleanup",
260 ], 260 ],
261 }, 261 },
262 ] 262 ]
263 263
264 include_rules = [ 264 include_rules = [
265 "+native_client/src/include", 265 "+native_client/src/include",
266 "+gtest", 266 "+gtest",
267 ] 267 ]
OLDNEW
« no previous file with comments | « no previous file | buildbot/buildbot_standard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698