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

Side by Side Diff: util/util.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 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 | « snapshot/win/exception_snapshot_win_test.cc ('k') | util/util_test.gyp » ('j') | 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'synchronization/semaphore_win.cc', 142 'synchronization/semaphore_win.cc',
143 'synchronization/semaphore.h', 143 'synchronization/semaphore.h',
144 'thread/thread.cc', 144 'thread/thread.cc',
145 'thread/thread.h', 145 'thread/thread.h',
146 'thread/thread_log_messages.cc', 146 'thread/thread_log_messages.cc',
147 'thread/thread_log_messages.h', 147 'thread/thread_log_messages.h',
148 'thread/thread_posix.cc', 148 'thread/thread_posix.cc',
149 'thread/thread_win.cc', 149 'thread/thread_win.cc',
150 'win/address_types.h', 150 'win/address_types.h',
151 'win/checked_win_address_range.h', 151 'win/checked_win_address_range.h',
152 'win/exception_handler_server.cc',
153 'win/exception_handler_server.h',
152 'win/module_version.cc', 154 'win/module_version.cc',
153 'win/module_version.h', 155 'win/module_version.h',
154 'win/nt_internals.cc', 156 'win/nt_internals.cc',
155 'win/nt_internals.h', 157 'win/nt_internals.h',
156 'win/process_info.cc', 158 'win/process_info.cc',
157 'win/process_info.h', 159 'win/process_info.h',
158 'win/process_structs.h', 160 'win/process_structs.h',
161 'win/registration_protocol_win.cc',
162 'win/registration_protocol_win.h',
159 'win/scoped_handle.cc', 163 'win/scoped_handle.cc',
160 'win/scoped_handle.h', 164 'win/scoped_handle.h',
161 'win/time.cc', 165 'win/time.cc',
162 'win/time.h', 166 'win/time.h',
163 ], 167 ],
164 'conditions': [ 168 'conditions': [
165 ['OS=="mac"', { 169 ['OS=="mac"', {
166 'conditions': [ 170 'conditions': [
167 ['GENERATOR=="ninja"', { 171 ['GENERATOR=="ninja"', {
168 # ninja’s rules can’t deal with sources that have paths relative 172 # ninja’s rules can’t deal with sources that have paths relative
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'libraries': [ 232 'libraries': [
229 '-lrpcrt4.lib', 233 '-lrpcrt4.lib',
230 '-lwinhttp.lib', 234 '-lwinhttp.lib',
231 ], 235 ],
232 }, 236 },
233 }], 237 }],
234 ], 238 ],
235 }, 239 },
236 ], 240 ],
237 } 241 }
OLDNEW
« no previous file with comments | « snapshot/win/exception_snapshot_win_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698