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

Side by Side Diff: DEPS

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
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 15 matching lines...) Expand all
26 # git commit -a 26 # git commit -a
27 # git cl upload 27 # git cl upload
28 28
29 29
30 vars = { 30 vars = {
31 # Use this googlecode_url variable only if there is an internal mirror for it. 31 # Use this googlecode_url variable only if there is an internal mirror for it.
32 # If you do not know, use the full path while defining your new deps entry. 32 # If you do not know, use the full path while defining your new deps entry.
33 'googlecode_url': 'http://%s.googlecode.com/svn', 33 'googlecode_url': 'http://%s.googlecode.com/svn',
34 'webkit_revision': '6089ec2766bb1e459d07d5ef28804372042b71d5', # from svn revi sion 201736 34 'webkit_revision': '6089ec2766bb1e459d07d5ef28804372042b71d5', # from svn revi sion 201736
35 'chromium_git': 'https://chromium.googlesource.com', 35 'chromium_git': 'https://chromium.googlesource.com',
36 'libvpx_revision': 'a208ecae8e6fff1c0d4286bdc000d7c5efaab411',
blundell 2015/09/10 10:09:55 It looks like the patch application is choking on
Johann 2015/09/10 16:42:24 There are some differences. I started this with a
37 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 36 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
38 'skia_revision': '1a9cafff044e5a352c60065e44d64e9d0eb8f92a', 37 'skia_revision': '1a9cafff044e5a352c60065e44d64e9d0eb8f92a',
39 # Three lines of non-changing comments so that 38 # Three lines of non-changing comments so that
40 # the commit queue can handle CLs rolling V8 39 # the commit queue can handle CLs rolling V8
41 # and whatever else without interference from each other. 40 # and whatever else without interference from each other.
42 'v8_revision': '5d4e229cd1e47a36efb745c82def031a69b44de9', 41 'v8_revision': '5d4e229cd1e47a36efb745c82def031a69b44de9',
43 # Three lines of non-changing comments so that 42 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling swarming_client 43 # the commit queue can handle CLs rolling swarming_client
45 # and whatever else without interference from each other. 44 # and whatever else without interference from each other.
46 'swarming_revision': '2866a22530cb65feae5d9f64c83636aed5391d06', 45 'swarming_revision': '2866a22530cb65feae5d9f64c83636aed5391d06',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 177
179 'src/third_party/bidichecker': 178 'src/third_party/bidichecker':
180 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c 28c57eca56992235c79850fa9e0', 179 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c 28c57eca56992235c79850fa9e0',
181 180
182 'src/third_party/webgl/src': 181 'src/third_party/webgl/src':
183 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a62453dbe97 5574d6b0550d3ef87a7e279ae86a1', 182 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'a62453dbe97 5574d6b0550d3ef87a7e279ae86a1',
184 183
185 'src/third_party/webdriver/pylib': 184 'src/third_party/webdriver/pylib':
186 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 185 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
187 186
188 'src/third_party/libvpx': 187 'src/third_party/libvpx/source/libvpx':
189 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 188 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'da7dc5983773161a7ee148649f 3be30a3a9e2cbc',
190 189
191 'src/third_party/ffmpeg': 190 'src/third_party/ffmpeg':
192 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3651d8ef1fe 8bf1fab61da6298341470402c991a', 191 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3651d8ef1fe 8bf1fab61da6298341470402c991a',
193 192
194 'src/third_party/libjingle/source/talk': 193 'src/third_party/libjingle/source/talk':
195 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '6fcf651402d 903ff8c8e16f845c6e0f6040387f1', # commit position 9845 194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '6fcf651402d 903ff8c8e16f845c6e0f6040387f1', # commit position 9845
196 195
197 'src/third_party/usrsctp/usrsctplib': 196 'src/third_party/usrsctp/usrsctplib':
198 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215 197 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215
199 198
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'pattern': '.', 803 'pattern': '.',
805 'action': [ 804 'action': [
806 'python', 805 'python',
807 'src/tools/check_git_config.py', 806 'src/tools/check_git_config.py',
808 '--running-as-hook', 807 '--running-as-hook',
809 ], 808 ],
810 }, 809 },
811 ] 810 ]
812 811
813 812
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698