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 24 matching lines...) Expand all Loading... |
35 'llvm_git': 'https://llvm.googlesource.com', | 35 'llvm_git': 'https://llvm.googlesource.com', |
36 'webkit_trunk': 'http://src.chromium.org/blink/trunk', | 36 'webkit_trunk': 'http://src.chromium.org/blink/trunk', |
37 'webkit_revision': '66827988e54f925c0f361bc29f92d201173ef2ee', # from svn revi
sion 194386 | 37 'webkit_revision': '66827988e54f925c0f361bc29f92d201173ef2ee', # from svn revi
sion 194386 |
38 'chromium_git': 'https://chromium.googlesource.com', | 38 'chromium_git': 'https://chromium.googlesource.com', |
39 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', | 39 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', |
40 'pdfium_git': 'https://pdfium.googlesource.com', | 40 'pdfium_git': 'https://pdfium.googlesource.com', |
41 'skia_git': 'https://skia.googlesource.com', | 41 'skia_git': 'https://skia.googlesource.com', |
42 'boringssl_git': 'https://boringssl.googlesource.com', | 42 'boringssl_git': 'https://boringssl.googlesource.com', |
43 'libvpx_revision': 'c600ca703b712ac0d2db719970a1fce6de70fcb4', | 43 'libvpx_revision': 'c600ca703b712ac0d2db719970a1fce6de70fcb4', |
44 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 44 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
45 'skia_revision': 'aa31ee78eecef34128aa1eaf0e1bb9398a7caec5', | 45 'skia_revision': '8e71d38126df1ed40ee88107e681c8b62f726e30', |
46 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
47 # the commit queue can handle CLs rolling Skia | 47 # the commit queue can handle CLs rolling Skia |
48 # and V8 without interference from each other. | 48 # and V8 without interference from each other. |
49 'v8_branch': 'trunk', | 49 'v8_branch': 'trunk', |
50 'v8_revision': '5b5f7c180da5a60fc5406afef691f511c080f554', | 50 'v8_revision': '9432a89321d5600ab05661715614395d6d987c42', |
51 # Three lines of non-changing comments so that | 51 # Three lines of non-changing comments so that |
52 # the commit queue can handle CLs rolling WebRTC | 52 # the commit queue can handle CLs rolling WebRTC |
53 # and V8 without interference from each other. | 53 # and V8 without interference from each other. |
54 # Three lines of non-changing comments so that | 54 # Three lines of non-changing comments so that |
55 # the commit queue can handle CLs rolling swarming_client | 55 # the commit queue can handle CLs rolling swarming_client |
56 # and whatever else without interference from each other. | 56 # and whatever else without interference from each other. |
57 'swarming_revision': 'f222001cc23c7cdb574bf4cfb447f65c94bc6da3', | 57 'swarming_revision': 'f222001cc23c7cdb574bf4cfb447f65c94bc6da3', |
58 # Three lines of non-changing comments so that | 58 # Three lines of non-changing comments so that |
59 # the commit queue can handle CLs rolling ANGLE | 59 # the commit queue can handle CLs rolling ANGLE |
60 # and whatever else without interference from each other. | 60 # and whatever else without interference from each other. |
(...skipping 26 matching lines...) Expand all Loading... |
87 # the commit queue can handle CLs rolling lighttpd | 87 # the commit queue can handle CLs rolling lighttpd |
88 # and whatever else without interference from each other. | 88 # and whatever else without interference from each other. |
89 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 89 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
90 # Three lines of non-changing comments so that | 90 # Three lines of non-changing comments so that |
91 # the commit queue can handle CLs rolling lss | 91 # the commit queue can handle CLs rolling lss |
92 # and whatever else without interference from each other. | 92 # and whatever else without interference from each other. |
93 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 93 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
94 # Three lines of non-changing comments so that | 94 # Three lines of non-changing comments so that |
95 # the commit queue can handle CLs rolling NaCl | 95 # the commit queue can handle CLs rolling NaCl |
96 # and whatever else without interference from each other. | 96 # and whatever else without interference from each other. |
97 'nacl_revision': 'efe1c643770e76a1c4747e4c5bf9338e5a0ef945', | 97 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', |
98 } | 98 } |
99 | 99 |
100 # Only these hosts are allowed for dependencies in this DEPS file. | 100 # Only these hosts are allowed for dependencies in this DEPS file. |
101 # If you need to add a new host, contact chrome infrastracture team. | 101 # If you need to add a new host, contact chrome infrastracture team. |
102 allowed_hosts = [ | 102 allowed_hosts = [ |
103 'chromium.googlesource.com', | 103 'chromium.googlesource.com', |
104 'boringssl.googlesource.com', | 104 'boringssl.googlesource.com', |
105 'pdfium.googlesource.com', | 105 'pdfium.googlesource.com', |
106 'android.googlesource.com', | 106 'android.googlesource.com', |
107 ] | 107 ] |
(...skipping 17 matching lines...) Expand all Loading... |
125 'src/third_party/angle': | 125 'src/third_party/angle': |
126 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 126 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
127 | 127 |
128 'src/third_party/colorama/src': | 128 'src/third_party/colorama/src': |
129 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', | 129 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', |
130 | 130 |
131 'src/third_party/crashpad/crashpad': | 131 'src/third_party/crashpad/crashpad': |
132 Var('chromium_git') + '/crashpad/crashpad.git' + '@' + '1baff4ff92fe1a1ead6b8
8b5f01633a4f0b6b51c', | 132 Var('chromium_git') + '/crashpad/crashpad.git' + '@' + '1baff4ff92fe1a1ead6b8
8b5f01633a4f0b6b51c', |
133 | 133 |
134 'src/third_party/trace-viewer': | 134 'src/third_party/trace-viewer': |
135 Var('chromium_git') + '/external/trace-viewer.git' + '@' + 'f8f4efb9a374bba07
dfb90c732a923884c3747f7', | 135 Var('chromium_git') + '/external/trace-viewer.git' + '@' + 'bd416ea61d3632b93
796eba2134fe03185e9e63e', |
136 | 136 |
137 'src/third_party/WebKit': | 137 'src/third_party/WebKit': |
138 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), | 138 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), |
139 | 139 |
140 'src/third_party/icu': | 140 'src/third_party/icu': |
141 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '10834e84d250eb31a7349
6bfdb7923eaa43ead51', | 141 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '10834e84d250eb31a7349
6bfdb7923eaa43ead51', |
142 | 142 |
143 'src/third_party/libexif/sources': | 143 'src/third_party/libexif/sources': |
144 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', | 144 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', |
145 | 145 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'src/third_party/webdriver/pylib': | 203 'src/third_party/webdriver/pylib': |
204 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 204 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
205 | 205 |
206 'src/third_party/libvpx': | 206 'src/third_party/libvpx': |
207 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 207 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
208 | 208 |
209 'src/third_party/ffmpeg': | 209 'src/third_party/ffmpeg': |
210 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '104f872faf2
cd809cdada885a1e39be85e5b3316', | 210 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '104f872faf2
cd809cdada885a1e39be85e5b3316', |
211 | 211 |
212 'src/third_party/libjingle/source/talk': | 212 'src/third_party/libjingle/source/talk': |
213 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'c37efc9de4c
ff7da03ff3fa842bbfe35c5a540b4', | 213 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'd8bca77284d
02b80de15a5420c727a3e1385c542', # commit position 9081 |
214 | 214 |
215 'src/third_party/usrsctp/usrsctplib': | 215 'src/third_party/usrsctp/usrsctplib': |
216 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408
f8f587cb4c3ffeef2e50ac', # from svn revision 9215 | 216 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408
f8f587cb4c3ffeef2e50ac', # from svn revision 9215 |
217 | 217 |
218 'src/third_party/libsrtp': | 218 'src/third_party/libsrtp': |
219 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f
21cc4e6768e891bcb767574', | 219 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f
21cc4e6768e891bcb767574', |
220 | 220 |
221 'src/third_party/yasm/source/patched-yasm': | 221 'src/third_party/yasm/source/patched-yasm': |
222 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', | 222 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
223 | 223 |
224 'src/third_party/libjpeg_turbo': | 224 'src/third_party/libjpeg_turbo': |
225 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', | 225 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', |
226 | 226 |
227 'src/third_party/flac': | 227 'src/third_party/flac': |
228 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', | 228 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', |
229 | 229 |
230 'src/third_party/pyftpdlib/src': | 230 'src/third_party/pyftpdlib/src': |
231 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 231 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
232 | 232 |
233 'src/third_party/scons-2.0.1': | 233 'src/third_party/scons-2.0.1': |
234 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 234 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
235 | 235 |
236 'src/third_party/webrtc': | 236 'src/third_party/webrtc': |
237 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '51fb6e464
e6aab5711afedc6fb9c3d23f4b92057', | 237 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '324d9727c
d5cc1f2e3434e82cc9f9d83a486abab', # commit position 9084 |
238 | 238 |
239 'src/third_party/openmax_dl': | 239 'src/third_party/openmax_dl': |
240 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 240 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
241 | 241 |
242 'src/third_party/jsoncpp/source': | 242 'src/third_party/jsoncpp/source': |
243 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 | 243 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
244 | 244 |
245 'src/third_party/libyuv': | 245 'src/third_party/libyuv': |
246 Var('chromium_git') + '/external/libyuv.git' + '@' + '01db3d1d1ddd3f2907a46a
41f24add5143b518d5', # from svn revision 1374 | 246 Var('chromium_git') + '/external/libyuv.git' + '@' + '01db3d1d1ddd3f2907a46a
41f24add5143b518d5', # from svn revision 1374 |
247 | 247 |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 403 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
404 | 404 |
405 'src/third_party/swig/linux': | 405 'src/third_party/swig/linux': |
406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', | 406 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', |
407 | 407 |
408 'src/third_party/lss': | 408 'src/third_party/lss': |
409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 409 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
410 | 410 |
411 # For Linux and Chromium OS. | 411 # For Linux and Chromium OS. |
412 'src/third_party/cros_system_api': | 412 'src/third_party/cros_system_api': |
413 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'beb554
763c188ae8f0518de6d55661248c907218', | 413 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '42cdfa
ada2ae9183f6479531e24d739cc778c4a8', |
414 | 414 |
415 # Note that this is different from Android's freetype repo. | 415 # Note that this is different from Android's freetype repo. |
416 'src/third_party/freetype2/src': | 416 'src/third_party/freetype2/src': |
417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49
5a23fce9cd125f715dc20643d14fed226d76ac', | 417 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49
5a23fce9cd125f715dc20643d14fed226d76ac', |
418 | 418 |
419 # Build tools for Chrome OS. | 419 # Build tools for Chrome OS. |
420 'src/third_party/chromite': | 420 'src/third_party/chromite': |
421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'fdc9440cb96f8de35
202abc285ffb896e04292d3', | 421 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'fdc9440cb96f8de35
202abc285ffb896e04292d3', |
422 | 422 |
423 # Dependency of chromite.git. | 423 # Dependency of chromite.git. |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'action': ['python', 'src/build/vs_toolchain.py', 'update'], | 574 'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
575 }, | 575 }, |
576 { | 576 { |
577 # Pull clang if needed or requested via GYP_DEFINES. | 577 # Pull clang if needed or requested via GYP_DEFINES. |
578 # Note: On Win, this should run after win_toolchain, as it may use it. | 578 # Note: On Win, this should run after win_toolchain, as it may use it. |
579 'name': 'clang', | 579 'name': 'clang', |
580 'pattern': '.', | 580 'pattern': '.', |
581 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], | 581 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
582 }, | 582 }, |
583 { | 583 { |
584 # Update LASTCHANGE. This is also run by export_tarball.py in | 584 # Update LASTCHANGE. |
585 # src/tools/export_tarball - please keep them in sync. | |
586 'name': 'lastchange', | 585 'name': 'lastchange', |
587 'pattern': '.', | 586 'pattern': '.', |
588 'action': ['python', 'src/build/util/lastchange.py', | 587 'action': ['python', 'src/build/util/lastchange.py', |
589 '-o', 'src/build/util/LASTCHANGE'], | 588 '-o', 'src/build/util/LASTCHANGE'], |
590 }, | 589 }, |
591 { | 590 { |
592 # Update LASTCHANGE.blink. This is also run by export_tarball.py in | 591 # Update LASTCHANGE.blink. |
593 # src/tools/export_tarball - please keep them in sync. | |
594 'name': 'lastchange', | 592 'name': 'lastchange', |
595 'pattern': '.', | 593 'pattern': '.', |
596 'action': ['python', 'src/build/util/lastchange.py', | 594 'action': ['python', 'src/build/util/lastchange.py', |
597 '-s', 'src/third_party/WebKit', | 595 '-s', 'src/third_party/WebKit', |
598 '-o', 'src/build/util/LASTCHANGE.blink'], | 596 '-o', 'src/build/util/LASTCHANGE.blink'], |
599 }, | 597 }, |
600 # Pull GN binaries. This needs to be before running GYP below. | 598 # Pull GN binaries. This needs to be before running GYP below. |
601 { | 599 { |
602 'name': 'gn_win', | 600 'name': 'gn_win', |
603 'pattern': '.', | 601 'pattern': '.', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 # corresponding .py files have already been deleted. | 784 # corresponding .py files have already been deleted. |
787 'name': 'remove_stale_pyc_files', | 785 'name': 'remove_stale_pyc_files', |
788 'pattern': 'src/tools/.*\\.py', | 786 'pattern': 'src/tools/.*\\.py', |
789 'action': [ | 787 'action': [ |
790 'python', | 788 'python', |
791 'src/tools/remove_stale_pyc_files.py', | 789 'src/tools/remove_stale_pyc_files.py', |
792 'src/tools', | 790 'src/tools', |
793 ], | 791 ], |
794 }, | 792 }, |
795 ] | 793 ] |
OLD | NEW |