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

Side by Side Diff: DEPS

Issue 1680753003: Roll patched-yasm to remove the __DATE__ reference. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | third_party/yasm/CHROMIUM.diff » ('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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'src/third_party/libjingle/source/talk': 193 'src/third_party/libjingle/source/talk':
194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '01cbe5bbcb4 412882bc787c50c987de64787a37a', # commit position 11522 194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '01cbe5bbcb4 412882bc787c50c987de64787a37a', # commit position 11522
195 195
196 'src/third_party/usrsctp/usrsctplib': 196 'src/third_party/usrsctp/usrsctplib':
197 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98', 197 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98',
198 198
199 'src/third_party/libsrtp': 199 'src/third_party/libsrtp':
200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9cc4f2f799887e5d6 4bd28c159ea34b413f6be31', # from svn revision 295151 200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9cc4f2f799887e5d6 4bd28c159ea34b413f6be31', # from svn revision 295151
201 201
202 'src/third_party/yasm/source/patched-yasm': 202 'src/third_party/yasm/source/patched-yasm':
203 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 203 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6 c7c6a1387217352ce02b31754deb54d2a',
204 204
205 'src/third_party/libjpeg_turbo': 205 'src/third_party/libjpeg_turbo':
206 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29 745f1546b6ebf5cf532e841c04c2c', 206 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29 745f1546b6ebf5cf532e841c04c2c',
207 207
208 'src/third_party/flac': 208 'src/third_party/flac':
209 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315 c016dc207e3fb2733fc0', 209 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315 c016dc207e3fb2733fc0',
210 210
211 'src/third_party/pyftpdlib/src': 211 'src/third_party/pyftpdlib/src':
212 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 212 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
213 213
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'src/tools', 829 'src/tools',
830 ], 830 ],
831 }, 831 },
832 { 832 {
833 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 833 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
834 'name': 'gyp', 834 'name': 'gyp',
835 'pattern': '.', 835 'pattern': '.',
836 'action': ['python', 'src/build/gyp_chromium'], 836 'action': ['python', 'src/build/gyp_chromium'],
837 }, 837 },
838 ] 838 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/yasm/CHROMIUM.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698