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

Side by Side Diff: third_party/crashpad/crashpad/test/test.gyp

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 10 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
OLDNEW
1 # Copyright 2015 The Crashpad Authors. All rights reserved. 1 # Copyright 2015 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 17 matching lines...) Expand all
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '..', 30 '..',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 'errors.cc', 33 'errors.cc',
34 'errors.h', 34 'errors.h',
35 'file.cc', 35 'file.cc',
36 'file.h', 36 'file.h',
37 'gtest_death_check.h', 37 'gtest_death_check.h',
38 'hex_string.cc',
39 'hex_string.h',
38 'mac/dyld.h', 40 'mac/dyld.h',
39 'mac/mach_errors.cc', 41 'mac/mach_errors.cc',
40 'mac/mach_errors.h', 42 'mac/mach_errors.h',
41 'mac/mach_multiprocess.cc', 43 'mac/mach_multiprocess.cc',
42 'mac/mach_multiprocess.h', 44 'mac/mach_multiprocess.h',
43 'multiprocess.h', 45 'multiprocess.h',
44 'multiprocess_exec.h', 46 'multiprocess_exec.h',
45 'multiprocess_exec_posix.cc', 47 'multiprocess_exec_posix.cc',
46 'multiprocess_exec_win.cc', 48 'multiprocess_exec_win.cc',
47 'multiprocess_posix.cc', 49 'multiprocess_posix.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'target_conditions': [ 82 'target_conditions': [
81 ['OS=="android"', { 83 ['OS=="android"', {
82 'sources/': [ 84 'sources/': [
83 ['include', '^paths_linux\\.cc$'], 85 ['include', '^paths_linux\\.cc$'],
84 ], 86 ],
85 }], 87 }],
86 ], 88 ],
87 }, 89 },
88 ], 90 ],
89 } 91 }
OLDNEW
« no previous file with comments | « third_party/crashpad/crashpad/test/hex_string_test.cc ('k') | third_party/crashpad/crashpad/test/test_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698