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

Side by Side Diff: DEPS

Issue 570263002: Roll android_tools to the latest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tot
Patch Set: Rebase 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 'android': { 459 'android': {
460 'src/third_party/android_protobuf/src': 460 'src/third_party/android_protobuf/src':
461 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267', 461 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267',
462 462
463 # Whenever you roll this please also change frameworks/webview in 463 # Whenever you roll this please also change frameworks/webview in
464 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi on. 464 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi on.
465 'src/third_party/android_webview_glue/src': 465 'src/third_party/android_webview_glue/src':
466 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '60e4952 d02f2bfa3f0705043b792c01f79ffbfa6', 466 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '60e4952 d02f2bfa3f0705043b792c01f79ffbfa6',
467 467
468 'src/third_party/android_tools': 468 'src/third_party/android_tools':
469 Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68ad c9c69181b3a43cd58', 469 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe acb35ca6b1d82efbe',
470 470
471 'src/third_party/apache-mime4j': 471 'src/third_party/apache-mime4j':
472 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 472 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
473 473
474 'src/third_party/findbugs': 474 'src/third_party/findbugs':
475 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12', 475 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12',
476 476
477 'src/third_party/freetype': 477 'src/third_party/freetype':
478 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b 9955b49034a51dfbc8bf9f4e9d312149cecac', 478 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b 9955b49034a51dfbc8bf9f4e9d312149cecac',
479 479
(...skipping 312 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