Chromium Code Reviews| 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 486 'src/third_party/jsr-305/src': | 486 'src/third_party/jsr-305/src': |
| 487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', | 487 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a f6d5df2d3210e3bfc0919', |
| 488 | 488 |
| 489 'src/third_party/junit/src': | 489 'src/third_party/junit/src': |
| 490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481', | 490 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c f4d08253a1556e75481', |
| 491 | 491 |
| 492 'src/third_party/mockito/src': | 492 'src/third_party/mockito/src': |
| 493 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850', | 493 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850', |
| 494 | 494 |
| 495 'src/third_party/netty-tcnative/src': | 495 'src/third_party/netty-tcnative/src': |
| 496 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '2a25ec75d688 9d32594a6f8b4d42962c15255d76', | 496 Var('chromium_git') + '/external/netty-tcnative.git' + '@' + '5b46a8ef4a39 c39c576fcdaaf718b585d75df463', |
|
mef
2017/04/27 15:49:15
Do we need to land other 2 CLs before this one?
kapishnikov
2017/04/27 16:40:09
Yes, otherwise the build will fail. I will run the
| |
| 497 | 497 |
| 498 'src/third_party/netty4/src': | 498 'src/third_party/netty4/src': |
| 499 Var('chromium_git') + '/external/netty4.git' + '@' + 'e0f26303b4ce635365be 19414d0ac81f2ef6ba3c', | 499 Var('chromium_git') + '/external/netty4.git' + '@' + 'cc4420b13bb4eeea5b1c f4f93b2755644cd3b120', |
| 500 | 500 |
| 501 'src/third_party/robolectric/robolectric': | 501 'src/third_party/robolectric/robolectric': |
| 502 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d', | 502 Var('chromium_git') + '/external/robolectric.git' + '@' + '2a0b6ba221c14f3 371813a676ce06143353e448d', |
| 503 | 503 |
| 504 'src/third_party/ub-uiautomator/lib': | 504 'src/third_party/ub-uiautomator/lib': |
| 505 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', | 505 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', |
| 506 | 506 |
| 507 'src/third_party/leakcanary/src': | 507 'src/third_party/leakcanary/src': |
| 508 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', | 508 Var('chromium_git') + '/external/github.com/square/leakcanary.git' + '@' + '608ded739e036a3aa69db47ac43777dcee506f8e', |
| 509 | 509 |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1155 recursedeps = [ | 1155 recursedeps = [ |
| 1156 # buildtools provides clang_format, libc++, and libc++abi | 1156 # buildtools provides clang_format, libc++, and libc++abi |
| 1157 'src/buildtools', | 1157 'src/buildtools', |
| 1158 # android_tools manages the NDK. | 1158 # android_tools manages the NDK. |
| 1159 'src/third_party/android_tools', | 1159 'src/third_party/android_tools', |
| 1160 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1160 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1161 ("src/third_party/angle", "DEPS.chromium"), | 1161 ("src/third_party/angle", "DEPS.chromium"), |
| 1162 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. | 1162 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. |
| 1163 ("src/third_party/swiftshader", "DEPS"), | 1163 ("src/third_party/swiftshader", "DEPS"), |
| 1164 ] | 1164 ] |
| OLD | NEW |