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

Side by Side Diff: util/util.gyp

Issue 728973002: Add TaskForPID() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@process_info
Patch Set: Rebase Created 6 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 | « util/mach/task_for_pid.cc ('k') | no next file » | 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,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'mach/exception_ports.cc', 49 'mach/exception_ports.cc',
50 'mach/exception_ports.h', 50 'mach/exception_ports.h',
51 'mach/mach_extensions.cc', 51 'mach/mach_extensions.cc',
52 'mach/mach_extensions.h', 52 'mach/mach_extensions.h',
53 'mach/mach_message_server.cc', 53 'mach/mach_message_server.cc',
54 'mach/mach_message_server.h', 54 'mach/mach_message_server.h',
55 'mach/scoped_task_suspend.cc', 55 'mach/scoped_task_suspend.cc',
56 'mach/scoped_task_suspend.h', 56 'mach/scoped_task_suspend.h',
57 'mach/symbolic_constants_mach.cc', 57 'mach/symbolic_constants_mach.cc',
58 'mach/symbolic_constants_mach.h', 58 'mach/symbolic_constants_mach.h',
59 'mach/task_for_pid.cc',
60 'mach/task_for_pid.h',
59 'mach/task_memory.cc', 61 'mach/task_memory.cc',
60 'mach/task_memory.h', 62 'mach/task_memory.h',
61 'misc/clock.cc', 63 'misc/clock.cc',
62 'misc/clock.h', 64 'misc/clock.h',
63 'misc/clock_mac.cc', 65 'misc/clock_mac.cc',
64 'misc/initialization_state.h', 66 'misc/initialization_state.h',
65 'misc/initialization_state_dcheck.cc', 67 'misc/initialization_state_dcheck.cc',
66 'misc/initialization_state_dcheck.h', 68 'misc/initialization_state_dcheck.h',
67 'misc/scoped_forbid_return.cc', 69 'misc/scoped_forbid_return.cc',
68 'misc/scoped_forbid_return.h', 70 'misc/scoped_forbid_return.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 }, 254 },
253 { 255 {
254 'target_name': 'util_test_multiprocess_exec_test_child', 256 'target_name': 'util_test_multiprocess_exec_test_child',
255 'type': 'executable', 257 'type': 'executable',
256 'sources': [ 258 'sources': [
257 'test/multiprocess_exec_test_child.cc', 259 'test/multiprocess_exec_test_child.cc',
258 ], 260 ],
259 }, 261 },
260 ], 262 ],
261 } 263 }
OLDNEW
« no previous file with comments | « util/mach/task_for_pid.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698