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

Side by Side Diff: DEPS

Issue 549543002: Updating android_protobuf to L-preview branch to support the optional_field_style=reftypes flag. Th… (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 | third_party/android_protobuf/OWNERS » ('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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 459
460 'src/third_party/liblouis/src': 460 'src/third_party/liblouis/src':
461 Var('chromium_git') + '/external/liblouis.git' + '@' + '3c2daee56250162e5a7 5830871601d74328d39f5', 461 Var('chromium_git') + '/external/liblouis.git' + '@' + '3c2daee56250162e5a7 5830871601d74328d39f5',
462 462
463 # Used for embedded builds. CrOS & Linux use the system version. 463 # Used for embedded builds. CrOS & Linux use the system version.
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' + '@' + '48ee66d2959 79372ed0234cefda42385daae8312', 469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e 3f34f70d9e7816b947e62fddbb267',
470 470
471 'src/third_party/android_tools': 471 'src/third_party/android_tools':
472 Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68ad c9c69181b3a43cd58', 472 Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68ad c9c69181b3a43cd58',
473 473
474 'src/third_party/aosp': 474 'src/third_party/aosp':
475 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba 1e92b42a073ffcfcfbf28c', 475 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba 1e92b42a073ffcfcfbf28c',
476 476
477 'src/third_party/apache-mime4j': 477 'src/third_party/apache-mime4j':
478 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 478 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
479 479
(...skipping 315 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 | third_party/android_protobuf/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698