OLD | NEW |
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'src/third_party/webdriver/pylib': | 181 'src/third_party/webdriver/pylib': |
182 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 182 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
183 | 183 |
184 'src/third_party/libvpx/source/libvpx': | 184 'src/third_party/libvpx/source/libvpx': |
185 Var('chromium_git') + '/webm/libvpx.git' + '@' + '9aa083d164e0d39086aa0c83f0
d1a0d0f0d1ba61', | 185 Var('chromium_git') + '/webm/libvpx.git' + '@' + '9aa083d164e0d39086aa0c83f0
d1a0d0f0d1ba61', |
186 | 186 |
187 'src/third_party/ffmpeg': | 187 'src/third_party/ffmpeg': |
188 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'beef6851386
1e11156899b1f763097c31808c418', | 188 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'beef6851386
1e11156899b1f763097c31808c418', |
189 | 189 |
190 'src/third_party/libjingle/source/talk': | 190 'src/third_party/libjingle/source/talk': |
191 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'a63b8486770
e5da74891e146d1a7ebdf737bf034', # commit position 12009 | 191 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '75c1fc7f805
1f5e620db238861230b83813bcd95', # commit position 12020 |
192 | 192 |
193 'src/third_party/usrsctp/usrsctplib': | 193 'src/third_party/usrsctp/usrsctplib': |
194 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8
b35c3fe6027d7a3faae89d1c8d7dd3ce98', | 194 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8
b35c3fe6027d7a3faae89d1c8d7dd3ce98', |
195 | 195 |
196 'src/third_party/libsrtp': | 196 'src/third_party/libsrtp': |
197 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '8aa6248aec48a9cb8
1ea44c759ca427f777eff1e', # from svn revision 295151 | 197 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '8aa6248aec48a9cb8
1ea44c759ca427f777eff1e', # from svn revision 295151 |
198 | 198 |
199 'src/third_party/yasm/source/patched-yasm': | 199 'src/third_party/yasm/source/patched-yasm': |
200 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6
c7c6a1387217352ce02b31754deb54d2a', | 200 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6
c7c6a1387217352ce02b31754deb54d2a', |
201 | 201 |
202 'src/third_party/libjpeg_turbo': | 202 'src/third_party/libjpeg_turbo': |
203 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29
745f1546b6ebf5cf532e841c04c2c', | 203 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29
745f1546b6ebf5cf532e841c04c2c', |
204 | 204 |
205 'src/third_party/flac': | 205 'src/third_party/flac': |
206 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315
c016dc207e3fb2733fc0', | 206 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315
c016dc207e3fb2733fc0', |
207 | 207 |
208 'src/third_party/pyftpdlib/src': | 208 'src/third_party/pyftpdlib/src': |
209 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 209 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
210 | 210 |
211 'src/third_party/scons-2.0.1': | 211 'src/third_party/scons-2.0.1': |
212 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 212 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
213 | 213 |
214 'src/third_party/webrtc': | 214 'src/third_party/webrtc': |
215 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'addc0e6bc
9ccbfa142ea1bc46d34456404bf28ac', # commit position 12013 | 215 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '4ac195eb9
6d0c8f6446e9ab803ec8a471bdaa9e7', # commit position 12025 |
216 | 216 |
217 'src/third_party/openmax_dl': | 217 'src/third_party/openmax_dl': |
218 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 218 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
219 | 219 |
220 'src/third_party/jsoncpp/source': | 220 'src/third_party/jsoncpp/source': |
221 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 | 221 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
222 | 222 |
223 'src/third_party/libyuv': | 223 'src/third_party/libyuv': |
224 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '76aee8ced7ca74c724d69c1d
cf9891348450c8e8', | 224 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '76aee8ced7ca74c724d69c1d
cf9891348450c8e8', |
225 | 225 |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'pattern': '\\.sha1', | 835 'pattern': '\\.sha1', |
836 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], | 836 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], |
837 }, | 837 }, |
838 { | 838 { |
839 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 839 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
840 'name': 'gyp', | 840 'name': 'gyp', |
841 'pattern': '.', | 841 'pattern': '.', |
842 'action': ['python', 'src/build/gyp_chromium'], | 842 'action': ['python', 'src/build/gyp_chromium'], |
843 }, | 843 }, |
844 ] | 844 ] |
OLD | NEW |