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

Side by Side Diff: DEPS

Issue 507973003: Roll cros_system_api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d_2_367847_add_get_key_data_ex_call
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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d', 433 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1 7b8c9067a1022e4416ee7ed5e0d',
434 434
435 'src/third_party/swig/linux': 435 'src/third_party/swig/linux':
436 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d', 436 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c fe99ebe608260030916ca0c3f92d',
437 437
438 'src/third_party/lss': 438 'src/third_party/lss':
439 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 439 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
440 440
441 # For Linux and Chromium OS. 441 # For Linux and Chromium OS.
442 'src/third_party/cros_system_api': 442 'src/third_party/cros_system_api':
443 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'e59913 eb5a1562e23256b0527fb709be967bedc9', 443 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '3a7cfa 4ba91518b8dd03282d09996d2f42ec6a2b',
444 444
445 # Note that this is different from Android's freetype repo. 445 # Note that this is different from Android's freetype repo.
446 'src/third_party/freetype2/src': 446 'src/third_party/freetype2/src':
447 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178', 447 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6 99c2994ecc178c4ed05ac2086061b2034c2178',
448 448
449 # Build tools for Chrome OS. 449 # Build tools for Chrome OS.
450 'src/third_party/chromite': 450 'src/third_party/chromite':
451 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '1ae4638a4cd331379 9f2d2598c39ff0e8941aef6', 451 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '1ae4638a4cd331379 9f2d2598c39ff0e8941aef6',
452 452
453 # Dependency of chromite.git. 453 # Dependency of chromite.git.
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 # corresponding .py files have already been deleted. 792 # corresponding .py files have already been deleted.
793 'name': 'remove_stale_pyc_files', 793 'name': 'remove_stale_pyc_files',
794 'pattern': 'src/tools/.*\\.py', 794 'pattern': 'src/tools/.*\\.py',
795 'action': [ 795 'action': [
796 'python', 796 'python',
797 'src/tools/remove_stale_pyc_files.py', 797 'src/tools/remove_stale_pyc_files.py',
798 'src/tools', 798 'src/tools',
799 ], 799 ],
800 }, 800 },
801 ] 801 ]
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