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

Side by Side Diff: third_party/crashpad/crashpad/DEPS

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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 | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/client/client.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 # Copyright 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and 12 # See the License for the specific language governing permissions and
13 # limitations under the License. 13 # limitations under the License.
14 14
15 vars = { 15 vars = {
16 'chromium_git': 'https://chromium.googlesource.com', 16 'chromium_git': 'https://chromium.googlesource.com',
17 } 17 }
18 18
19 deps = { 19 deps = {
20 'crashpad/third_party/gtest/gtest': 20 'crashpad/third_party/gtest/gtest':
21 Var('chromium_git') + '/external/github.com/google/googletest@' + 21 Var('chromium_git') + '/external/github.com/google/googletest@' +
22 'ec44c6c1675c25b9827aacd08c02433cccde7780', 22 'ec44c6c1675c25b9827aacd08c02433cccde7780',
23 'crashpad/third_party/gyp/gyp': 23 'crashpad/third_party/gyp/gyp':
24 Var('chromium_git') + '/external/gyp@' + 24 Var('chromium_git') + '/external/gyp@' +
25 '93cc6e2c23e4d5ebd179f388e67aa907d0dfd43d', 25 '93cc6e2c23e4d5ebd179f388e67aa907d0dfd43d',
26 'crashpad/third_party/mini_chromium/mini_chromium': 26 'crashpad/third_party/mini_chromium/mini_chromium':
27 Var('chromium_git') + '/chromium/mini_chromium@' + 27 Var('chromium_git') + '/chromium/mini_chromium@' +
28 '88e0a3e1a965c698d7ead8bcfc0cfb6aacdc3524', 28 '8e8d3cc9a245f1bf63296e97fb6ac1c90f6d86f5',
29 'buildtools': 29 'buildtools':
30 Var('chromium_git') + '/chromium/buildtools.git@' + 30 Var('chromium_git') + '/chromium/buildtools.git@' +
31 'f8fc76ea5ce4a60cda2fa5d7df3d4a62935b3113', 31 'f8fc76ea5ce4a60cda2fa5d7df3d4a62935b3113',
32 } 32 }
33 33
34 hooks = [ 34 hooks = [
35 { 35 {
36 'name': 'clang_format_mac', 36 'name': 'clang_format_mac',
37 'pattern': '.', 37 'pattern': '.',
38 'action': [ 38 'action': [
(...skipping 20 matching lines...) Expand all
59 '--sha1_file', 59 '--sha1_file',
60 'buildtools/win/clang-format.exe.sha1', 60 'buildtools/win/clang-format.exe.sha1',
61 ], 61 ],
62 }, 62 },
63 { 63 {
64 'name': 'gyp', 64 'name': 'gyp',
65 'pattern': '\.gypi?$', 65 'pattern': '\.gypi?$',
66 'action': ['python', 'crashpad/build/gyp_crashpad.py'], 66 'action': ['python', 'crashpad/build/gyp_crashpad.py'],
67 }, 67 },
68 ] 68 ]
OLDNEW
« no previous file with comments | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/client/client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698