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

Side by Side Diff: util/util.gyp

Issue 913223008: Add FileReaderInterface::ReadExactly() and FileSeekerInterface::SeekSet() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 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
« no previous file with comments | « util/file/string_file_test.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 14 matching lines...) Expand all
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
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 }
OLDNEW
« no previous file with comments | « util/file/string_file_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698