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

Side by Side Diff: DEPS

Issue 1820083003: Moving catapult revision to the vars dictionary in DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing. Created 4 years, 9 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'nacl_revision': 'd100b78dd34899d082bb9e6252def408d973f26b', 90 'nacl_revision': 'd100b78dd34899d082bb9e6252def408d973f26b',
91 # Three lines of non-changing comments so that 91 # Three lines of non-changing comments so that
92 # the commit queue can handle CLs rolling dEQP 92 # the commit queue can handle CLs rolling dEQP
93 # and whatever else without interference from each other. 93 # and whatever else without interference from each other.
94 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8', 94 'deqp_revision': 'cc0ded6c77267bbb14d21aac358fc5d9690c07f8',
95 'deqp_url': 'https://android.googlesource.com/platform/external/deqp', 95 'deqp_url': 'https://android.googlesource.com/platform/external/deqp',
96 # Three lines of non-changing comments so that 96 # Three lines of non-changing comments so that
97 # the commit queue can handle CLs rolling freetype-android 97 # the commit queue can handle CLs rolling freetype-android
98 # and whatever else without interference from each other. 98 # and whatever else without interference from each other.
99 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d', 99 'freetype_android_revision': 'a512b0fe7a8d9db0e5aa9c0a4db1e92cb861722d',
100 # Three lines of non-changing comments so that
101 # the commit queue can handle CLs rolling catapult
102 # and whatever else without interference from each other.
103 'catapult_revision': 'e1f22c94d067b622e50bb02d2981dee24e387671',
100 } 104 }
101 105
102 # Only these hosts are allowed for dependencies in this DEPS file. 106 # Only these hosts are allowed for dependencies in this DEPS file.
103 # If you need to add a new host, contact chrome infrastracture team. 107 # If you need to add a new host, contact chrome infrastracture team.
104 allowed_hosts = [ 108 allowed_hosts = [
105 'chromium.googlesource.com', 109 'chromium.googlesource.com',
106 'boringssl.googlesource.com', 110 'boringssl.googlesource.com',
107 'pdfium.googlesource.com', 111 'pdfium.googlesource.com',
108 'android.googlesource.com', 112 'android.googlesource.com',
109 ] 113 ]
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 264 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
261 265
262 'src/third_party/py_trace_event/src': 266 'src/third_party/py_trace_event/src':
263 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 267 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
264 268
265 'src/third_party/dom_distiller_js/dist': 269 'src/third_party/dom_distiller_js/dist':
266 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'e21fe06cb71327ec62431f823e783d7b02f97b26', 270 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'e21fe06cb71327ec62431f823e783d7b02f97b26',
267 271
268 'src/third_party/catapult': 272 'src/third_party/catapult':
269 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 273 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
270 'e1f22c94d067b622e50bb02d2981dee24e387671', 274 Var('catapult_revision'),
271 275
272 'src/third_party/openh264/src': 276 'src/third_party/openh264/src':
273 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488', 277 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488',
274 278
275 'src/third_party/re2/src': 279 'src/third_party/re2/src':
276 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7', 280 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7',
277 } 281 }
278 282
279 283
280 deps_os = { 284 deps_os = {
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'pattern': '\\.sha1', 839 'pattern': '\\.sha1',
836 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'], 840 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
837 }, 841 },
838 { 842 {
839 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 843 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
840 'name': 'gyp', 844 'name': 'gyp',
841 'pattern': '.', 845 'pattern': '.',
842 'action': ['python', 'src/build/gyp_chromium'], 846 'action': ['python', 'src/build/gyp_chromium'],
843 }, 847 },
844 ] 848 ]
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