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

Side by Side Diff: DEPS

Issue 2238063003: Adding SwiftShader to the DEPS file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TBRs for previous approvals. Created 4 years, 4 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 | tools/checklicenses/checklicenses.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 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'swarming_revision': 'e4288c3040a32f2e7ad92f957668f2ee3d36e5a6', 47 'swarming_revision': 'e4288c3040a32f2e7ad92f957668f2ee3d36e5a6',
48 # Three lines of non-changing comments so that 48 # Three lines of non-changing comments so that
49 # the commit queue can handle CLs rolling ANGLE 49 # the commit queue can handle CLs rolling ANGLE
50 # and whatever else without interference from each other. 50 # and whatever else without interference from each other.
51 'angle_revision': '3416ff3eef4f29c157785e862f6518fc099855f2', 51 'angle_revision': '3416ff3eef4f29c157785e862f6518fc099855f2',
52 # Three lines of non-changing comments so that 52 # Three lines of non-changing comments so that
53 # the commit queue can handle CLs rolling build tools 53 # the commit queue can handle CLs rolling build tools
54 # and whatever else without interference from each other. 54 # and whatever else without interference from each other.
55 'buildtools_revision': '33a32b8aa2b7274d246fcf85ce8f762cf4291418', 55 'buildtools_revision': '33a32b8aa2b7274d246fcf85ce8f762cf4291418',
56 # Three lines of non-changing comments so that 56 # Three lines of non-changing comments so that
57 # the commit queue can handle CLs rolling SwiftShader
58 # and whatever else without interference from each other.
59 'swiftshader_revision': '3e204de9bb74b5379b42b7eea5c4b898b2698d56',
60 # Three lines of non-changing comments so that
57 # the commit queue can handle CLs rolling PDFium 61 # the commit queue can handle CLs rolling PDFium
58 # and whatever else without interference from each other. 62 # and whatever else without interference from each other.
59 'pdfium_revision': '85af2a3cfcdfb2200510d337bfbf5b405858aa3b', 63 'pdfium_revision': '85af2a3cfcdfb2200510d337bfbf5b405858aa3b',
60 # Three lines of non-changing comments so that 64 # Three lines of non-changing comments so that
61 # the commit queue can handle CLs rolling openmax_dl 65 # the commit queue can handle CLs rolling openmax_dl
62 # and whatever else without interference from each other. 66 # and whatever else without interference from each other.
63 'openmax_dl_revision': '57d33bee7823e76393692f8d58e0478d6b79d153', 67 'openmax_dl_revision': '57d33bee7823e76393692f8d58e0478d6b79d153',
64 # Three lines of non-changing comments so that 68 # Three lines of non-changing comments so that
65 # the commit queue can handle CLs rolling BoringSSL 69 # the commit queue can handle CLs rolling BoringSSL
66 # and whatever else without interference from each other. 70 # and whatever else without interference from each other.
(...skipping 28 matching lines...) Expand all
95 'libfuzzer_revision': '764f3890a06c04060321ede273521faf587c868f', 99 'libfuzzer_revision': '764f3890a06c04060321ede273521faf587c868f',
96 } 100 }
97 101
98 # Only these hosts are allowed for dependencies in this DEPS file. 102 # Only these hosts are allowed for dependencies in this DEPS file.
99 # If you need to add a new host, contact chrome infrastracture team. 103 # If you need to add a new host, contact chrome infrastracture team.
100 allowed_hosts = [ 104 allowed_hosts = [
101 'chromium.googlesource.com', 105 'chromium.googlesource.com',
102 'boringssl.googlesource.com', 106 'boringssl.googlesource.com',
103 'pdfium.googlesource.com', 107 'pdfium.googlesource.com',
104 'android.googlesource.com', 108 'android.googlesource.com',
109 'swiftshader.googlesource.com',
105 ] 110 ]
106 111
107 deps = { 112 deps = {
108 'src/breakpad/src': 113 'src/breakpad/src':
109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c85196f3c42b2eb85 59464892a4b1749620a64d4', 114 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c85196f3c42b2eb85 59464892a4b1749620a64d4',
110 115
111 'src/buildtools': 116 'src/buildtools':
112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 117 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
113 118
114 'src/sdch/open-vcdiff': 119 'src/sdch/open-vcdiff':
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 247
243 'src/media/cdm/api': 248 'src/media/cdm/api':
244 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc', 249 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc',
245 250
246 'src/third_party/mesa/src': 251 'src/third_party/mesa/src':
247 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef', 252 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef',
248 253
249 'src/third_party/ced/src': 254 'src/third_party/ced/src':
250 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9', 255 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9',
251 256
257 'src/third_party/swiftshader':
258 'https://swiftshader.googlesource.com/SwiftShader.git' + '@' + Var('swiftsha der_revision'),
259
252 'src/third_party/cld_2/src': 260 'src/third_party/cld_2/src':
253 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0', 261 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0',
254 262
255 'src/third_party/cld_3/src': 263 'src/third_party/cld_3/src':
256 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'e3aab 366eb396e76f01e53c81d62a8a4d3385ee0', 264 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'e3aab 366eb396e76f01e53c81d62a8a4d3385ee0',
257 265
258 'src/third_party/libwebm/source': 266 'src/third_party/libwebm/source':
259 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69c be5468a74a025c', 267 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69c be5468a74a025c',
260 268
261 'src/third_party/pdfium': 269 'src/third_party/pdfium':
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'name': 'doclava', 981 'name': 'doclava',
974 'pattern': '.', 982 'pattern': '.',
975 'action': ['python', 983 'action': ['python',
976 'src/build/android/download_doclava.py', 984 'src/build/android/download_doclava.py',
977 ], 985 ],
978 }, 986 },
979 ] 987 ]
980 988
981 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 989 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
982 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 990 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
OLDNEW
« no previous file with comments | « no previous file | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698