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

Side by Side Diff: minidump/minidump.gyp

Issue 986033002: Allow Crashpad to build in the Chromium tree (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rewrap 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
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,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and 12 # See the License for the specific language governing permissions and
13 # limitations under the License. 13 # limitations under the License.
14 14
15 { 15 {
16 'includes': [ 16 'includes': [
17 '../build/crashpad.gypi', 17 '../build/crashpad.gypi',
18 ], 18 ],
19 'targets': [ 19 'targets': [
20 { 20 {
21 'target_name': 'crashpad_minidump', 21 'target_name': 'crashpad_minidump',
22 'type': 'static_library', 22 'type': 'static_library',
23 'dependencies': [ 23 'dependencies': [
24 '../compat/compat.gyp:crashpad_compat', 24 '../compat/compat.gyp:crashpad_compat',
25 '../snapshot/snapshot.gyp:crashpad_snapshot', 25 '../snapshot/snapshot.gyp:crashpad_snapshot',
26 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 26 '../third_party/mini_chromium/mini_chromium.gyp:base',
27 '../util/util.gyp:crashpad_util', 27 '../util/util.gyp:crashpad_util',
28 ], 28 ],
29 'export_dependent_settings': [ 29 'export_dependent_settings': [
30 '../compat/compat.gyp:crashpad_compat', 30 '../compat/compat.gyp:crashpad_compat',
31 ], 31 ],
32 'include_dirs': [ 32 'include_dirs': [
33 '..', 33 '..',
34 ], 34 ],
35 'sources': [ 35 'sources': [
36 'minidump_context.h', 36 'minidump_context.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 ], 73 ],
74 }, 74 },
75 { 75 {
76 'target_name': 'crashpad_minidump_test', 76 'target_name': 'crashpad_minidump_test',
77 'type': 'executable', 77 'type': 'executable',
78 'dependencies': [ 78 'dependencies': [
79 'crashpad_minidump', 79 'crashpad_minidump',
80 '../snapshot/snapshot.gyp:crashpad_snapshot_test_lib', 80 '../snapshot/snapshot.gyp:crashpad_snapshot_test_lib',
81 '../third_party/gtest/gtest.gyp:gtest', 81 '../third_party/gtest/gtest.gyp:gtest',
82 '../third_party/gtest/gtest.gyp:gtest_main', 82 '../third_party/gtest/gtest.gyp:gtest_main',
83 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 83 '../third_party/mini_chromium/mini_chromium.gyp:base',
84 ], 84 ],
85 'include_dirs': [ 85 'include_dirs': [
86 '..', 86 '..',
87 ], 87 ],
88 'sources': [ 88 'sources': [
89 'minidump_context_writer_test.cc', 89 'minidump_context_writer_test.cc',
90 'minidump_crashpad_info_writer_test.cc', 90 'minidump_crashpad_info_writer_test.cc',
91 'minidump_exception_writer_test.cc', 91 'minidump_exception_writer_test.cc',
92 'minidump_file_writer_test.cc', 92 'minidump_file_writer_test.cc',
93 'minidump_memory_writer_test.cc', 93 'minidump_memory_writer_test.cc',
(...skipping 16 matching lines...) Expand all
110 'test/minidump_rva_list_test_util.cc', 110 'test/minidump_rva_list_test_util.cc',
111 'test/minidump_rva_list_test_util.h', 111 'test/minidump_rva_list_test_util.h',
112 'test/minidump_string_writer_test_util.cc', 112 'test/minidump_string_writer_test_util.cc',
113 'test/minidump_string_writer_test_util.h', 113 'test/minidump_string_writer_test_util.h',
114 'test/minidump_writable_test_util.cc', 114 'test/minidump_writable_test_util.cc',
115 'test/minidump_writable_test_util.h', 115 'test/minidump_writable_test_util.h',
116 ], 116 ],
117 }, 117 },
118 ], 118 ],
119 } 119 }
OLDNEW
« no previous file with comments | « handler/handler.gyp ('k') | snapshot/snapshot.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698