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

Side by Side Diff: DEPS

Issue 1209593002: GDB support for Android in devtools' debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « .gitignore ('k') | README.md » ('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 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810', 172 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6 3c99a8b6967acdb42cbed0adb067c80efc810',
173 173
174 'src/third_party/appurify-python/src': 174 'src/third_party/appurify-python/src':
175 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 175 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
176 176
177 'src/third_party/freetype-android/src': 177 'src/third_party/freetype-android/src':
178 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd 1028db70bea988d1022e4d463de66581c696160', 178 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'd 1028db70bea988d1022e4d463de66581c696160',
179 179
180 'src/third_party/requests/src': 180 'src/third_party/requests/src':
181 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 181 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
182
183 'src/third_party/pyelftools':
184 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b 3e610c86fcadb837d252c794cb5e8008826ae',
185
182 }, 186 },
183 } 187 }
184 188
185 189
186 hooks = [ 190 hooks = [
187 { 191 {
188 # This clobbers when necessary (based on get_landmines.py). It must be the 192 # This clobbers when necessary (based on get_landmines.py). It must be the
189 # first hook so that other things that get/generate into the output 193 # first hook so that other things that get/generate into the output
190 # directory will not subsequently be clobbered. 194 # directory will not subsequently be clobbered.
191 'name': 'landmines', 195 'name': 'landmines',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'name': 'keyboard_native_resources', 418 'name': 'keyboard_native_resources',
415 'pattern': '', 419 'pattern': '',
416 'action': [ 'download_from_google_storage', 420 'action': [ 'download_from_google_storage',
417 '--no_resume', 421 '--no_resume',
418 '--no_auth', 422 '--no_auth',
419 '--bucket', 'mojo/keyboard_native', 423 '--bucket', 'mojo/keyboard_native',
420 '-d', 'src/services/keyboard_native/res', 424 '-d', 'src/services/keyboard_native/res',
421 ], 425 ],
422 }, 426 },
423 ] 427 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698