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

Side by Side Diff: DEPS

Issue 511283003: Add support for Java nano protocol buffers for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from darin 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 | « .gitignore ('k') | build/protoc_java.gypi » ('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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cd bd81b78325a24ece0984637559', 465 Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cd bd81b78325a24ece0984637559',
466 466
467 'src/third_party/liblouis/src': 467 'src/third_party/liblouis/src':
468 Var('chromium_git') + '/external/liblouis.git' + '@' + '3c2daee56250162e5a7 5830871601d74328d39f5', 468 Var('chromium_git') + '/external/liblouis.git' + '@' + '3c2daee56250162e5a7 5830871601d74328d39f5',
469 469
470 # Used for embedded builds. CrOS & Linux use the system version. 470 # Used for embedded builds. CrOS & Linux use the system version.
471 'src/third_party/fontconfig/src': 471 'src/third_party/fontconfig/src':
472 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 472 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
473 }, 473 },
474 'android': { 474 'android': {
475 'src/third_party/android_protobuf/src':
476 'https://android.googlesource.com/platform/external/protobuf.git' + '@' + ' 48ee66d295979372ed0234cefda42385daae8312',
477
475 'src/third_party/android_tools': 478 'src/third_party/android_tools':
476 Var('chromium_git') + '/android_tools.git' + '@' + '31869996507de16812bb53a 3d0aaa15cd6194c16', 479 Var('chromium_git') + '/android_tools.git' + '@' + '31869996507de16812bb53a 3d0aaa15cd6194c16',
477 480
478 'src/third_party/aosp': 481 'src/third_party/aosp':
479 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba 1e92b42a073ffcfcfbf28c', 482 Var('chromium_git') + '/chromium/deps/aosp.git' + '@' + 'bbafe5155dff86bbba 1e92b42a073ffcfcfbf28c',
480 483
481 'src/third_party/apache-mime4j': 484 'src/third_party/apache-mime4j':
482 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a', 485 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b ff4b6cf0a2e86ff58b3d025934ebe3a',
483 486
484 'src/third_party/findbugs': 487 'src/third_party/findbugs':
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 # corresponding .py files have already been deleted. 802 # corresponding .py files have already been deleted.
800 'name': 'remove_stale_pyc_files', 803 'name': 'remove_stale_pyc_files',
801 'pattern': 'src/tools/.*\\.py', 804 'pattern': 'src/tools/.*\\.py',
802 'action': [ 805 'action': [
803 'python', 806 'python',
804 'src/tools/remove_stale_pyc_files.py', 807 'src/tools/remove_stale_pyc_files.py',
805 'src/tools', 808 'src/tools',
806 ], 809 ],
807 }, 810 },
808 ] 811 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build/protoc_java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698