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

Side by Side Diff: DEPS

Issue 2224093002: Revert of Adding SwiftShader to the DEPS file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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': '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
61 # the commit queue can handle CLs rolling PDFium 57 # the commit queue can handle CLs rolling PDFium
62 # and whatever else without interference from each other. 58 # and whatever else without interference from each other.
63 'pdfium_revision': 'eea31b75a11215aa72a9845d47c38d2ce1edd4f7', 59 'pdfium_revision': 'eea31b75a11215aa72a9845d47c38d2ce1edd4f7',
64 # Three lines of non-changing comments so that 60 # Three lines of non-changing comments so that
65 # the commit queue can handle CLs rolling openmax_dl 61 # the commit queue can handle CLs rolling openmax_dl
66 # and whatever else without interference from each other. 62 # and whatever else without interference from each other.
67 'openmax_dl_revision': '57d33bee7823e76393692f8d58e0478d6b79d153', 63 'openmax_dl_revision': '57d33bee7823e76393692f8d58e0478d6b79d153',
68 # Three lines of non-changing comments so that 64 # Three lines of non-changing comments so that
69 # the commit queue can handle CLs rolling BoringSSL 65 # the commit queue can handle CLs rolling BoringSSL
70 # and whatever else without interference from each other. 66 # and whatever else without interference from each other.
(...skipping 28 matching lines...) Expand all
99 'libfuzzer_revision': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061 95 'libfuzzer_revision': '3ae6b1d1102488f26d25d045fd82208ce00a8c66', # from svn r evision 272061
100 } 96 }
101 97
102 # Only these hosts are allowed for dependencies in this DEPS file. 98 # Only these hosts are allowed for dependencies in this DEPS file.
103 # If you need to add a new host, contact chrome infrastracture team. 99 # If you need to add a new host, contact chrome infrastracture team.
104 allowed_hosts = [ 100 allowed_hosts = [
105 'chromium.googlesource.com', 101 'chromium.googlesource.com',
106 'boringssl.googlesource.com', 102 'boringssl.googlesource.com',
107 'pdfium.googlesource.com', 103 'pdfium.googlesource.com',
108 'android.googlesource.com', 104 'android.googlesource.com',
109 'swiftshader.googlesource.com',
110 ] 105 ]
111 106
112 deps = { 107 deps = {
113 'src/breakpad/src': 108 'src/breakpad/src':
114 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '7c70f47255713629c 8053826008bd00f98d71ced', 109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '7c70f47255713629c 8053826008bd00f98d71ced',
115 110
116 'src/buildtools': 111 'src/buildtools':
117 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
118 113
119 'src/sdch/open-vcdiff': 114 'src/sdch/open-vcdiff':
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 245
251 'src/media/cdm/api': 246 'src/media/cdm/api':
252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc', 247 Var('chromium_git') + '/chromium/cdm.git' + '@' + '245af7782c9f54d776722a2c7b 53372ee040e5fc',
253 248
254 'src/third_party/mesa/src': 249 'src/third_party/mesa/src':
255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef', 250 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70 35ca882cc77f85793fef',
256 251
257 'src/third_party/ced/src': 252 'src/third_party/ced/src':
258 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '45c3d4a3d7ee40adf271748f3c4177fa293800e1', 253 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@ ' + '45c3d4a3d7ee40adf271748f3c4177fa293800e1',
259 254
260 'src/third_party/swiftshader':
261 'https://swiftshader.googlesource.com/SwiftShader.git' + '@' + Var('swiftsha der_revision'),
262
263 'src/third_party/cld_2/src': 255 'src/third_party/cld_2/src':
264 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0', 256 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84 b58a5d7690ebf05a91406f371ce00c3daf31c0',
265 257
266 'src/third_party/libwebm/source': 258 'src/third_party/libwebm/source':
267 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69c be5468a74a025c', 259 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69c be5468a74a025c',
268 260
269 'src/third_party/pdfium': 261 'src/third_party/pdfium':
270 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 262 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
271 263
272 'src/third_party/boringssl/src': 264 'src/third_party/boringssl/src':
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 { 954 {
963 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 955 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
964 'name': 'gyp', 956 'name': 'gyp',
965 'pattern': '.', 957 'pattern': '.',
966 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 958 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
967 }, 959 },
968 ] 960 ]
969 961
970 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 962 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
971 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 963 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