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

Side by Side Diff: DEPS

Issue 2716923002: Remove empty/unused NSS dependency from DEPS. (Closed)
Patch Set: Created 3 years, 10 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': '33a7a547b95490ef9f24c8a24d9fa35800df1595', 5 'chromium_revision': '33a7a547b95490ef9f24c8a24d9fa35800df1595',
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
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': '0f28691d3d3d2851079feeb9e3c6baaff99ee455', 18 'boringssl_revision': '0f28691d3d3d2851079feeb9e3c6baaff99ee455',
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
21 # and whatever else without interference from each other.
22 'nss_revision': 'db89506ac363956b4b253db881219eb5d6246781',
23 # Three lines of non-changing comments so that
24 # the commit queue can handle CLs rolling lss 20 # the commit queue can handle CLs rolling lss
25 # and whatever else without interference from each other. 21 # and whatever else without interference from each other.
26 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb', 22 'lss_revision': '3f6478ac95edf86cd3da300c2c0d34a438f5dbeb',
27 # Three lines of non-changing comments so that 23 # Three lines of non-changing comments so that
28 # the commit queue can handle CLs rolling catapult 24 # the commit queue can handle CLs rolling catapult
29 # and whatever else without interference from each other. 25 # and whatever else without interference from each other.
30 'catapult_revision': '794fff6c814784ad5f9a2b33b52d74cf1148d91f', 26 'catapult_revision': '794fff6c814784ad5f9a2b33b52d74cf1148d91f',
31 # Three lines of non-changing comments so that 27 # Three lines of non-changing comments so that
32 # the commit queue can handle CLs rolling libFuzzer 28 # the commit queue can handle CLs rolling libFuzzer
33 # and whatever else without interference from each other. 29 # and whatever else without interference from each other.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'), 63 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' + Var('libfuzzer_revision'),
68 64
69 'src/third_party/libjpeg_turbo': 65 'src/third_party/libjpeg_turbo':
70 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8 e1e40b17f03fafdf1cd83296900f76', 66 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8 e1e40b17f03fafdf1cd83296900f76',
71 'src/third_party/libsrtp': 67 'src/third_party/libsrtp':
72 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '0e0936f3013fe5884 eac82f95e370c8d460a179f', 68 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '0e0936f3013fe5884 eac82f95e370c8d460a179f',
73 'src/third_party/libvpx/source/libvpx': 69 'src/third_party/libvpx/source/libvpx':
74 Var('chromium_git') + '/webm/libvpx.git' + '@' + '4d4231352c8cefdae2e76b7ba d4286ec21747c89', 70 Var('chromium_git') + '/webm/libvpx.git' + '@' + '4d4231352c8cefdae2e76b7ba d4286ec21747c89',
75 'src/third_party/libyuv': 71 'src/third_party/libyuv':
76 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b18fd21d3c27fce69b5c1ed4 4b89131dedc87284', 72 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'b18fd21d3c27fce69b5c1ed4 4b89131dedc87284',
77 'src/third_party/nss':
78 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
79 'src/third_party/openh264/src': 73 'src/third_party/openh264/src':
80 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac', 74 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac',
81 'src/third_party/openmax_dl': 75 'src/third_party/openmax_dl':
82 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 76 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
83 'src/third_party/usrsctp/usrsctplib': 77 'src/third_party/usrsctp/usrsctplib':
84 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '8679f2 b0bf063ac894dc473debefd61dbbebf622', 78 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '8679f2 b0bf063ac894dc473debefd61dbbebf622',
85 'src/third_party/yasm/source/patched-yasm': 79 'src/third_party/yasm/source/patched-yasm':
86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c 6c7c6a1387217352ce02b31754deb54d2a', 80 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c 6c7c6a1387217352ce02b31754deb54d2a',
87 'src/tools': 81 'src/tools':
88 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e4e78e067865bff9f1f23aa 776b41e88f1a40abc', 82 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e4e78e067865bff9f1f23aa 776b41e88f1a40abc',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 }, 521 },
528 ] 522 ]
529 523
530 recursedeps = [ 524 recursedeps = [
531 # buildtools provides clang_format, libc++, and libc++abi. 525 # buildtools provides clang_format, libc++, and libc++abi.
532 'src/buildtools', 526 'src/buildtools',
533 # android_tools manages the NDK. 527 # android_tools manages the NDK.
534 'src/third_party/android_tools', 528 'src/third_party/android_tools',
535 ] 529 ]
536 530
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