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

Side by Side Diff: DEPS

Issue 2168143003: Adding SwiftShader to the DEPS file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | 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 # 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': '7f63a272f7d9785ce41b6d10bb3106c49a968e57', 47 'swarming_revision': '7f63a272f7d9785ce41b6d10bb3106c49a968e57',
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': '1be913cff8323f4c7ccb79e7e0fca5cb63ee6e4d', 51 'angle_revision': '1be913cff8323f4c7ccb79e7e0fca5cb63ee6e4d',
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': '60f7f9a8b421ebf9a46041dfa2ff11c0fe59c582', 55 'buildtools_revision': '60f7f9a8b421ebf9a46041dfa2ff11c0fe59c582',
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': 'eea31b75a11215aa72a9845d47c38d2ce1edd4f7', 63 'pdfium_revision': 'eea31b75a11215aa72a9845d47c38d2ce1edd4f7',
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': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061 99 'libfuzzer_revision': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061
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',
tandrii(chromium) 2016/07/26 11:20:18 Infrastructure needs to deploy credentials for thi
105 ] 110 ]
106 111
107 deps = { 112 deps = {
108 'src/breakpad/src': 113 'src/breakpad/src':
109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '7c70f47255713629c 8053826008bd00f98d71ced', 114 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '7c70f47255713629c 8053826008bd00f98d71ced',
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 250
246 'src/media/cdm/api': 251 'src/media/cdm/api':
247 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc', 252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc',
248 253
249 'src/third_party/mesa/src': 254 'src/third_party/mesa/src':
250 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef', 255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef',
251 256
252 'src/third_party/ced/src': 257 'src/third_party/ced/src':
253 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '45c3d4a3d7ee40adf271748f3c4177fa293800e1', 258 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '45c3d4a3d7ee40adf271748f3c4177fa293800e1',
254 259
260 'src/third_party/swiftshader':
261 'https://swiftshader.googlesource.com/SwiftShader.git' + '@' + Var('swiftsha der_revision'),
262
255 'src/third_party/cld_2/src': 263 'src/third_party/cld_2/src':
256 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0', 264 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0',
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':
262 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 270 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
263 271
264 'src/third_party/boringssl/src': 272 'src/third_party/boringssl/src':
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 { 962 {
955 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 963 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
956 'name': 'gyp', 964 'name': 'gyp',
957 'pattern': '.', 965 'pattern': '.',
958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 966 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
959 }, 967 },
960 ] 968 ]
961 969
962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 970 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
963 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 971 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
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