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': 'ac76448402d65a2f5dc9ccea07916f009960e0b0', | 5 'chromium_revision': 'a1744a232492c4cc012fc2c6c0b11b7a0ed0b8cf', |
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': 'af6b06ca68ba7a618024f28856418296a9acf375', | 10 'swarming_revision': 'af6b06ca68ba7a618024f28856418296a9acf375', |
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 18 matching lines...) Loading... |
34 # in base/third_party/libevent is solved. | 34 # in base/third_party/libevent is solved. |
35 'src/base': | 35 'src/base': |
36 Var('chromium_git') + '/chromium/src/base' + '@' + '19738c7e1b4d54d80485221d
91246cee6f1a907a', | 36 Var('chromium_git') + '/chromium/src/base' + '@' + '19738c7e1b4d54d80485221d
91246cee6f1a907a', |
37 'src/build': | 37 'src/build': |
38 Var('chromium_git') + '/chromium/src/build' + '@' + '564be7572b31dc68e224657
f3a3de2c342dc7818', | 38 Var('chromium_git') + '/chromium/src/build' + '@' + '564be7572b31dc68e224657
f3a3de2c342dc7818', |
39 'src/buildtools': | 39 'src/buildtools': |
40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2
c94452e05e8702c3ae65a9', | 40 Var('chromium_git') + '/chromium/buildtools.git' + '@' + '7f2cacbbe274ef9df2
c94452e05e8702c3ae65a9', |
41 'src/testing': | 41 'src/testing': |
42 Var('chromium_git') + '/chromium/src/testing' + '@' + '20239e4f974820a52195c
c7caf5a36c1e055cc3a', | 42 Var('chromium_git') + '/chromium/src/testing' + '@' + '20239e4f974820a52195c
c7caf5a36c1e055cc3a', |
43 'src/third_party': | 43 'src/third_party': |
44 Var('chromium_git') + '/chromium/src/third_party' + '@' + '858ff5c37be57862e
7b5c43504d9a59fa649c4e1', | 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + 'ef94e24bec778ddb7
13b8a428ed2b2bd17666210', |
45 'src/third_party/boringssl/src': | 45 'src/third_party/boringssl/src': |
46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), | 46 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
47 'src/third_party/catapult': | 47 'src/third_party/catapult': |
48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), | 48 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + Var('catapult_revision'), |
49 'src/third_party/colorama/src': | 49 'src/third_party/colorama/src': |
50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', | 50 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
51 'src/third_party/ffmpeg': | 51 'src/third_party/ffmpeg': |
52 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '06ac9ea361
fa8d48916b83783bb7f36872388cc2', | 52 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '06ac9ea361
fa8d48916b83783bb7f36872388cc2', |
53 'src/third_party/googletest/src': | 53 'src/third_party/googletest/src': |
54 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
42bc671f47b122fad36db5eccbc06868afdf7862', | 54 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
42bc671f47b122fad36db5eccbc06868afdf7862', |
(...skipping 461 matching lines...) Loading... |
516 '--bucket', 'chromium-webrtc-resources', | 516 '--bucket', 'chromium-webrtc-resources', |
517 'src/resources'], | 517 'src/resources'], |
518 }, | 518 }, |
519 ] | 519 ] |
520 recursedeps = [ | 520 recursedeps = [ |
521 # buildtools provides clang_format, libc++, and libc++abi. | 521 # buildtools provides clang_format, libc++, and libc++abi. |
522 'src/buildtools', | 522 'src/buildtools', |
523 # android_tools manages the NDK. | 523 # android_tools manages the NDK. |
524 'src/third_party/android_tools', | 524 'src/third_party/android_tools', |
525 ] | 525 ] |
OLD | NEW |