| OLD | NEW |
| 1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
| 2 # that gclient uses under git. | 2 # that gclient uses under git. |
| 3 # | 3 # |
| 4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
| 5 # | 5 # |
| 6 # To test manually, run: | 6 # To test manually, run: |
| 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
| 8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
| 9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
| 10 # | 10 # |
| 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
| 12 # gclient sync | 12 # gclient sync |
| 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change |
| 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
| 15 # updated by a bot when you modify this one. | 15 # updated by a bot when you modify this one. |
| 16 # | 16 # |
| 17 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
| 18 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
| 19 | 19 |
| 20 vars = { | 20 vars = { |
| 21 'chromium_git': 'https://chromium.googlesource.com', | 21 'chromium_git': 'https://chromium.googlesource.com', |
| 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 25 'skia_revision': '947556f6583e62b1ae19dcda94e0dea78babda2b', | 25 'skia_revision': '2dd1ae016d7f297b433c3ea3a771ef8e01657c1f', |
| 26 # Three lines of non-changing comments so that | 26 # Three lines of non-changing comments so that |
| 27 # the commit queue can handle CLs rolling Skia | 27 # the commit queue can handle CLs rolling Skia |
| 28 # and V8 without interference from each other. | 28 # and V8 without interference from each other. |
| 29 'v8_revision': '43c0584a4b83eefc27c519f577b62f3960a1772d', | 29 'v8_revision': 'dfec52e2f3e073cfe28d0041f6d7c657d9b9486f', |
| 30 # Three lines of non-changing comments so that | 30 # Three lines of non-changing comments so that |
| 31 # the commit queue can handle CLs rolling ANGLE | 31 # the commit queue can handle CLs rolling ANGLE |
| 32 # and whatever else without interference from each other. | 32 # and whatever else without interference from each other. |
| 33 "angle_revision": "746d0ea79208b514e95e626310bec513fa666ca4", | 33 "angle_revision": "746d0ea79208b514e95e626310bec513fa666ca4", |
| 34 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
| 35 # the commit queue can handle CLs rolling build tools | 35 # the commit queue can handle CLs rolling build tools |
| 36 # and whatever else without interference from each other. | 36 # and whatever else without interference from each other. |
| 37 'buildtools_revision': '6ea835db27479b9a5742e48b5e4466af7c2534ff', | 37 'buildtools_revision': 'ded32942a1ebfddff0ba1231898fc4f6c7faacec', |
| 38 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
| 39 # the commit queue can handle CLs rolling PDFium | 39 # the commit queue can handle CLs rolling PDFium |
| 40 # and whatever else without interference from each other. | 40 # and whatever else without interference from each other. |
| 41 'pdfium_revision': '1dc4f4112d72c63e465d6f09695ebea1119d39a6', | 41 'pdfium_revision': 'ef619d0562b39f30943cfdc4985a0df233d00e42', |
| 42 # Three lines of non-changing comments so that | 42 # Three lines of non-changing comments so that |
| 43 # the commit queue can handle CLs rolling BoringSSL | 43 # the commit queue can handle CLs rolling BoringSSL |
| 44 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
| 45 'boringssl_revision': '69a01608f33ab6fe2c3485d94aef1fe9eacf5364', | 45 'boringssl_revision': '00505ec2e1e4c3047b4f61a306f2ac1372fa7640', |
| 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 lss | 47 # the commit queue can handle CLs rolling lss |
| 48 # and whatever else without interference from each other. | 48 # and whatever else without interference from each other. |
| 49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 50 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
| 51 # the commit queue can handle CLs rolling nss | 51 # the commit queue can handle CLs rolling nss |
| 52 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
| 53 'nss_revision': '258342ecf9c65105189092ef6339dc4e7779a7ae', | 53 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 54 } | 54 } |
| 55 | 55 |
| 56 # Only these hosts are allowed for dependencies in this DEPS file. | 56 # Only these hosts are allowed for dependencies in this DEPS file. |
| 57 # If you need to add a new host, contact chrome infrastructure team. | 57 # If you need to add a new host, contact chrome infrastructure team. |
| 58 allowed_hosts = [ | 58 allowed_hosts = [ |
| 59 'chromium.googlesource.com', | 59 'chromium.googlesource.com', |
| 60 'boringssl.googlesource.com', | 60 'boringssl.googlesource.com', |
| 61 'pdfium.googlesource.com', | 61 'pdfium.googlesource.com', |
| 62 ] | 62 ] |
| 63 | 63 |
| 64 deps = { | 64 deps = { |
| 65 'src/buildtools': | 65 'src/buildtools': |
| 66 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 66 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), |
| 67 | 67 |
| 68 'src/sdch/open-vcdiff': | 68 'src/sdch/open-vcdiff': |
| 69 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21
611a94cd37bfc8c28ceb33', # from svn revision 41 | 69 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21
611a94cd37bfc8c28ceb33', # from svn revision 41 |
| 70 | 70 |
| 71 'src/testing/gtest': | 71 'src/testing/gtest': |
| 72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 | 72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 |
| 73 | 73 |
| 74 'src/testing/gmock': | 74 'src/testing/gmock': |
| 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 76 | 76 |
| 77 'src/third_party/angle': | 77 'src/third_party/angle': |
| 78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 79 | 79 |
| 80 'src/third_party/icu': | 80 'src/third_party/icu': |
| 81 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'dd727641e190d60e459
3bcb3a35c7f51eb4925c5', # from svn revision 292996 | 81 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + '866ff696e9022a6000a
fbab516fba62cfa306075', # from svn revision 293126 |
| 82 | 82 |
| 83 'src/third_party/libc++/trunk': | 83 'src/third_party/libc++/trunk': |
| 84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | 84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), |
| 85 | 85 |
| 86 'src/third_party/libc++abi/trunk': | 86 'src/third_party/libc++abi/trunk': |
| 87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | 87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), |
| 88 | 88 |
| 89 'src/tools/grit': | 89 'src/tools/grit': |
| 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 | 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 |
| 91 | 91 |
| 92 'src/v8': | 92 'src/v8': |
| 93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 94 | 94 |
| 95 'src/third_party/sfntly/cpp/src': | 95 'src/third_party/sfntly/cpp/src': |
| 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
| 97 | 97 |
| 98 'src/third_party/skia': | 98 'src/third_party/skia': |
| 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 100 | 100 |
| 101 'src/third_party/ots': | 101 'src/third_party/ots': |
| 102 Var('chromium_git') + '/external/ots.git' + '@' + '98897009f3ea8a5fa3e20a4a7
4977da7aaa8e61a', | 102 Var('chromium_git') + '/external/ots.git' + '@' + '98897009f3ea8a5fa3e20a4a7
4977da7aaa8e61a', |
| 103 | 103 |
| 104 'src/third_party/brotli/src': | 104 'src/third_party/brotli/src': |
| 105 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '65c
b3326e30ef8a67eb1d4411ec563e91be6e9ae', | 105 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '8c9
c83426beb4a58da34be76ea1fccb4054c4703', |
| 106 | 106 |
| 107 'src/third_party/yasm/source/patched-yasm': | 107 'src/third_party/yasm/source/patched-yasm': |
| 108 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', | 108 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
| 109 | 109 |
| 110 'src/third_party/libjpeg_turbo': | 110 'src/third_party/libjpeg_turbo': |
| 111 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', | 111 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', |
| 112 | 112 |
| 113 'src/third_party/smhasher/src': | 113 'src/third_party/smhasher/src': |
| 114 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 114 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
| 115 | 115 |
| 116 'src/third_party/pywebsocket/src': | 116 'src/third_party/pywebsocket/src': |
| 117 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 117 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
| 118 | 118 |
| 119 'src/third_party/mesa/src': | 119 'src/third_party/mesa/src': |
| 120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f
3d0f6ea40c3a781f0537', | 120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f
3d0f6ea40c3a781f0537', |
| 121 | 121 |
| 122 'src/third_party/pdfium': | 122 'src/third_party/pdfium': |
| 123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
| 124 | 124 |
| 125 'src/third_party/boringssl/src': | 125 'src/third_party/boringssl/src': |
| 126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 127 | 127 |
| 128 'src/tools/gyp': | 128 'src/tools/gyp': |
| 129 Var('chromium_git') + '/external/gyp.git' + '@' + 'b13d8f243da15ded051e87e66
3c4f2c2fcc5804c', # from svn revision 1994 | 129 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316
778434884da4fa7', # from svn revision 2010 |
| 130 } | 130 } |
| 131 | 131 |
| 132 | 132 |
| 133 deps_os = { | 133 deps_os = { |
| 134 'unix': { | 134 'unix': { |
| 135 # Linux, really. | 135 # Linux, really. |
| 136 'src/third_party/lss': | 136 'src/third_party/lss': |
| 137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 138 | 138 |
| 139 # Note that this is different from Android's freetype repo. | 139 # Note that this is different from Android's freetype repo. |
| 140 'src/third_party/freetype2/src': | 140 'src/third_party/freetype2/src': |
| 141 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49
5a23fce9cd125f715dc20643d14fed226d76ac', | 141 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49
5a23fce9cd125f715dc20643d14fed226d76ac', |
| 142 | 142 |
| 143 # Used for embedded builds. CrOS & Linux use the system version. | 143 # Used for embedded builds. CrOS & Linux use the system version. |
| 144 'src/third_party/fontconfig/src': | 144 'src/third_party/fontconfig/src': |
| 145 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 145 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
| 146 }, | 146 }, |
| 147 'android': { | 147 'android': { |
| 148 'src/third_party/colorama/src': | 148 'src/third_party/colorama/src': |
| 149 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 149 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
| 150 | 150 |
| 151 'src/third_party/jsr-305/src': | 151 'src/third_party/jsr-305/src': |
| 152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
| 153 | 153 |
| 154 'src/third_party/android_tools': | 154 'src/third_party/android_tools': |
| 155 Var('chromium_git') + '/android_tools.git' + '@' + 'ea50cccc11657404ce22cf9
28062ed1a3927eb39', | 155 Var('chromium_git') + '/android_tools.git' + '@' + '4f723e2a5fa5b7b8a198072
ac19b92344be2b271', |
| 156 | 156 |
| 157 'src/third_party/freetype': | 157 'src/third_party/freetype': |
| 158 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', | 158 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', |
| 159 }, | 159 }, |
| 160 'win': { | 160 'win': { |
| 161 'src/third_party/nss': | 161 'src/third_party/nss': |
| 162 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision
'), | 162 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision
'), |
| 163 'src/third_party/bison': | 163 'src/third_party/bison': |
| 164 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affd
d5464ee2b224c2df649c6e26c3', | 164 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affd
d5464ee2b224c2df649c6e26c3', |
| 165 'src/third_party/gperf': | 165 'src/third_party/gperf': |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 # corresponding .py files have already been deleted. | 308 # corresponding .py files have already been deleted. |
| 309 'name': 'remove_stale_pyc_files', | 309 'name': 'remove_stale_pyc_files', |
| 310 'pattern': 'src/tools/.*\\.py', | 310 'pattern': 'src/tools/.*\\.py', |
| 311 'action': [ | 311 'action': [ |
| 312 'python', | 312 'python', |
| 313 'src/tools/remove_stale_pyc_files.py', | 313 'src/tools/remove_stale_pyc_files.py', |
| 314 'src/tools', | 314 'src/tools', |
| 315 ], | 315 ], |
| 316 }, | 316 }, |
| 317 ] | 317 ] |
| OLD | NEW |