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

Side by Side Diff: DEPS

Issue 1345873002: Roll src/third_party/boringssl/src 1d128f369..231cb8214 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/boringssl/boringssl.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 used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # the commit queue can handle CLs rolling PDFium 56 # the commit queue can handle CLs rolling PDFium
57 # and whatever else without interference from each other. 57 # and whatever else without interference from each other.
58 'pdfium_revision': '89d8b4681ce98894a1ee1a6cf4bae77e00d28797', 58 'pdfium_revision': '89d8b4681ce98894a1ee1a6cf4bae77e00d28797',
59 # Three lines of non-changing comments so that 59 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling openmax_dl 60 # the commit queue can handle CLs rolling openmax_dl
61 # and whatever else without interference from each other. 61 # and whatever else without interference from each other.
62 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5', 62 'openmax_dl_revision': '2eb98d819bed3082071a09268b886bc4496c6fb5',
63 # Three lines of non-changing comments so that 63 # Three lines of non-changing comments so that
64 # the commit queue can handle CLs rolling BoringSSL 64 # the commit queue can handle CLs rolling BoringSSL
65 # and whatever else without interference from each other. 65 # and whatever else without interference from each other.
66 'boringssl_revision': '1d128f369c797b8bae996d5e973fc0b8a099a1b8', 66 'boringssl_revision': '231cb8214511ea5784dd94a59f3e5f5fb7d39f8e',
67 # Three lines of non-changing comments so that 67 # Three lines of non-changing comments so that
68 # the commit queue can handle CLs rolling nss 68 # the commit queue can handle CLs rolling nss
69 # and whatever else without interference from each other. 69 # and whatever else without interference from each other.
70 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio n 295435 70 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio n 295435
71 # Three lines of non-changing comments so that 71 # Three lines of non-changing comments so that
72 # the commit queue can handle CLs rolling google-toolbox-for-mac 72 # the commit queue can handle CLs rolling google-toolbox-for-mac
73 # and whatever else without interference from each other. 73 # and whatever else without interference from each other.
74 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6', # from svn revision 705 74 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6', # from svn revision 705
75 # Three lines of non-changing comments so that 75 # Three lines of non-changing comments so that
76 # the commit queue can handle CLs rolling lighttpd 76 # the commit queue can handle CLs rolling lighttpd
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 # migration completes (let's say Sep 1 2014). 803 # migration completes (let's say Sep 1 2014).
804 'name': 'check_git_config', 804 'name': 'check_git_config',
805 'pattern': '.', 805 'pattern': '.',
806 'action': [ 806 'action': [
807 'python', 807 'python',
808 'src/tools/check_git_config.py', 808 'src/tools/check_git_config.py',
809 '--running-as-hook', 809 '--running-as-hook',
810 ], 810 ],
811 }, 811 },
812 ] 812 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/boringssl/boringssl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698