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': '1236993289b3a34ac29c6d18fbd31273eee86c73', | 5 'chromium_revision': '1236993289b3a34ac29c6d18fbd31273eee86c73', |
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': 'a56c2b39ca23bdf41458421a7f825ddbf3f43f28', | 10 'swarming_revision': 'a56c2b39ca23bdf41458421a7f825ddbf3f43f28', |
(...skipping 30 matching lines...) Expand all Loading... |
41 'src/testing': | 41 'src/testing': |
42 Var('chromium_git') + '/chromium/src/testing' + '@' + '8aa4104160f1437425ef3
679b21fc7ef4c231ae1', | 42 Var('chromium_git') + '/chromium/src/testing' + '@' + '8aa4104160f1437425ef3
679b21fc7ef4c231ae1', |
43 'src/third_party': | 43 'src/third_party': |
44 Var('chromium_git') + '/chromium/src/third_party' + '@' + '578852cd3e3102202
9ddd0edd18f86d000de1454', | 44 Var('chromium_git') + '/chromium/src/third_party' + '@' + '578852cd3e3102202
9ddd0edd18f86d000de1454', |
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/depot_tools': |
| 52 Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '6d0d04458d9
c345bc7d77681996d89d6e5fc742c', |
51 'src/third_party/ffmpeg': | 53 'src/third_party/ffmpeg': |
52 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '97ebed6795
1a157f6add59046024bff5fa20f4ae', | 54 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '97ebed6795
1a157f6add59046024bff5fa20f4ae', |
53 'src/third_party/googletest/src': | 55 'src/third_party/googletest/src': |
54 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
42bc671f47b122fad36db5eccbc06868afdf7862', | 56 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
42bc671f47b122fad36db5eccbc06868afdf7862', |
55 'src/third_party/jsoncpp/source': | 57 'src/third_party/jsoncpp/source': |
56 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 | 58 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
57 # Used for building libFuzzers (only supports Linux). | 59 # Used for building libFuzzers (only supports Linux). |
58 'src/third_party/libFuzzer/src': | 60 'src/third_party/libFuzzer/src': |
59 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), | 61 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), |
60 'src/third_party/libjpeg_turbo': | 62 'src/third_party/libjpeg_turbo': |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'pattern': '.', | 161 'pattern': '.', |
160 'action': [ | 162 'action': [ |
161 'python', | 163 'python', |
162 'src/build/landmines.py', | 164 'src/build/landmines.py', |
163 '--landmine-scripts', | 165 '--landmine-scripts', |
164 'src/tools_webrtc/get_landmines.py', | 166 'src/tools_webrtc/get_landmines.py', |
165 '--src-dir', | 167 '--src-dir', |
166 'src', | 168 'src', |
167 ], | 169 ], |
168 }, | 170 }, |
| 171 { |
| 172 # Ensure that the DEPS'd "depot_tools" has its self-update capability |
| 173 # disabled. |
| 174 'name': 'disable_depot_tools_selfupdate', |
| 175 'pattern': '.', |
| 176 'action': [ |
| 177 'python', |
| 178 'src/third_party/depot_tools/update_depot_tools_toggle.py', |
| 179 '--disable', |
| 180 ], |
| 181 }, |
169 # Android dependencies. Many are downloaded using Google Storage these days. | 182 # Android dependencies. Many are downloaded using Google Storage these days. |
170 # They're copied from https://cs.chromium.org/chromium/src/DEPS for all | 183 # They're copied from https://cs.chromium.org/chromium/src/DEPS for all |
171 # such dependencies we share with Chromium. | 184 # such dependencies we share with Chromium. |
172 { | 185 { |
173 # This downloads SDK extras and puts them in the | 186 # This downloads SDK extras and puts them in the |
174 # third_party/android_tools/sdk/extras directory. | 187 # third_party/android_tools/sdk/extras directory. |
175 'name': 'sdkextras', | 188 'name': 'sdkextras', |
176 'pattern': '.', | 189 'pattern': '.', |
177 # When adding a new sdk extras package to download, add the package | 190 # When adding a new sdk extras package to download, add the package |
178 # directory and zip file to .gitignore in third_party/android_tools. | 191 # directory and zip file to .gitignore in third_party/android_tools. |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 '--bucket', 'chromium-webrtc-resources', | 529 '--bucket', 'chromium-webrtc-resources', |
517 'src/resources'], | 530 'src/resources'], |
518 }, | 531 }, |
519 ] | 532 ] |
520 recursedeps = [ | 533 recursedeps = [ |
521 # buildtools provides clang_format, libc++, and libc++abi. | 534 # buildtools provides clang_format, libc++, and libc++abi. |
522 'src/buildtools', | 535 'src/buildtools', |
523 # android_tools manages the NDK. | 536 # android_tools manages the NDK. |
524 'src/third_party/android_tools', | 537 'src/third_party/android_tools', |
525 ] | 538 ] |
OLD | NEW |