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

Side by Side Diff: DEPS

Issue 533953002: NaCl: Update revision in DEPS, r13675 -> r13679 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'src/tools/gyp': 159 'src/tools/gyp':
160 Var('chromium_git') + '/external/gyp.git' + '@' + '43a3b907eb20bd59c28c6e315 b3d9e348ab57ac7', # from svn revision 1970 160 Var('chromium_git') + '/external/gyp.git' + '@' + '43a3b907eb20bd59c28c6e315 b3d9e348ab57ac7', # from svn revision 1970
161 161
162 'src/tools/swarming_client': 162 'src/tools/swarming_client':
163 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), 163 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'),
164 164
165 'src/v8': 165 'src/v8':
166 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), 166 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'),
167 167
168 'src/native_client': 168 'src/native_client':
169 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + 'b17ca11 5237f193f7ee0bdd43431999727598f74', 169 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + '61776de 8bd9664c2186b08a36dacafddaa47896c',
170 170
171 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': 171 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin':
172 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' + '@' + '3e17365176c94624f46cace174f61834b7f3c35d', 172 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' + '@' + '3e17365176c94624f46cace174f61834b7f3c35d',
173 173
174 'src/third_party/sfntly/cpp/src': 174 'src/third_party/sfntly/cpp/src':
175 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), 175 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'),
176 176
177 'src/third_party/skia': 177 'src/third_party/skia':
178 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 178 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
179 179
(...skipping 615 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698