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

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

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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
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,
(...skipping 21 matching lines...) Expand all
32 'crashpad/third_party/llvm': 32 'crashpad/third_party/llvm':
33 Var('chromium_git') + '/external/llvm.org/llvm.git@HEAD', 33 Var('chromium_git') + '/external/llvm.org/llvm.git@HEAD',
34 'crashpad/third_party/llvm/tools/clang': 34 'crashpad/third_party/llvm/tools/clang':
35 Var('chromium_git') + '/external/llvm.org/clang.git@HEAD', 35 Var('chromium_git') + '/external/llvm.org/clang.git@HEAD',
36 'crashpad/third_party/llvm/tools/lldb': 36 'crashpad/third_party/llvm/tools/lldb':
37 Var('chromium_git') + '/external/llvm.org/lldb.git@HEAD', 37 Var('chromium_git') + '/external/llvm.org/lldb.git@HEAD',
38 38
39 'crashpad/third_party/mini_chromium/mini_chromium': 39 'crashpad/third_party/mini_chromium/mini_chromium':
40 Var('chromium_git') + '/chromium/mini_chromium@' + 40 Var('chromium_git') + '/chromium/mini_chromium@' +
41 'f65519e442d23498937251e680a3b113927613b0', 41 'f65519e442d23498937251e680a3b113927613b0',
42 'crashpad/third_party/zlib/zlib':
43 Var('chromium_git') + '/chromium/src/third_party/zlib@' +
44 '13dc246a58e4b72104d35f9b1809af95221ebda7',
42 } 45 }
43 46
44 hooks = [ 47 hooks = [
45 { 48 {
46 'name': 'clang_format_mac', 49 'name': 'clang_format_mac',
47 'pattern': '.', 50 'pattern': '.',
48 'action': [ 51 'action': [
49 'download_from_google_storage', 52 'download_from_google_storage',
50 '--platform=^darwin$', 53 '--platform=^darwin$',
51 '--no_resume', 54 '--no_resume',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 { 100 {
98 'name': 'gyp', 101 'name': 'gyp',
99 'pattern': '\.gypi?$', 102 'pattern': '\.gypi?$',
100 'action': ['python', 'crashpad/build/gyp_crashpad.py'], 103 'action': ['python', 'crashpad/build/gyp_crashpad.py'],
101 }, 104 },
102 ] 105 ]
103 106
104 recursedeps = [ 107 recursedeps = [
105 'buildtools', 108 'buildtools',
106 ] 109 ]
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/.gitignore ('k') | third_party/crashpad/crashpad/build/crashpad_dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698