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

Side by Side Diff: util/util_test.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/util.gyp ('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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'numeric/int128_test.cc', 70 'numeric/int128_test.cc',
71 'posix/process_info_test.cc', 71 'posix/process_info_test.cc',
72 'posix/symbolic_constants_posix_test.cc', 72 'posix/symbolic_constants_posix_test.cc',
73 'stdlib/map_insert_test.cc', 73 'stdlib/map_insert_test.cc',
74 'stdlib/string_number_conversion_test.cc', 74 'stdlib/string_number_conversion_test.cc',
75 'stdlib/strlcpy_test.cc', 75 'stdlib/strlcpy_test.cc',
76 'stdlib/strnlen_test.cc', 76 'stdlib/strnlen_test.cc',
77 'string/split_string_test.cc', 77 'string/split_string_test.cc',
78 'synchronization/semaphore_test.cc', 78 'synchronization/semaphore_test.cc',
79 'thread/thread_log_messages_test.cc', 79 'thread/thread_log_messages_test.cc',
80 'thread/thread_test.cc',
80 'win/process_info_test.cc', 81 'win/process_info_test.cc',
81 'win/time_test.cc', 82 'win/time_test.cc',
82 ], 83 ],
83 'conditions': [ 84 'conditions': [
84 ['OS=="mac"', { 85 ['OS=="mac"', {
85 'link_settings': { 86 'link_settings': {
86 'libraries': [ 87 'libraries': [
87 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 88 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
88 ], 89 ],
89 }, 90 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '/FIXED', 144 '/FIXED',
144 ], 145 ],
145 'TargetMachine': '1', # x86. 146 'TargetMachine': '1', # x86.
146 }, 147 },
147 }, 148 },
148 }, 149 },
149 ] 150 ]
150 }], 151 }],
151 ], 152 ],
152 } 153 }
OLDNEW
« no previous file with comments | « util/util.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698