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

Side by Side Diff: util/util.gyp

Issue 1134943003: Move thread from test/ to util/thread/. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: PCHECK fix. 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
« no previous file with comments | « util/thread/thread_win.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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'stdlib/strlcpy.cc', 132 'stdlib/strlcpy.cc',
133 'stdlib/strlcpy.h', 133 'stdlib/strlcpy.h',
134 'stdlib/strnlen.cc', 134 'stdlib/strnlen.cc',
135 'stdlib/strnlen.h', 135 'stdlib/strnlen.h',
136 'string/split_string.cc', 136 'string/split_string.cc',
137 'string/split_string.h', 137 'string/split_string.h',
138 'synchronization/semaphore_mac.cc', 138 'synchronization/semaphore_mac.cc',
139 'synchronization/semaphore_posix.cc', 139 'synchronization/semaphore_posix.cc',
140 'synchronization/semaphore_win.cc', 140 'synchronization/semaphore_win.cc',
141 'synchronization/semaphore.h', 141 'synchronization/semaphore.h',
142 'thread/thread.cc',
143 'thread/thread.h',
142 'thread/thread_log_messages.cc', 144 'thread/thread_log_messages.cc',
143 'thread/thread_log_messages.h', 145 'thread/thread_log_messages.h',
146 'thread/thread_posix.cc',
147 'thread/thread_win.cc',
144 'win/address_types.h', 148 'win/address_types.h',
145 'win/checked_win_address_range.h', 149 'win/checked_win_address_range.h',
146 'win/process_info.cc', 150 'win/process_info.cc',
147 'win/process_info.h', 151 'win/process_info.h',
148 'win/process_structs.h', 152 'win/process_structs.h',
149 'win/scoped_handle.cc', 153 'win/scoped_handle.cc',
150 'win/scoped_handle.h', 154 'win/scoped_handle.h',
151 'win/time.cc', 155 'win/time.cc',
152 'win/time.h', 156 'win/time.h',
153 ], 157 ],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'libraries': [ 222 'libraries': [
219 '-lrpcrt4.lib', 223 '-lrpcrt4.lib',
220 '-lwinhttp.lib', 224 '-lwinhttp.lib',
221 ], 225 ],
222 }, 226 },
223 }], 227 }],
224 ], 228 ],
225 }, 229 },
226 ], 230 ],
227 } 231 }
OLDNEW
« no previous file with comments | « util/thread/thread_win.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698