| 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 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', | 23 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', |
| 24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', |
| 25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
| 26 'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b', | 26 'buildtools_revision': 'fa660d47fa1a6c649d5c29e001348447c55709e6', |
| 27 'dart_revision': '856248f1356d1e7564c8b27dcbe35c770cde2eb5', | 27 'dart_revision': '856248f1356d1e7564c8b27dcbe35c770cde2eb5', |
| 28 'dart_observatory_packages_revision': '45565', | 28 'dart_observatory_packages_revision': '45565', |
| 29 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', | 29 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', |
| 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 31 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', | 31 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', |
| 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 33 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', | 33 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', |
| 34 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', | 34 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', |
| 35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', | 35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', |
| 36 } | 36 } |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'src/third_party/junit/src': | 122 'src/third_party/junit/src': |
| 123 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
346b750c3209019f2e1', | 123 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
346b750c3209019f2e1', |
| 124 | 124 |
| 125 'src/third_party/mockito/src': | 125 'src/third_party/mockito/src': |
| 126 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
84bd7c467f2443b475a22fcc6ba8e', | 126 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
84bd7c467f2443b475a22fcc6ba8e', |
| 127 | 127 |
| 128 'src/third_party/robolectric/lib': | 128 'src/third_party/robolectric/lib': |
| 129 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', | 129 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', |
| 130 | 130 |
| 131 'src/third_party/android_tools': | 131 'src/third_party/android_tools': |
| 132 Var('chromium_git') + '/android_tools.git' + '@' + 'a1ffd63322c438627d78ea5
6eb73fb8779e06950', | 132 Var('chromium_git') + '/android_tools.git' + '@' + 'a3afc68f31ed9b32954954d
a95c855ee73820bd1', |
| 133 | 133 |
| 134 'src/third_party/appurify-python/src': | 134 'src/third_party/appurify-python/src': |
| 135 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 135 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 136 | 136 |
| 137 'src/third_party/freetype': | 137 'src/third_party/freetype-android/src': |
| 138 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
d6919ac23f74b876c209aba5eaa2be662086391', | 138 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd
1028db70bea988d1022e4d463de66581c696160', |
| 139 | 139 |
| 140 'src/third_party/requests/src': | 140 'src/third_party/requests/src': |
| 141 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 141 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 142 }, | 142 }, |
| 143 } | 143 } |
| 144 | 144 |
| 145 | 145 |
| 146 hooks = [ | 146 hooks = [ |
| 147 { | 147 { |
| 148 # This clobbers when necessary (based on get_landmines.py). It must be the | 148 # This clobbers when necessary (based on get_landmines.py). It must be the |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 { | 180 { |
| 181 # Update LASTCHANGE. This is also run by export_tarball.py in | 181 # Update LASTCHANGE. This is also run by export_tarball.py in |
| 182 # src/tools/export_tarball - please keep them in sync. | 182 # src/tools/export_tarball - please keep them in sync. |
| 183 'name': 'lastchange', | 183 'name': 'lastchange', |
| 184 'pattern': '.', | 184 'pattern': '.', |
| 185 'action': ['python', 'src/build/util/lastchange.py', | 185 'action': ['python', 'src/build/util/lastchange.py', |
| 186 '-o', 'src/build/util/LASTCHANGE'], | 186 '-o', 'src/build/util/LASTCHANGE'], |
| 187 }, | 187 }, |
| 188 # Pull GN binaries. This needs to be before running GYP below. | 188 # Pull GN binaries. This needs to be before running GYP below. |
| 189 { | 189 { |
| 190 'name': 'gn_linux32', | |
| 191 'pattern': '.', | |
| 192 'action': [ 'download_from_google_storage', | |
| 193 '--no_resume', | |
| 194 '--platform=linux*', | |
| 195 '--no_auth', | |
| 196 '--bucket', 'chromium-gn', | |
| 197 '-s', 'src/buildtools/linux32/gn.sha1', | |
| 198 ], | |
| 199 }, | |
| 200 { | |
| 201 'name': 'gn_linux64', | 190 'name': 'gn_linux64', |
| 202 'pattern': '.', | 191 'pattern': '.', |
| 203 'action': [ 'download_from_google_storage', | 192 'action': [ 'download_from_google_storage', |
| 204 '--no_resume', | 193 '--no_resume', |
| 205 '--platform=linux*', | 194 '--platform=linux*', |
| 206 '--no_auth', | 195 '--no_auth', |
| 207 '--bucket', 'chromium-gn', | 196 '--bucket', 'chromium-gn', |
| 208 '-s', 'src/buildtools/linux64/gn.sha1', | 197 '-s', 'src/buildtools/linux64/gn.sha1', |
| 209 ], | 198 ], |
| 210 }, | 199 }, |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'name': 'keyboard_native_resources', | 360 'name': 'keyboard_native_resources', |
| 372 'pattern': '', | 361 'pattern': '', |
| 373 'action': [ 'download_from_google_storage', | 362 'action': [ 'download_from_google_storage', |
| 374 '--no_resume', | 363 '--no_resume', |
| 375 '--no_auth', | 364 '--no_auth', |
| 376 '--bucket', 'mojo/keyboard_native', | 365 '--bucket', 'mojo/keyboard_native', |
| 377 '-d', 'src/services/keyboard_native/res', | 366 '-d', 'src/services/keyboard_native/res', |
| 378 ], | 367 ], |
| 379 }, | 368 }, |
| 380 ] | 369 ] |
| OLD | NEW |