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

Side by Side Diff: util/util.gyp

Issue 1120383003: Get generate_dump compiling on Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@tools
Patch Set: Created 5 years, 7 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 11 matching lines...) Expand all
22 'type': 'static_library', 22 'type': 'static_library',
23 'dependencies': [ 23 'dependencies': [
24 '../compat/compat.gyp:crashpad_compat', 24 '../compat/compat.gyp:crashpad_compat',
25 '../third_party/mini_chromium/mini_chromium.gyp:base', 25 '../third_party/mini_chromium/mini_chromium.gyp:base',
26 ], 26 ],
27 'include_dirs': [ 27 'include_dirs': [
28 '..', 28 '..',
29 '<(INTERMEDIATE_DIR)', 29 '<(INTERMEDIATE_DIR)',
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 'file/basename.h',
33 'file/basename_posix.cc',
34 'file/basename_win.cc',
32 'file/file_io.cc', 35 'file/file_io.cc',
33 'file/file_io.h', 36 'file/file_io.h',
34 'file/file_io_posix.cc', 37 'file/file_io_posix.cc',
35 'file/file_io_win.cc', 38 'file/file_io_win.cc',
36 'file/file_reader.cc', 39 'file/file_reader.cc',
37 'file/file_reader.h', 40 'file/file_reader.h',
38 'file/file_seeker.cc', 41 'file/file_seeker.cc',
39 'file/file_seeker.h', 42 'file/file_seeker.h',
40 'file/file_writer.cc', 43 'file/file_writer.cc',
41 'file/file_writer.h', 44 'file/file_writer.h',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'libraries': [ 221 'libraries': [
219 '-lrpcrt4.lib', 222 '-lrpcrt4.lib',
220 '-lwinhttp.lib', 223 '-lwinhttp.lib',
221 ], 224 ],
222 }, 225 },
223 }], 226 }],
224 ], 227 ],
225 }, 228 },
226 ], 229 ],
227 } 230 }
OLDNEW
« no previous file with comments | « util/file/basename_win.cc ('k') | util/win/process_info.cc » ('j') | util/win/process_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698