| OLD | NEW |
| 1 # This file contains dependencies for WebRTC. | 1 # This file contains dependencies for WebRTC. |
| 2 | 2 |
| 3 vars = { | 3 vars = { |
| 4 'chromium_git': 'https://chromium.googlesource.com', | 4 'chromium_git': 'https://chromium.googlesource.com', |
| 5 'chromium_revision': '2f527dbd8d4c88f201b52f44ff94f4c4dcf6f578', | 5 'chromium_revision': 'f6d4d348d9ebd6a7efeaf289c1c696d433c278ca', |
| 6 'boringssl_git': 'https://boringssl.googlesource.com', | 6 'boringssl_git': 'https://boringssl.googlesource.com', |
| 7 # Three lines of non-changing comments so that | 7 # Three lines of non-changing comments so that |
| 8 # the commit queue can handle CLs rolling swarming_client | 8 # the commit queue can handle CLs rolling swarming_client |
| 9 # and whatever else without interference from each other. | 9 # and whatever else without interference from each other. |
| 10 'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5', | 10 'swarming_revision': '11e31afa5d330756ff87aa12064bb5d032896cb5', |
| 11 # Three lines of non-changing comments so that | 11 # Three lines of non-changing comments so that |
| 12 # the commit queue can handle CLs rolling openmax_dl | 12 # the commit queue can handle CLs rolling openmax_dl |
| 13 # and whatever else without interference from each other. | 13 # and whatever else without interference from each other. |
| 14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', | 14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', |
| 15 # Three lines of non-changing comments so that | 15 # Three lines of non-changing comments so that |
| (...skipping 19 matching lines...) Expand all Loading... |
| 35 # in base/third_party/libevent is solved. | 35 # in base/third_party/libevent is solved. |
| 36 'src/base': | 36 'src/base': |
| 37 Var('chromium_git') + '/chromium/src/base' + '@' + 'ddc1e835812392de6c7888ba
11cdd1cba6b4ac88', | 37 Var('chromium_git') + '/chromium/src/base' + '@' + 'ddc1e835812392de6c7888ba
11cdd1cba6b4ac88', |
| 38 'src/build': | 38 'src/build': |
| 39 Var('chromium_git') + '/chromium/src/build' + '@' + 'ab75dcc805af325e812f1df
faa38298186a2ca4d', | 39 Var('chromium_git') + '/chromium/src/build' + '@' + 'ab75dcc805af325e812f1df
faa38298186a2ca4d', |
| 40 'src/buildtools': | 40 'src/buildtools': |
| 41 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb
2e297a66c3d6d5bc3994f3', | 41 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '98f00fa10dbad2cdbb
2e297a66c3d6d5bc3994f3', |
| 42 'src/testing': | 42 'src/testing': |
| 43 Var('chromium_git') + '/chromium/src/testing' + '@' + '2f6b51b68d79115e0ef29
c1c36b1973b42c8bed2', | 43 Var('chromium_git') + '/chromium/src/testing' + '@' + '2f6b51b68d79115e0ef29
c1c36b1973b42c8bed2', |
| 44 'src/third_party': | 44 'src/third_party': |
| 45 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4faff79d24400810
9e98b9288aef4d99d37573d', | 45 Var('chromium_git') + '/chromium/src/third_party' + '@' + '0fd0b31b19eb50fe7
c9cf2b12e0f168d1cff79cb', |
| 46 'src/third_party/boringssl/src': | 46 'src/third_party/boringssl/src': |
| 47 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), | 47 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
| 48 'src/third_party/catapult': | 48 'src/third_party/catapult': |
| 49 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), | 49 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), |
| 50 'src/third_party/colorama/src': | 50 'src/third_party/colorama/src': |
| 51 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', | 51 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
| 52 'src/third_party/ffmpeg': | 52 'src/third_party/ffmpeg': |
| 53 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '28a5cdde5c
32bcf66715343c10f74e85713f7aaf', | 53 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '28a5cdde5c
32bcf66715343c10f74e85713f7aaf', |
| 54 'src/third_party/googletest/src': | 54 'src/third_party/googletest/src': |
| 55 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
43359642a1c16ad3f4fc575c7edd0cb935810815', | 55 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
43359642a1c16ad3f4fc575c7edd0cb935810815', |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 }, | 529 }, |
| 530 ] | 530 ] |
| 531 | 531 |
| 532 recursedeps = [ | 532 recursedeps = [ |
| 533 # buildtools provides clang_format, libc++, and libc++abi. | 533 # buildtools provides clang_format, libc++, and libc++abi. |
| 534 'src/buildtools', | 534 'src/buildtools', |
| 535 # android_tools manages the NDK. | 535 # android_tools manages the NDK. |
| 536 'src/third_party/android_tools', | 536 'src/third_party/android_tools', |
| 537 ] | 537 ] |
| 538 | 538 |
| OLD | NEW |