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 14 matching lines...) Expand all Loading... |
25 '..', | 25 '..', |
26 '<(INTERMEDIATE_DIR)', | 26 '<(INTERMEDIATE_DIR)', |
27 ], | 27 ], |
28 'sources': [ | 28 'sources': [ |
29 'file/file_io.cc', | 29 'file/file_io.cc', |
30 'file/file_io.h', | 30 'file/file_io.h', |
31 'file/file_io_posix.cc', | 31 'file/file_io_posix.cc', |
32 'file/file_io_win.cc', | 32 'file/file_io_win.cc', |
33 'file/file_reader.cc', | 33 'file/file_reader.cc', |
34 'file/file_reader.h', | 34 'file/file_reader.h', |
| 35 'file/file_seeker.cc', |
35 'file/file_seeker.h', | 36 'file/file_seeker.h', |
36 'file/file_writer.cc', | 37 'file/file_writer.cc', |
37 'file/file_writer.h', | 38 'file/file_writer.h', |
38 'file/string_file.cc', | 39 'file/string_file.cc', |
39 'file/string_file.h', | 40 'file/string_file.h', |
40 'mac/checked_mach_address_range.cc', | 41 'mac/checked_mach_address_range.cc', |
41 'mac/checked_mach_address_range.h', | 42 'mac/checked_mach_address_range.h', |
42 'mac/launchd.h', | 43 'mac/launchd.h', |
43 'mac/launchd.mm', | 44 'mac/launchd.mm', |
44 'mac/mac_util.cc', | 45 'mac/mac_util.cc', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 }, | 319 }, |
319 { | 320 { |
320 'target_name': 'util_test_multiprocess_exec_test_child', | 321 'target_name': 'util_test_multiprocess_exec_test_child', |
321 'type': 'executable', | 322 'type': 'executable', |
322 'sources': [ | 323 'sources': [ |
323 'test/multiprocess_exec_test_child.cc', | 324 'test/multiprocess_exec_test_child.cc', |
324 ], | 325 ], |
325 }, | 326 }, |
326 ], | 327 ], |
327 } | 328 } |
OLD | NEW |