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

Side by Side Diff: DEPS

Issue 2229733004: Roll ICU from ef5c7353 to 53ce6316 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'src/third_party/SPIRV-Tools/src': 129 'src/third_party/SPIRV-Tools/src':
130 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + ' @' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', 130 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + ' @' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c',
131 131
132 'src/third_party/angle': 132 'src/third_party/angle':
133 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), 133 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
134 134
135 'src/third_party/colorama/src': 135 'src/third_party/colorama/src':
136 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8', 136 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27 89ecbd7e8db2e18e6b8',
137 137
138 'src/third_party/icu': 138 'src/third_party/icu':
139 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'ef5c735307d0f86c7622f 69620994c9468beba99', 139 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '53ce631655a61aaaa42b4 3b4d64abe23e9b8d71f',
140 140
141 'src/third_party/hunspell_dictionaries': 141 'src/third_party/hunspell_dictionaries':
142 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5', 142 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6 e7c25bf47cbfb466e0701fd2728b4a12e79d5',
143 143
144 'src/third_party/leveldatabase/src': 144 'src/third_party/leveldatabase/src':
145 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a', 145 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f b760eacf658712b611a',
146 146
147 'src/third_party/snappy/src': 147 'src/third_party/snappy/src':
148 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 148 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
149 149
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'name': 'doclava', 973 'name': 'doclava',
974 'pattern': '.', 974 'pattern': '.',
975 'action': ['python', 975 'action': ['python',
976 'src/build/android/download_doclava.py', 976 'src/build/android/download_doclava.py',
977 ], 977 ],
978 }, 978 },
979 ] 979 ]
980 980
981 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 981 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
982 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 982 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
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