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

Side by Side Diff: client/client.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_client', 21 'target_name': 'crashpad_client',
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 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 25 '../third_party/mini_chromium/mini_chromium.gyp:base',
26 '../util/util.gyp:crashpad_util', 26 '../util/util.gyp:crashpad_util',
27 ], 27 ],
28 'include_dirs': [ 28 'include_dirs': [
29 '..', 29 '..',
30 ], 30 ],
31 'sources': [ 31 'sources': [
32 'capture_context_mac.S', 32 'capture_context_mac.S',
33 'capture_context_mac.h', 33 'capture_context_mac.h',
34 'crash_report_database.cc', 34 'crash_report_database.cc',
35 'crash_report_database.h', 35 'crash_report_database.h',
(...skipping 20 matching lines...) Expand all
56 ], 56 ],
57 }, 57 },
58 { 58 {
59 'target_name': 'crashpad_client_test', 59 'target_name': 'crashpad_client_test',
60 'type': 'executable', 60 'type': 'executable',
61 'dependencies': [ 61 'dependencies': [
62 'crashpad_client', 62 'crashpad_client',
63 '../compat/compat.gyp:crashpad_compat', 63 '../compat/compat.gyp:crashpad_compat',
64 '../third_party/gtest/gtest.gyp:gtest', 64 '../third_party/gtest/gtest.gyp:gtest',
65 '../third_party/gtest/gtest.gyp:gtest_main', 65 '../third_party/gtest/gtest.gyp:gtest_main',
66 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', 66 '../third_party/mini_chromium/mini_chromium.gyp:base',
67 '../util/util.gyp:crashpad_util', 67 '../util/util.gyp:crashpad_util',
68 '../util/util.gyp:crashpad_util_test_lib', 68 '../util/util.gyp:crashpad_util_test_lib',
69 ], 69 ],
70 'include_dirs': [ 70 'include_dirs': [
71 '..', 71 '..',
72 ], 72 ],
73 'sources': [ 73 'sources': [
74 'capture_context_mac_test.cc', 74 'capture_context_mac_test.cc',
75 'crash_report_database_test.cc', 75 'crash_report_database_test.cc',
76 'simple_string_dictionary_test.cc', 76 'simple_string_dictionary_test.cc',
77 'simulate_crash_mac_test.cc', 77 'simulate_crash_mac_test.cc',
78 ], 78 ],
79 }, 79 },
80 ], 80 ],
81 } 81 }
OLDNEW
« no previous file with comments | « build/gyp_crashpad.py ('k') | handler/handler.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698