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

Side by Side Diff: DEPS

Issue 1244093002: Roll src/third_party/boringssl/src/ to 209b2562235f7dab66b8260624e7b3c5b00d14a6. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 5 years, 5 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 | net/android/keystore_openssl.cc » ('j') | net/android/keystore_openssl.cc » ('J')
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 # the commit queue can handle CLs rolling PDFium 55 # the commit queue can handle CLs rolling PDFium
56 # and whatever else without interference from each other. 56 # and whatever else without interference from each other.
57 'pdfium_revision': 'cc8b4d8763151f51c9fe71ce9b64b2a0d7ddcc88', 57 'pdfium_revision': 'cc8b4d8763151f51c9fe71ce9b64b2a0d7ddcc88',
58 # Three lines of non-changing comments so that 58 # Three lines of non-changing comments so that
59 # the commit queue can handle CLs rolling openmax_dl 59 # the commit queue can handle CLs rolling openmax_dl
60 # and whatever else without interference from each other. 60 # and whatever else without interference from each other.
61 'openmax_dl_revision': '22bb1085a6a0f6f3589a8c3d60ed0a9b82248275', 61 'openmax_dl_revision': '22bb1085a6a0f6f3589a8c3d60ed0a9b82248275',
62 # Three lines of non-changing comments so that 62 # Three lines of non-changing comments so that
63 # the commit queue can handle CLs rolling BoringSSL 63 # the commit queue can handle CLs rolling BoringSSL
64 # and whatever else without interference from each other. 64 # and whatever else without interference from each other.
65 'boringssl_revision': '7f15ff53d82a1991d6732d2303eb652b1cf7e023', 65 'boringssl_revision': '209b2562235f7dab66b8260624e7b3c5b00d14a6',
66 # Three lines of non-changing comments so that 66 # Three lines of non-changing comments so that
67 # the commit queue can handle CLs rolling nss 67 # the commit queue can handle CLs rolling nss
68 # and whatever else without interference from each other. 68 # and whatever else without interference from each other.
69 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio n 295435 69 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio n 295435
70 # Three lines of non-changing comments so that 70 # Three lines of non-changing comments so that
71 # the commit queue can handle CLs rolling google-toolbox-for-mac 71 # the commit queue can handle CLs rolling google-toolbox-for-mac
72 # and whatever else without interference from each other. 72 # and whatever else without interference from each other.
73 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6', # from svn revision 705 73 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6', # from svn revision 705
74 # Three lines of non-changing comments so that 74 # Three lines of non-changing comments so that
75 # the commit queue can handle CLs rolling lighttpd 75 # the commit queue can handle CLs rolling lighttpd
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 # migration completes (let's say Sep 1 2014). 792 # migration completes (let's say Sep 1 2014).
793 'name': 'check_git_config', 793 'name': 'check_git_config',
794 'pattern': '.', 794 'pattern': '.',
795 'action': [ 795 'action': [
796 'python', 796 'python',
797 'src/tools/check_git_config.py', 797 'src/tools/check_git_config.py',
798 '--running-as-hook', 798 '--running-as-hook',
799 ], 799 ],
800 }, 800 },
801 ] 801 ]
OLDNEW
« no previous file with comments | « no previous file | net/android/keystore_openssl.cc » ('j') | net/android/keystore_openssl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698