Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: DEPS

Issue 2636453006: Roll chromium_revision 94af7a6d02..0f3c36d035 (443797:443798) (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': '94af7a6d022fc5368503a8c47480d012617376f3', 5 'chromium_revision': '0f3c36d03565a8931805825c5710b45f5c5e2e70',
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': 'ebc8dab6f8b8d79ec221c94de39a921145abd404', 10 'swarming_revision': 'ebc8dab6f8b8d79ec221c94de39a921145abd404',
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
16 # the commit queue can handle CLs rolling BoringSSL 16 # the commit queue can handle CLs rolling BoringSSL
17 # and whatever else without interference from each other. 17 # and whatever else without interference from each other.
18 'boringssl_revision': '8b8d22c961413c1ae465719d8252bea50587ed3f', 18 'boringssl_revision': '8b8d22c961413c1ae465719d8252bea50587ed3f',
19 # Three lines of non-changing comments so that 19 # Three lines of non-changing comments so that
20 # the commit queue can handle CLs rolling nss 20 # the commit queue can handle CLs rolling nss
21 # and whatever else without interference from each other. 21 # and whatever else without interference from each other.
22 'nss_revision': 'db89506ac363956b4b253db881219eb5d6246781', 22 'nss_revision': 'db89506ac363956b4b253db881219eb5d6246781',
23 # Three lines of non-changing comments so that 23 # Three lines of non-changing comments so that
24 # the commit queue can handle CLs rolling lss 24 # the commit queue can handle CLs rolling lss
25 # and whatever else without interference from each other. 25 # and whatever else without interference from each other.
26 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', 26 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
27 # Three lines of non-changing comments so that 27 # Three lines of non-changing comments so that
28 # the commit queue can handle CLs rolling catapult 28 # the commit queue can handle CLs rolling catapult
29 # and whatever else without interference from each other. 29 # and whatever else without interference from each other.
30 'catapult_revision': '1bcf49e0a7eb1dcd21cd1884385d5f782d79492b', 30 'catapult_revision': '95b3e83b284d07b44518378ad795f15287249b19',
31 # Three lines of non-changing comments so that 31 # Three lines of non-changing comments so that
32 # the commit queue can handle CLs rolling libFuzzer 32 # the commit queue can handle CLs rolling libFuzzer
33 # and whatever else without interference from each other. 33 # and whatever else without interference from each other.
34 'libfuzzer_revision': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7', 34 'libfuzzer_revision': 'e6cbbd6ba1cd57e52cb3a237974c89911b08b5d7',
35 } 35 }
36 36
37 deps = { 37 deps = {
38 # TODO(kjellander): Move this to be Android-only once the libevent dependency 38 # TODO(kjellander): Move this to be Android-only once the libevent dependency
39 # in base/third_party/libevent is solved. 39 # in base/third_party/libevent is solved.
40 'src/base': 40 'src/base':
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 }, 523 },
524 ] 524 ]
525 525
526 recursedeps = [ 526 recursedeps = [
527 # buildtools provides clang_format, libc++, and libc++abi. 527 # buildtools provides clang_format, libc++, and libc++abi.
528 'src/buildtools', 528 'src/buildtools',
529 # android_tools manages the NDK. 529 # android_tools manages the NDK.
530 'src/third_party/android_tools', 530 'src/third_party/android_tools',
531 ] 531 ]
532 532
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698