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

Side by Side Diff: DEPS

Issue 616543003: Roll AOSP DEPS to pick up media resource fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/buildbot/aosp_manifest.xml » ('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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'src/third_party/fontconfig/src': 464 'src/third_party/fontconfig/src':
465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
466 }, 466 },
467 'android': { 467 'android': {
468 'src/third_party/android_protobuf/src': 468 'src/third_party/android_protobuf/src':
469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267', 469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267',
470 470
471 # Whenever you roll this please also change frameworks/webview in 471 # Whenever you roll this please also change frameworks/webview in
472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi on. 472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi on.
473 'src/third_party/android_webview_glue/src': 473 'src/third_party/android_webview_glue/src':
474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + 'a1b0248 c80f239e2f6476b9f395b27d0ba1eb3cd', 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '6ec46f2 bd3243d042d9641d7f87863bc20f8c745',
475 475
476 'src/third_party/android_tools': 476 'src/third_party/android_tools':
477 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe acb35ca6b1d82efbe', 477 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe acb35ca6b1d82efbe',
478 478
479 'src/third_party/apache-mime4j': 479 'src/third_party/apache-mime4j':
480 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 480 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
481 481
482 'src/third_party/findbugs': 482 'src/third_party/findbugs':
483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12', 483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d c31866d09572a0e356e921bf12',
484 484
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 # corresponding .py files have already been deleted. 791 # corresponding .py files have already been deleted.
792 'name': 'remove_stale_pyc_files', 792 'name': 'remove_stale_pyc_files',
793 'pattern': 'src/tools/.*\\.py', 793 'pattern': 'src/tools/.*\\.py',
794 'action': [ 794 'action': [
795 'python', 795 'python',
796 'src/tools/remove_stale_pyc_files.py', 796 'src/tools/remove_stale_pyc_files.py',
797 'src/tools', 797 'src/tools',
798 ], 798 ],
799 }, 799 },
800 ] 800 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/buildbot/aosp_manifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698