Chromium Code Reviews| 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 'dart_svn': 'https://dart.googlecode.com', | 22 'dart_svn': 'https://dart.googlecode.com', |
| 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 24 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', | 24 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', |
| 25 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 25 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', |
| 26 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 26 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
| 27 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772', | 27 'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b', |
| 28 'dart_revision': '45304', | 28 'dart_revision': '45304', |
| 29 'dart_observatory_packages_revision': '43830', | 29 'dart_observatory_packages_revision': '43830', |
| 30 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', | 30 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', |
| 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 32 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', | 32 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', |
| 33 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 33 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 34 'nacl_revision': '19f11aa481261f38f2a1e9a04e41a7e12aa70e32', | 34 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', |
| 35 } | 35 } |
| 36 | 36 |
| 37 # Only these hosts are allowed for dependencies in this DEPS file. | 37 # Only these hosts are allowed for dependencies in this DEPS file. |
| 38 # If you need to add a new host, contact chrome infrastructure team. | 38 # If you need to add a new host, contact chrome infrastructure team. |
| 39 allowed_hosts = [ | 39 allowed_hosts = [ |
| 40 'boringssl.googlesource.com', | 40 'boringssl.googlesource.com', |
| 41 'chromium.googlesource.com', | 41 'chromium.googlesource.com', |
| 42 'dart.googlecode.com', | 42 'dart.googlecode.com', |
| 43 'pdfium.googlesource.com', | 43 'pdfium.googlesource.com', |
| 44 ] | 44 ] |
| 45 | 45 |
| 46 deps = { | 46 deps = { |
| 47 'src/buildtools': | 47 'src/buildtools': |
| 48 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), | 48 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), |
| 49 | 49 |
| 50 'src/testing/gtest': | 50 'src/testing/gtest': |
| 51 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704 | 51 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704 |
| 52 | 52 |
| 53 'src/testing/gmock': | 53 'src/testing/gmock': |
| 54 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501 | 54 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501 |
| 55 | 55 |
| 56 'src/third_party/angle': | 56 'src/third_party/angle': |
| 57 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 57 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 58 | 58 |
| 59 'src/third_party/icu': | 59 'src/third_party/icu': |
| 60 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630d a515b74d889ba2f8d08', | 60 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '10834e84d250eb31a7349 6bfdb7923eaa43ead51', |
|
jamesr
2015/04/27 22:31:27
i know icu is a dependency of //base, but if you a
| |
| 61 | 61 |
| 62 'src/tools/grit': | 62 'src/tools/grit': |
| 63 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '0287c187b11ed535902 54e4d817e836a44a7a1a7', # from svn revision 186 | 63 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46 7e845ba8543c22f9072af', # from svn revision 189 |
|
jamesr
2015/04/27 22:31:27
what needs/wants a new version of grit?
| |
| 64 | 64 |
| 65 'src/v8': | 65 'src/v8': |
| 66 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 66 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 67 | 67 |
| 68 'src/dart/runtime': | 68 'src/dart/runtime': |
| 69 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da rt_revision'), | 69 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da rt_revision'), |
| 70 | 70 |
| 71 'src/dart/sdk/lib': | 71 'src/dart/sdk/lib': |
| 72 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da rt_revision'), | 72 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da rt_revision'), |
| 73 | 73 |
| 74 'src/dart/tools': | 74 'src/dart/tools': |
| 75 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/tools' + '@' + Var('dart _revision'), | 75 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/tools' + '@' + Var('dart _revision'), |
| 76 | 76 |
| 77 'src/dart/third_party/observatory_pub_packages': | 77 'src/dart/third_party/observatory_pub_packages': |
| 78 Var('dart_svn') + '/svn/third_party/observatory_pub_packages' + '@' + | 78 Var('dart_svn') + '/svn/third_party/observatory_pub_packages' + '@' + |
| 79 Var('dart_observatory_packages_revision'), | 79 Var('dart_observatory_packages_revision'), |
| 80 | 80 |
| 81 'src/third_party/sfntly/cpp/src': | 81 'src/third_party/sfntly/cpp/src': |
| 82 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), | 82 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), |
| 83 | 83 |
| 84 'src/third_party/skia': | 84 'src/third_party/skia': |
| 85 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 85 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 86 | 86 |
| 87 'src/third_party/yasm/source/patched-yasm': | 87 'src/third_party/yasm/source/patched-yasm': |
| 88 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', | 88 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', |
| 89 | 89 |
| 90 'src/third_party/libjpeg_turbo': | 90 'src/third_party/libjpeg_turbo': |
| 91 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', | 91 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '9e9058be139 a32f2d03eddce97fb15ecca92e6bc', |
|
jamesr
2015/04/27 22:31:27
what needs a new libjpeg_turbo?
| |
| 92 | 92 |
| 93 'src/third_party/smhasher/src': | 93 'src/third_party/smhasher/src': |
| 94 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', | 94 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', |
| 95 | 95 |
| 96 'src/third_party/pywebsocket/src': | 96 'src/third_party/pywebsocket/src': |
| 97 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', | 97 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', |
| 98 | 98 |
| 99 'src/third_party/mesa/src': | 99 'src/third_party/mesa/src': |
| 100 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', | 100 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', |
| 101 | 101 |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 128 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', | 128 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', |
| 129 }, | 129 }, |
| 130 'android': { | 130 'android': { |
| 131 'src/third_party/colorama/src': | 131 'src/third_party/colorama/src': |
| 132 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d 2789ecbd7e8db2e18e6b8', | 132 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d 2789ecbd7e8db2e18e6b8', |
| 133 | 133 |
| 134 'src/third_party/jsr-305/src': | 134 'src/third_party/jsr-305/src': |
| 135 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919', | 135 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919', |
| 136 | 136 |
| 137 'src/third_party/android_tools': | 137 'src/third_party/android_tools': |
| 138 Var('chromium_git') + '/android_tools.git' + '@' + 'a1ffd63322c438627d78ea5 6eb73fb8779e06950', | 138 Var('chromium_git') + '/android_tools.git' + '@' + '7200281446186c7192cb02f 54dc2b38e02d705e5', |
| 139 | 139 |
| 140 'src/third_party/appurify-python/src': | 140 'src/third_party/appurify-python/src': |
| 141 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 141 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 142 | 142 |
| 143 'src/third_party/freetype': | 143 'src/third_party/freetype': |
| 144 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f d6919ac23f74b876c209aba5eaa2be662086391', | 144 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f d6919ac23f74b876c209aba5eaa2be662086391', |
| 145 | 145 |
| 146 'src/third_party/requests/src': | 146 'src/third_party/requests/src': |
| 147 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 147 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 148 }, | 148 }, |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 { | 342 { |
| 343 # This downloads linux and android Go binaries according to | 343 # This downloads linux and android Go binaries according to |
| 344 # tools/go/VERSION. | 344 # tools/go/VERSION. |
| 345 'name': 'gotools', | 345 'name': 'gotools', |
| 346 'pattern': '.', | 346 'pattern': '.', |
| 347 'action': [ | 347 'action': [ |
| 348 'python', 'src/tools/go/download.py', | 348 'python', 'src/tools/go/download.py', |
| 349 ], | 349 ], |
| 350 }, | 350 }, |
| 351 ] | 351 ] |
| OLD | NEW |