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

Side by Side Diff: DEPS

Issue 2897523002: Replace sanitizers:deps with exe_and_shlib_deps (webrtc) (Closed)
Patch Set: / => : Created 3 years, 7 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 | webrtc/tools/BUILD.gn » ('j') | 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': 'b4155a0bbd8b968baa44f8c9656e86e351b4e50a', 5 'chromium_revision': 'b4155a0bbd8b968baa44f8c9656e86e351b4e50a',
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': 'a941a089ff1000403078b74cb628eb430f07d271', 10 'swarming_revision': 'a941a089ff1000403078b74cb628eb430f07d271',
(...skipping 18 matching lines...) Expand all
29 # and whatever else without interference from each other. 29 # and whatever else without interference from each other.
30 'libfuzzer_revision': '16f5f743c188c836d32cdaf349d5d3effb8a3518', 30 'libfuzzer_revision': '16f5f743c188c836d32cdaf349d5d3effb8a3518',
31 } 31 }
32 32
33 deps = { 33 deps = {
34 # TODO(kjellander): Move this to be Android-only once the libevent dependency 34 # TODO(kjellander): Move this to be Android-only once the libevent dependency
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' + '@' + '4545fc1f631d4259ee10a9b2 972160831cd08a53', 37 Var('chromium_git') + '/chromium/src/base' + '@' + '4545fc1f631d4259ee10a9b2 972160831cd08a53',
38 'src/build': 38 'src/build':
39 Var('chromium_git') + '/chromium/src/build' + '@' + 'e9efa695c3c6138694dc8ca ae319e1b2c73544d1', 39 Var('chromium_git') + '/chromium/src/build' + '@' + 'f671d3baeb64d9dba628ad5 82e867cf1aebc0207',
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' + '@' + 'dbbebc0d545834b83dbac f6b20188c7ed2ba45fe', 43 Var('chromium_git') + '/chromium/src/testing' + '@' + 'dbbebc0d545834b83dbac f6b20188c7ed2ba45fe',
44 'src/third_party': 44 'src/third_party':
45 Var('chromium_git') + '/chromium/src/third_party' + '@' + '744b88f9a83ead5dd 946581462acd3c8b289113a', 45 Var('chromium_git') + '/chromium/src/third_party' + '@' + '744b88f9a83ead5dd 946581462acd3c8b289113a',
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'),
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 }, 527 },
528 ] 528 ]
529 529
530 recursedeps = [ 530 recursedeps = [
531 # buildtools provides clang_format, libc++, and libc++abi. 531 # buildtools provides clang_format, libc++, and libc++abi.
532 'src/buildtools', 532 'src/buildtools',
533 # android_tools manages the NDK. 533 # android_tools manages the NDK.
534 'src/third_party/android_tools', 534 'src/third_party/android_tools',
535 ] 535 ]
536 536
OLDNEW
« no previous file with comments | « no previous file | webrtc/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698