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

Side by Side Diff: third_party/crashpad/crashpad/util/util.gyp

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 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 26 matching lines...) Expand all
37 'file/file_io_posix.cc', 37 'file/file_io_posix.cc',
38 'file/file_io_win.cc', 38 'file/file_io_win.cc',
39 'file/file_reader.cc', 39 'file/file_reader.cc',
40 'file/file_reader.h', 40 'file/file_reader.h',
41 'file/file_seeker.cc', 41 'file/file_seeker.cc',
42 'file/file_seeker.h', 42 'file/file_seeker.h',
43 'file/file_writer.cc', 43 'file/file_writer.cc',
44 'file/file_writer.h', 44 'file/file_writer.h',
45 'file/string_file.cc', 45 'file/string_file.cc',
46 'file/string_file.h', 46 'file/string_file.h',
47 'linux/address_types.h',
48 'linux/process_memory.cc',
49 'linux/process_memory.h',
47 'mac/checked_mach_address_range.h', 50 'mac/checked_mach_address_range.h',
48 'mac/launchd.h', 51 'mac/launchd.h',
49 'mac/launchd.mm', 52 'mac/launchd.mm',
50 'mac/mac_util.cc', 53 'mac/mac_util.cc',
51 'mac/mac_util.h', 54 'mac/mac_util.h',
52 'mac/service_management.cc', 55 'mac/service_management.cc',
53 'mac/service_management.h', 56 'mac/service_management.h',
54 'mac/xattr.cc', 57 'mac/xattr.cc',
55 'mac/xattr.h', 58 'mac/xattr.h',
56 'mach/child_port.defs', 59 'mach/child_port.defs',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'misc/clock.h', 95 'misc/clock.h',
93 'misc/clock_mac.cc', 96 'misc/clock_mac.cc',
94 'misc/clock_posix.cc', 97 'misc/clock_posix.cc',
95 'misc/clock_win.cc', 98 'misc/clock_win.cc',
96 'misc/implicit_cast.h', 99 'misc/implicit_cast.h',
97 'misc/initialization_state.h', 100 'misc/initialization_state.h',
98 'misc/initialization_state_dcheck.cc', 101 'misc/initialization_state_dcheck.cc',
99 'misc/initialization_state_dcheck.h', 102 'misc/initialization_state_dcheck.h',
100 'misc/metrics.cc', 103 'misc/metrics.cc',
101 'misc/metrics.h', 104 'misc/metrics.h',
105 'misc/paths.h',
106 'misc/paths_mac.cc',
107 'misc/paths_linux.cc',
108 'misc/paths_win.cc',
102 'misc/pdb_structures.cc', 109 'misc/pdb_structures.cc',
103 'misc/pdb_structures.h', 110 'misc/pdb_structures.h',
104 'misc/random_string.cc', 111 'misc/random_string.cc',
105 'misc/random_string.h', 112 'misc/random_string.h',
106 'misc/scoped_forbid_return.cc', 113 'misc/scoped_forbid_return.cc',
107 'misc/scoped_forbid_return.h', 114 'misc/scoped_forbid_return.h',
108 'misc/symbolic_constants_common.h', 115 'misc/symbolic_constants_common.h',
109 'misc/tri_state.h', 116 'misc/tri_state.h',
110 'misc/uuid.cc', 117 'misc/uuid.cc',
111 'misc/uuid.h', 118 'misc/uuid.h',
(...skipping 20 matching lines...) Expand all
132 'numeric/safe_assignment.h', 139 'numeric/safe_assignment.h',
133 'posix/close_multiple.cc', 140 'posix/close_multiple.cc',
134 'posix/close_multiple.h', 141 'posix/close_multiple.h',
135 'posix/close_stdio.cc', 142 'posix/close_stdio.cc',
136 'posix/close_stdio.h', 143 'posix/close_stdio.h',
137 'posix/drop_privileges.cc', 144 'posix/drop_privileges.cc',
138 'posix/drop_privileges.h', 145 'posix/drop_privileges.h',
139 'posix/process_info.h', 146 'posix/process_info.h',
140 'posix/process_info_linux.cc', 147 'posix/process_info_linux.cc',
141 'posix/process_info_mac.cc', 148 'posix/process_info_mac.cc',
149 'posix/scoped_mmap.cc',
150 'posix/scoped_mmap.h',
142 'posix/signals.cc', 151 'posix/signals.cc',
143 'posix/signals.h', 152 'posix/signals.h',
144 'posix/symbolic_constants_posix.cc', 153 'posix/symbolic_constants_posix.cc',
145 'posix/symbolic_constants_posix.h', 154 'posix/symbolic_constants_posix.h',
146 'stdlib/aligned_allocator.cc', 155 'stdlib/aligned_allocator.cc',
147 'stdlib/aligned_allocator.h', 156 'stdlib/aligned_allocator.h',
148 'stdlib/cxx.h', 157 'stdlib/cxx.h',
149 'stdlib/map_insert.h', 158 'stdlib/map_insert.h',
150 'stdlib/objc.h', 159 'stdlib/objc.h',
151 'stdlib/pointer_container.h', 160 'stdlib/pointer_container.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 }, 321 },
313 }, { # else: OS!="linux" 322 }, { # else: OS!="linux"
314 'sources!': [ 323 'sources!': [
315 'net/http_transport_libcurl.cc', 324 'net/http_transport_libcurl.cc',
316 ], 325 ],
317 }], 326 }],
318 ], 327 ],
319 'target_conditions': [ 328 'target_conditions': [
320 ['OS=="android"', { 329 ['OS=="android"', {
321 'sources/': [ 330 'sources/': [
331 ['include', '^linux/'],
332 ['include', '^misc/paths_linux\\.cc$'],
322 ['include', '^posix/process_info_linux\\.cc$'], 333 ['include', '^posix/process_info_linux\\.cc$'],
323 ], 334 ],
324 }], 335 }],
325 ], 336 ],
326 }, 337 },
327 ], 338 ],
328 } 339 }
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/util/thread/worker_thread_test.cc ('k') | third_party/crashpad/crashpad/util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698