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

Side by Side Diff: DEPS

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 | apps/ui/views/app_window_frame_view.cc » ('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 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 11 matching lines...) Expand all
22 # # revision. The script ALWAYS rolls the dependency to the latest revision 22 # # revision. The script ALWAYS rolls the dependency to the latest revision
23 # # in origin/master. The path for the dep should start with src/. 23 # # in origin/master. The path for the dep should start with src/.
24 # roll-dep src/third_party/foo_package/src foo_package.git 24 # roll-dep src/third_party/foo_package/src foo_package.git
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 'github_git': 'https://github.com',
32 'swiftshader_git': 'https://swiftshader.googlesource.com', 33 'swiftshader_git': 'https://swiftshader.googlesource.com',
33 'pdfium_git': 'https://pdfium.googlesource.com', 34 'pdfium_git': 'https://pdfium.googlesource.com',
34 'boringssl_git': 'https://boringssl.googlesource.com', 35 'boringssl_git': 'https://boringssl.googlesource.com',
35 'skia_git': 'https://skia.googlesource.com', 36 'skia_git': 'https://skia.googlesource.com',
36 # Three lines of non-changing comments so that 37 # Three lines of non-changing comments so that
37 # the commit queue can handle CLs rolling sfntly 38 # the commit queue can handle CLs rolling sfntly
38 # and whatever else without interference from each other. 39 # and whatever else without interference from each other.
39 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f', 40 'sfntly_revision': '64f78562d2003eb7cacaaa86a398cbd41881ba6f',
40 # Three lines of non-changing comments so that 41 # Three lines of non-changing comments so that
41 # the commit queue can handle CLs rolling Skia 42 # the commit queue can handle CLs rolling Skia
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'src/v8': 167 'src/v8':
167 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 168 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
168 169
169 'src/native_client': 170 'src/native_client':
170 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na cl_revision'), 171 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na cl_revision'),
171 172
172 'src/third_party/sfntly/src': 173 'src/third_party/sfntly/src':
173 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + V ar('sfntly_revision'), 174 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + V ar('sfntly_revision'),
174 175
175 'src/third_party/skia': 176 'src/third_party/skia':
176 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), 177 Var('github_git') + '/vmiura/skia.git' + '@' + Var('skia_revision'),
177 178
178 'src/tools/page_cycler/acid3': 179 'src/tools/page_cycler/acid3':
179 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5a bc1b2f405a945f6d871521', 180 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5a bc1b2f405a945f6d871521',
180 181
181 'src/chrome/test/data/perf/canvas_bench': 182 'src/chrome/test/data/perf/canvas_bench':
182 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae023951 7d78845a5fc9b12976bfc732', 183 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae023951 7d78845a5fc9b12976bfc732',
183 184
184 'src/chrome/test/data/perf/frame_rate/content': 185 'src/chrome/test/data/perf/frame_rate/content':
185 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c884 63efeef6bb19c9ec07c42bc8fe22b9', 186 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c884 63efeef6bb19c9ec07c42bc8fe22b9',
186 187
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 ] 1055 ]
1055 1056
1056 recursedeps = [ 1057 recursedeps = [
1057 # buildtools provides clang_format, libc++, and libc++abi 1058 # buildtools provides clang_format, libc++, and libc++abi
1058 'src/buildtools', 1059 'src/buildtools',
1059 # android_tools manages the NDK. 1060 # android_tools manages the NDK.
1060 'src/third_party/android_tools', 1061 'src/third_party/android_tools',
1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1062 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1062 ("src/third_party/angle", "DEPS.chromium"), 1063 ("src/third_party/angle", "DEPS.chromium"),
1063 ] 1064 ]
OLDNEW
« no previous file with comments | « no previous file | apps/ui/views/app_window_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698