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

Side by Side Diff: util/util.gyp

Issue 992503002: Locate test data more robustly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 2015 Created 5 years, 9 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/test/paths_win.cc ('k') | util/win/process_info_test.cc » ('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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../third_party/gtest/gtest.gyp:gtest', 217 '../third_party/gtest/gtest.gyp:gtest',
218 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 218 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
219 'crashpad_util', 219 'crashpad_util',
220 ], 220 ],
221 'include_dirs': [ 221 'include_dirs': [
222 '..', 222 '..',
223 ], 223 ],
224 'sources': [ 224 'sources': [
225 'test/errors.cc', 225 'test/errors.cc',
226 'test/errors.h', 226 'test/errors.h',
227 'test/executable_path.h',
228 'test/executable_path_mac.cc',
229 'test/executable_path_win.cc',
230 'test/mac/dyld.h', 227 'test/mac/dyld.h',
231 'test/mac/mach_errors.cc', 228 'test/mac/mach_errors.cc',
232 'test/mac/mach_errors.h', 229 'test/mac/mach_errors.h',
233 'test/mac/mach_multiprocess.cc', 230 'test/mac/mach_multiprocess.cc',
234 'test/mac/mach_multiprocess.h', 231 'test/mac/mach_multiprocess.h',
235 'test/multiprocess.h', 232 'test/multiprocess.h',
236 'test/multiprocess_exec.h', 233 'test/multiprocess_exec.h',
237 'test/multiprocess_exec_posix.cc', 234 'test/multiprocess_exec_posix.cc',
238 'test/multiprocess_exec_win.cc', 235 'test/multiprocess_exec_win.cc',
239 'test/multiprocess_posix.cc', 236 'test/multiprocess_posix.cc',
237 'test/paths.cc',
238 'test/paths.h',
239 'test/paths_mac.cc',
240 'test/paths_win.cc',
240 'test/scoped_temp_dir.cc', 241 'test/scoped_temp_dir.cc',
241 'test/scoped_temp_dir.h', 242 'test/scoped_temp_dir.h',
242 'test/scoped_temp_dir_posix.cc', 243 'test/scoped_temp_dir_posix.cc',
243 'test/scoped_temp_dir_win.cc', 244 'test/scoped_temp_dir_win.cc',
244 ], 245 ],
245 'conditions': [ 246 'conditions': [
246 ['OS=="mac"', { 247 ['OS=="mac"', {
247 'link_settings': { 248 'link_settings': {
248 'libraries': [ 249 'libraries': [
249 '$(SDKROOT)/usr/lib/libbsm.dylib', 250 '$(SDKROOT)/usr/lib/libbsm.dylib',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'net/http_transport_test.cc', 302 'net/http_transport_test.cc',
302 'numeric/checked_range_test.cc', 303 'numeric/checked_range_test.cc',
303 'numeric/in_range_cast_test.cc', 304 'numeric/in_range_cast_test.cc',
304 'numeric/int128_test.cc', 305 'numeric/int128_test.cc',
305 'posix/process_info_test.cc', 306 'posix/process_info_test.cc',
306 'posix/symbolic_constants_posix_test.cc', 307 'posix/symbolic_constants_posix_test.cc',
307 'stdlib/string_number_conversion_test.cc', 308 'stdlib/string_number_conversion_test.cc',
308 'stdlib/strlcpy_test.cc', 309 'stdlib/strlcpy_test.cc',
309 'stdlib/strnlen_test.cc', 310 'stdlib/strnlen_test.cc',
310 'synchronization/semaphore_test.cc', 311 'synchronization/semaphore_test.cc',
311 'test/executable_path_test.cc',
312 'test/mac/mach_multiprocess_test.cc', 312 'test/mac/mach_multiprocess_test.cc',
313 'test/multiprocess_exec_test.cc', 313 'test/multiprocess_exec_test.cc',
314 'test/multiprocess_posix_test.cc', 314 'test/multiprocess_posix_test.cc',
315 'test/paths_test.cc',
315 'test/scoped_temp_dir_test.cc', 316 'test/scoped_temp_dir_test.cc',
316 'win/process_info_test.cc', 317 'win/process_info_test.cc',
317 'win/time_test.cc', 318 'win/time_test.cc',
318 ], 319 ],
319 'conditions': [ 320 'conditions': [
320 ['OS=="mac"', { 321 ['OS=="mac"', {
321 'link_settings': { 322 'link_settings': {
322 'libraries': [ 323 'libraries': [
323 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 324 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
324 ], 325 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '/BASE:0x78000000', 360 '/BASE:0x78000000',
360 '/FIXED', 361 '/FIXED',
361 ], 362 ],
362 }, 363 },
363 }, 364 },
364 }, 365 },
365 ] 366 ]
366 }], 367 }],
367 ], 368 ],
368 } 369 }
OLDNEW
« no previous file with comments | « util/test/paths_win.cc ('k') | util/win/process_info_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698