OLD | NEW |
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'mach/mach_message_server.cc', | 63 'mach/mach_message_server.cc', |
64 'mach/mach_message_server.h', | 64 'mach/mach_message_server.h', |
65 'mach/scoped_task_suspend.cc', | 65 'mach/scoped_task_suspend.cc', |
66 'mach/scoped_task_suspend.h', | 66 'mach/scoped_task_suspend.h', |
67 'mach/symbolic_constants_mach.cc', | 67 'mach/symbolic_constants_mach.cc', |
68 'mach/symbolic_constants_mach.h', | 68 'mach/symbolic_constants_mach.h', |
69 'mach/task_for_pid.cc', | 69 'mach/task_for_pid.cc', |
70 'mach/task_for_pid.h', | 70 'mach/task_for_pid.h', |
71 'mach/task_memory.cc', | 71 'mach/task_memory.cc', |
72 'mach/task_memory.h', | 72 'mach/task_memory.h', |
73 'misc/clock.cc', | |
74 'misc/clock.h', | 73 'misc/clock.h', |
75 'misc/clock_mac.cc', | 74 'misc/clock_mac.cc', |
| 75 'misc/clock_posix.cc', |
| 76 'misc/clock_win.cc', |
76 'misc/initialization_state.h', | 77 'misc/initialization_state.h', |
77 'misc/initialization_state_dcheck.cc', | 78 'misc/initialization_state_dcheck.cc', |
78 'misc/initialization_state_dcheck.h', | 79 'misc/initialization_state_dcheck.h', |
79 'misc/scoped_forbid_return.cc', | 80 'misc/scoped_forbid_return.cc', |
80 'misc/scoped_forbid_return.h', | 81 'misc/scoped_forbid_return.h', |
81 'misc/symbolic_constants_common.h', | 82 'misc/symbolic_constants_common.h', |
82 'misc/uuid.cc', | 83 'misc/uuid.cc', |
83 'misc/uuid.h', | 84 'misc/uuid.h', |
84 'net/http_body.cc', | 85 'net/http_body.cc', |
85 'net/http_body.h', | 86 'net/http_body.h', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 }, | 283 }, |
283 { | 284 { |
284 'target_name': 'util_test_multiprocess_exec_test_child', | 285 'target_name': 'util_test_multiprocess_exec_test_child', |
285 'type': 'executable', | 286 'type': 'executable', |
286 'sources': [ | 287 'sources': [ |
287 'test/multiprocess_exec_test_child.cc', | 288 'test/multiprocess_exec_test_child.cc', |
288 ], | 289 ], |
289 }, | 290 }, |
290 ], | 291 ], |
291 } | 292 } |
OLD | NEW |