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

Side by Side Diff: DEPS

Issue 2087233003: Roll src/third_party/libvpx/source/libvpx/ 181988d37..243029faf (45 commits). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/libvpx/README.chromium » ('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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'src/third_party/bidichecker': 183 'src/third_party/bidichecker':
184 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c 28c57eca56992235c79850fa9e0', 184 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c 28c57eca56992235c79850fa9e0',
185 185
186 'src/third_party/webgl/src': 186 'src/third_party/webgl/src':
187 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '5fdf4458144 150065ae24e575b68056ba9d3177a', 187 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '5fdf4458144 150065ae24e575b68056ba9d3177a',
188 188
189 'src/third_party/webdriver/pylib': 189 'src/third_party/webdriver/pylib':
190 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 190 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
191 191
192 'src/third_party/libvpx/source/libvpx': 192 'src/third_party/libvpx/source/libvpx':
193 Var('chromium_git') + '/webm/libvpx.git' + '@' + '181988d37273bd31708718a51e 727ea1048d7c98', 193 Var('chromium_git') + '/webm/libvpx.git' + '@' + '243029faff45872fa47d2053bf 3375bcfee6dfd9',
194 194
195 'src/third_party/ffmpeg': 195 'src/third_party/ffmpeg':
196 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'd45f90eac6d 5eb22be6120b1f7cb145f7a7c88b0', 196 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'd45f90eac6d 5eb22be6120b1f7cb145f7a7c88b0',
197 197
198 'src/third_party/usrsctp/usrsctplib': 198 'src/third_party/usrsctp/usrsctplib':
199 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98', 199 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98',
200 200
201 'src/third_party/libsrtp': 201 'src/third_party/libsrtp':
202 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '720780acf8fa41c4a 6ad515d0382d62f8f5195eb', # from svn revision 295151 202 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '720780acf8fa41c4a 6ad515d0382d62f8f5195eb', # from svn revision 295151
203 203
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 { 857 {
858 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 858 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
859 'name': 'gyp', 859 'name': 'gyp',
860 'pattern': '.', 860 'pattern': '.',
861 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 861 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
862 }, 862 },
863 ] 863 ]
864 864
865 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 865 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
866 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 866 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
OLDNEW
« no previous file with comments | « no previous file | third_party/libvpx/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698