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

Side by Side Diff: DEPS

Issue 571953002: android_webview: Build against NDK prebuilts, not system libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix library link order on arm64 Created 6 years, 2 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 | android_webview/libwebviewchromium.gypi » ('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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'src/third_party/libc++abi/trunk': 162 'src/third_party/libc++abi/trunk':
163 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'), 163 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'),
164 164
165 'src/third_party/snappy/src': 165 'src/third_party/snappy/src':
166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
167 167
168 'src/tools/grit': 168 'src/tools/grit':
169 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '740badd5e3e44434a9a 47b5d16749daac1e8ea80', # from svn revision 176 169 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '740badd5e3e44434a9a 47b5d16749daac1e8ea80', # from svn revision 176
170 170
171 'src/tools/gyp': 171 'src/tools/gyp':
172 Var('chromium_git') + '/external/gyp.git' + '@' + '9e65902d36018e0ad70901e8f 2348ce1d11d4032', # from svn revision 1989 172 Var('chromium_git') + '/external/gyp.git' + '@' + '9202573e476f9f61341aec21b 585cdc984141916', # from svn revision 1990
173 173
174 'src/tools/swarming_client': 174 'src/tools/swarming_client':
175 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 175 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
176 176
177 'src/v8': 177 'src/v8':
178 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 178 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
179 179
180 'src/native_client': 180 'src/native_client':
181 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), 181 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'),
182 182
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 # corresponding .py files have already been deleted. 795 # corresponding .py files have already been deleted.
796 'name': 'remove_stale_pyc_files', 796 'name': 'remove_stale_pyc_files',
797 'pattern': 'src/tools/.*\\.py', 797 'pattern': 'src/tools/.*\\.py',
798 'action': [ 798 'action': [
799 'python', 799 'python',
800 'src/tools/remove_stale_pyc_files.py', 800 'src/tools/remove_stale_pyc_files.py',
801 'src/tools', 801 'src/tools',
802 ], 802 ],
803 }, 803 },
804 ] 804 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/libwebviewchromium.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698