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

Side by Side Diff: DEPS

Issue 2477533002: DEPS in Skia from their actual googlesource host (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 14 matching lines...) Expand all
25 # # You should now have a modified DEPS file; commit and upload as normal 25 # # You should now have a modified DEPS file; commit and upload as normal
26 # git commit -a 26 # git commit -a
27 # git cl upload 27 # git cl upload
28 28
29 29
30 vars = { 30 vars = {
31 'chromium_git': 'https://chromium.googlesource.com', 31 'chromium_git': 'https://chromium.googlesource.com',
32 'swiftshader_git': 'https://swiftshader.googlesource.com', 32 'swiftshader_git': 'https://swiftshader.googlesource.com',
33 'pdfium_git': 'https://pdfium.googlesource.com', 33 'pdfium_git': 'https://pdfium.googlesource.com',
34 'boringssl_git': 'https://boringssl.googlesource.com', 34 'boringssl_git': 'https://boringssl.googlesource.com',
35 'skia_git': 'https://skia.googlesource.com',
35 # Three lines of non-changing comments so that 36 # Three lines of non-changing comments so that
36 # the commit queue can handle CLs rolling sfntly 37 # the commit queue can handle CLs rolling sfntly
37 # and whatever else without interference from each other. 38 # and whatever else without interference from each other.
38 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f', 39 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f',
39 # Three lines of non-changing comments so that 40 # Three lines of non-changing comments so that
40 # the commit queue can handle CLs rolling Skia 41 # the commit queue can handle CLs rolling Skia
41 # and whatever else without interference from each other. 42 # and whatever else without interference from each other.
42 'skia_revision': '544da7a7c399ab9775d6dbb441a5a695569f9939', 43 'skia_revision': '544da7a7c399ab9775d6dbb441a5a695569f9939',
43 # Three lines of non-changing comments so that 44 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling V8 45 # the commit queue can handle CLs rolling V8
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'catapult_revision': 'cf667b5801ab4a82d8b91e4b14c7675dd795546b', 99 'catapult_revision': 'cf667b5801ab4a82d8b91e4b14c7675dd795546b',
99 # Three lines of non-changing comments so that 100 # Three lines of non-changing comments so that
100 # the commit queue can handle CLs rolling libFuzzer 101 # the commit queue can handle CLs rolling libFuzzer
101 # and whatever else without interference from each other. 102 # and whatever else without interference from each other.
102 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a', 103 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a',
103 } 104 }
104 105
105 # Only these hosts are allowed for dependencies in this DEPS file. 106 # Only these hosts are allowed for dependencies in this DEPS file.
106 # If you need to add a new host, contact chrome infrastracture team. 107 # If you need to add a new host, contact chrome infrastracture team.
107 allowed_hosts = [ 108 allowed_hosts = [
109 'android.googlesource.com',
110 'boringssl.googlesource.com',
108 'chromium.googlesource.com', 111 'chromium.googlesource.com',
109 'boringssl.googlesource.com',
110 'pdfium.googlesource.com', 112 'pdfium.googlesource.com',
111 'android.googlesource.com', 113 'skia.googlesource.com',
112 'swiftshader.googlesource.com', 114 'swiftshader.googlesource.com',
113 ] 115 ]
114 116
115 deps = { 117 deps = {
116 'src/breakpad/src': 118 'src/breakpad/src':
117 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '2dadd64db9965d8a 621d52712abe95f96c4a1e0a', 119 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '2dadd64db9965d8a 621d52712abe95f96c4a1e0a',
118 120
119 'src/buildtools': 121 'src/buildtools':
120 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'), 122 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'),
121 123
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'src/v8': 166 'src/v8':
165 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 167 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
166 168
167 'src/native_client': 169 'src/native_client':
168 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na cl_revision'), 170 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na cl_revision'),
169 171
170 'src/third_party/sfntly/src': 172 'src/third_party/sfntly/src':
171 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + V ar('sfntly_revision'), 173 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + V ar('sfntly_revision'),
172 174
173 'src/third_party/skia': 175 'src/third_party/skia':
174 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 176 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
175 177
176 'src/tools/page_cycler/acid3': 178 'src/tools/page_cycler/acid3':
177 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5a bc1b2f405a945f6d871521', 179 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5a bc1b2f405a945f6d871521',
178 180
179 'src/chrome/test/data/perf/canvas_bench': 181 'src/chrome/test/data/perf/canvas_bench':
180 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae023951 7d78845a5fc9b12976bfc732', 182 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae023951 7d78845a5fc9b12976bfc732',
181 183
182 'src/chrome/test/data/perf/frame_rate/content': 184 'src/chrome/test/data/perf/frame_rate/content':
183 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c884 63efeef6bb19c9ec07c42bc8fe22b9', 185 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c884 63efeef6bb19c9ec07c42bc8fe22b9',
184 186
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 ] 1021 ]
1020 1022
1021 recursedeps = [ 1023 recursedeps = [
1022 # buildtools provides clang_format, libc++, and libc++abi 1024 # buildtools provides clang_format, libc++, and libc++abi
1023 'src/buildtools', 1025 'src/buildtools',
1024 # android_tools manages the NDK. 1026 # android_tools manages the NDK.
1025 'src/third_party/android_tools', 1027 'src/third_party/android_tools',
1026 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1028 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1027 ("src/third_party/angle", "DEPS.chromium"), 1029 ("src/third_party/angle", "DEPS.chromium"),
1028 ] 1030 ]
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