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

Side by Side Diff: DEPS

Issue 3004863002: Change DEPS URL for src/tools/swarming_client to match Chromium (Closed)
Patch Set: Created 3 years, 3 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': '84d100a1fbf2bbc65207ae73d7622f2b50610a6f', 5 'chromium_revision': '84d100a1fbf2bbc65207ae73d7622f2b50610a6f',
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': '42721e128da760b345ab60d7cf34e300269112d7', 10 'swarming_revision': '42721e128da760b345ab60d7cf34e300269112d7',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'src/third_party/openmax_dl': 72 'src/third_party/openmax_dl':
73 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 73 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
74 'src/third_party/usrsctp/usrsctplib': 74 'src/third_party/usrsctp/usrsctplib':
75 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e 1b177f7bfdd761c147f5a649b9f1a78c06', 75 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e 1b177f7bfdd761c147f5a649b9f1a78c06',
76 'src/third_party/yasm/source/patched-yasm': 76 'src/third_party/yasm/source/patched-yasm':
77 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114 e18d8b9b84586b10d24353ab8616d4c5fc', 77 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114 e18d8b9b84586b10d24353ab8616d4c5fc',
78 'src/tools': 78 'src/tools':
79 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e0d76b62239b1849bc99c97 f7f4ea3e7dde5f7e1', 79 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e0d76b62239b1849bc99c97 f7f4ea3e7dde5f7e1',
80 'src/tools/gyp': 80 'src/tools/gyp':
81 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da 9e79460fe590bfb', 81 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da 9e79460fe590bfb',
82 'src/tools/swarming_client': 82 'src/tools/swarming_client':
83 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarmin g_revision'), 83 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_rev ision'),
84 # WebRTC-only dependencies (not present in Chromium). 84 # WebRTC-only dependencies (not present in Chromium).
85 'src/third_party/gflags': 85 'src/third_party/gflags':
86 Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '89 2576179b45861b53e04a112996a738309cf364', 86 Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '89 2576179b45861b53e04a112996a738309cf364',
87 'src/third_party/gflags/src': 87 'src/third_party/gflags/src':
88 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0 65c83beff83d50ae025a55a4bf94dfca', 88 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0 65c83beff83d50ae025a55a4bf94dfca',
89 'src/third_party/gtest-parallel': 89 'src/third_party/gtest-parallel':
90 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + ' d80ab5d82cc76fb51c4deea2fa34113be69d9af2', 90 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + ' d80ab5d82cc76fb51c4deea2fa34113be69d9af2',
91 } 91 }
92 deps_os = { 92 deps_os = {
93 'android': { 93 'android': {
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 ], 528 ],
529 }, 529 },
530 ], 530 ],
531 } 531 }
532 recursedeps = [ 532 recursedeps = [
533 # buildtools provides clang_format, libc++, and libc++abi. 533 # buildtools provides clang_format, libc++, and libc++abi.
534 'src/buildtools', 534 'src/buildtools',
535 # android_tools manages the NDK. 535 # android_tools manages the NDK.
536 'src/third_party/android_tools', 536 'src/third_party/android_tools',
537 ] 537 ]
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