Chromium Code Reviews

Side by Side Diff: DEPS

Issue 1567973002: Roll breakpad to c051af689cdb08d9cecaa127f3d69eba006d0bc9. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update roll to c051af689cdb08d9cecaa127f3d69eba006d0bc9 to get Linux compilation fix. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('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 88 matching lines...)
99 # If you need to add a new host, contact chrome infrastracture team. 99 # If you need to add a new host, contact chrome infrastracture team.
100 allowed_hosts = [ 100 allowed_hosts = [
101 'chromium.googlesource.com', 101 'chromium.googlesource.com',
102 'boringssl.googlesource.com', 102 'boringssl.googlesource.com',
103 'pdfium.googlesource.com', 103 'pdfium.googlesource.com',
104 'android.googlesource.com', 104 'android.googlesource.com',
105 ] 105 ]
106 106
107 deps = { 107 deps = {
108 'src/breakpad/src': 108 'src/breakpad/src':
109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '317e714bd71c5a756 e7adcca8490d5ed8966e9a1', 109 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c051af689cdb08d9c ecaa127f3d69eba006d0bc9',
110 110
111 'src/buildtools': 111 'src/buildtools':
112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 112 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
113 113
114 'src/sdch/open-vcdiff': 114 'src/sdch/open-vcdiff':
115 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58', 115 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + ' 21d7d0b9c3d0c3ccbdb221c85ae889373f0a2a58',
116 116
117 'src/testing/gtest': 117 'src/testing/gtest':
118 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87', 118 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6 f8a66431cb592dad629028a50b3dd418a408c87',
119 119
(...skipping 693 matching lines...)
813 'src/tools', 813 'src/tools',
814 ], 814 ],
815 }, 815 },
816 { 816 {
817 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 817 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
818 'name': 'gyp', 818 'name': 'gyp',
819 'pattern': '.', 819 'pattern': '.',
820 'action': ['python', 'src/build/gyp_chromium'], 820 'action': ['python', 'src/build/gyp_chromium'],
821 }, 821 },
822 ] 822 ]
OLDNEW
« no previous file with comments | « no previous file | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine