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

Side by Side Diff: DEPS

Issue 2659493002: Replace src/ios copy with DEPS mirror. (Closed)
Patch Set: Adding src/ios to .gitignore 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 | « .gitignore ('k') | ios/README » ('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': 'c755988946c0b539cc61cc55d38ae056e0356c27', 5 'chromium_revision': 'c755988946c0b539cc61cc55d38ae056e0356c27',
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',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'), 116 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
117 'src/third_party/mockito/src': 117 'src/third_party/mockito/src':
118 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850', 118 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a d4cf5ea53c69a8a8053780b04b850',
119 'src/third_party/requests/src': 119 'src/third_party/requests/src':
120 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 120 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
121 'src/third_party/robolectric/robolectric': 121 'src/third_party/robolectric/robolectric':
122 Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17 a94f0382cc8ffaf69132fd09b', 122 Var('chromium_git') + '/external/robolectric.git' + '@' + 'e38b49a12fdfa17 a94f0382cc8ffaf69132fd09b',
123 'src/third_party/ub-uiautomator/lib': 123 'src/third_party/ub-uiautomator/lib':
124 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434', 124 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + ' 00270549ce3161ae72ceb24712618ea28b4f9434',
125 }, 125 },
126 'ios': {
127 'src/ios':
128 Var('chromium_git') + '/chromium/src/ios' + '@' + '44a908d160175dd44c8a66c 66d912066bcb364fd',
129 },
126 'unix': { 130 'unix': {
127 'src/third_party/lss': 131 'src/third_party/lss':
128 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'), 132 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
129 }, 133 },
130 'win': { 134 'win': {
131 # Dependencies used by libjpeg-turbo 135 # Dependencies used by libjpeg-turbo
132 'src/third_party/yasm/binaries': 136 'src/third_party/yasm/binaries':
133 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4 b0aa06da24ef8b123058bb61ee468881', 137 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4 b0aa06da24ef8b123058bb61ee468881',
134 138
135 # WebRTC-only dependency (not present in Chromium). 139 # WebRTC-only dependency (not present in Chromium).
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 }, 527 },
524 ] 528 ]
525 529
526 recursedeps = [ 530 recursedeps = [
527 # buildtools provides clang_format, libc++, and libc++abi. 531 # buildtools provides clang_format, libc++, and libc++abi.
528 'src/buildtools', 532 'src/buildtools',
529 # android_tools manages the NDK. 533 # android_tools manages the NDK.
530 'src/third_party/android_tools', 534 'src/third_party/android_tools',
531 ] 535 ]
532 536
OLDNEW
« no previous file with comments | « .gitignore ('k') | ios/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698