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

Side by Side Diff: snapshot/snapshot_test.gyp

Issue 1138923004: win: Retrieve "simple map" annotations from modules (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@module-version
Patch Set: . Created 5 years, 6 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 | « snapshot/snapshot.gyp ('k') | snapshot/win/module_snapshot_win.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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'cpu_context_test.cc', 67 'cpu_context_test.cc',
68 'crashpad_info_client_options_test.cc', 68 'crashpad_info_client_options_test.cc',
69 'mac/cpu_context_mac_test.cc', 69 'mac/cpu_context_mac_test.cc',
70 'mac/mach_o_image_annotations_reader_test.cc', 70 'mac/mach_o_image_annotations_reader_test.cc',
71 'mac/mach_o_image_reader_test.cc', 71 'mac/mach_o_image_reader_test.cc',
72 'mac/mach_o_image_segment_reader_test.cc', 72 'mac/mach_o_image_segment_reader_test.cc',
73 'mac/process_reader_test.cc', 73 'mac/process_reader_test.cc',
74 'mac/process_types_test.cc', 74 'mac/process_types_test.cc',
75 'mac/system_snapshot_mac_test.cc', 75 'mac/system_snapshot_mac_test.cc',
76 'minidump/process_snapshot_minidump_test.cc', 76 'minidump/process_snapshot_minidump_test.cc',
77 'win/pe_image_annotations_reader_test.cc',
77 'win/process_reader_win_test.cc', 78 'win/process_reader_win_test.cc',
78 'win/system_snapshot_win_test.cc', 79 'win/system_snapshot_win_test.cc',
79 ], 80 ],
80 'conditions': [ 81 'conditions': [
81 ['OS=="mac"', { 82 ['OS=="mac"', {
82 'link_settings': { 83 'link_settings': {
83 'libraries': [ 84 'libraries': [
84 '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework', 85 '$(SDKROOT)/System/Library/Frameworks/OpenCL.framework',
85 ], 86 ],
86 }, 87 },
87 }], 88 }],
88 ], 89 ],
89 }, 90 },
90 { 91 {
91 'target_name': 'crashpad_snapshot_test_module', 92 'target_name': 'crashpad_snapshot_test_module',
92 'type': 'loadable_module', 93 'type': 'loadable_module',
93 'dependencies': [ 94 'dependencies': [
94 '../client/client.gyp:crashpad_client', 95 '../client/client.gyp:crashpad_client',
95 '../third_party/mini_chromium/mini_chromium.gyp:base', 96 '../third_party/mini_chromium/mini_chromium.gyp:base',
96 ], 97 ],
97 'include_dirs': [ 98 'include_dirs': [
98 '..', 99 '..',
99 ], 100 ],
100 'sources': [ 101 'sources': [
101 'crashpad_info_client_options_test_module.cc', 102 'crashpad_info_client_options_test_module.cc',
102 ], 103 ],
103 }, 104 },
104 ], 105 ],
105 } 106 }
OLDNEW
« no previous file with comments | « snapshot/snapshot.gyp ('k') | snapshot/win/module_snapshot_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698