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

Side by Side Diff: util/util.gyp

Issue 1526563003: Create WorkerThread, an abstraction to perform some work on an interval. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address coments Created 4 years, 12 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/thread/worker_thread_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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'synchronization/semaphore_mac.cc', 145 'synchronization/semaphore_mac.cc',
146 'synchronization/semaphore_posix.cc', 146 'synchronization/semaphore_posix.cc',
147 'synchronization/semaphore_win.cc', 147 'synchronization/semaphore_win.cc',
148 'synchronization/semaphore.h', 148 'synchronization/semaphore.h',
149 'thread/thread.cc', 149 'thread/thread.cc',
150 'thread/thread.h', 150 'thread/thread.h',
151 'thread/thread_log_messages.cc', 151 'thread/thread_log_messages.cc',
152 'thread/thread_log_messages.h', 152 'thread/thread_log_messages.h',
153 'thread/thread_posix.cc', 153 'thread/thread_posix.cc',
154 'thread/thread_win.cc', 154 'thread/thread_win.cc',
155 'thread/worker_thread.cc',
156 'thread/worker_thread.h',
155 'win/address_types.h', 157 'win/address_types.h',
156 'win/capture_context.asm', 158 'win/capture_context.asm',
157 'win/capture_context.h', 159 'win/capture_context.h',
158 'win/checked_win_address_range.h', 160 'win/checked_win_address_range.h',
159 'win/command_line.cc', 161 'win/command_line.cc',
160 'win/command_line.h', 162 'win/command_line.h',
161 'win/critical_section_with_debug_info.cc', 163 'win/critical_section_with_debug_info.cc',
162 'win/critical_section_with_debug_info.h', 164 'win/critical_section_with_debug_info.h',
163 'win/exception_handler_server.cc', 165 'win/exception_handler_server.cc',
164 'win/exception_handler_server.h', 166 'win/exception_handler_server.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'UseSafeExceptionHandlers': 'true', 270 'UseSafeExceptionHandlers': 'true',
269 }, 271 },
270 }, 272 },
271 }], 273 }],
272 ], 274 ],
273 }], 275 }],
274 ], 276 ],
275 }, 277 },
276 ], 278 ],
277 } 279 }
OLDNEW
« no previous file with comments | « util/thread/worker_thread_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698