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

Side by Side Diff: snapshot/snapshot_test.gyp

Issue 1586433003: Adding an API to read module annotations in snapshot.gyp (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Last comments Created 4 years, 11 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,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'test/test_thread_snapshot.cc', 47 'test/test_thread_snapshot.cc',
48 'test/test_thread_snapshot.h', 48 'test/test_thread_snapshot.h',
49 ], 49 ],
50 }, 50 },
51 { 51 {
52 'target_name': 'crashpad_snapshot_test', 52 'target_name': 'crashpad_snapshot_test',
53 'type': 'executable', 53 'type': 'executable',
54 'dependencies': [ 54 'dependencies': [
55 'crashpad_snapshot_test_module', 55 'crashpad_snapshot_test_module',
56 'snapshot.gyp:crashpad_snapshot', 56 'snapshot.gyp:crashpad_snapshot',
57 'snapshot.gyp:crashpad_snapshot_api',
57 '../client/client.gyp:crashpad_client', 58 '../client/client.gyp:crashpad_client',
58 '../compat/compat.gyp:crashpad_compat', 59 '../compat/compat.gyp:crashpad_compat',
59 '../test/test.gyp:crashpad_test', 60 '../test/test.gyp:crashpad_test',
60 '../third_party/gtest/gtest.gyp:gtest', 61 '../third_party/gtest/gtest.gyp:gtest',
61 '../third_party/gtest/gtest.gyp:gtest_main', 62 '../third_party/gtest/gtest.gyp:gtest_main',
62 '../third_party/mini_chromium/mini_chromium.gyp:base', 63 '../third_party/mini_chromium/mini_chromium.gyp:base',
63 '../util/util.gyp:crashpad_util', 64 '../util/util.gyp:crashpad_util',
64 ], 65 ],
65 'include_dirs': [ 66 'include_dirs': [
66 '..', 67 '..',
67 ], 68 ],
68 'sources': [ 69 'sources': [
69 'cpu_context_test.cc', 70 'cpu_context_test.cc',
70 'crashpad_info_client_options_test.cc', 71 'crashpad_info_client_options_test.cc',
72 'api/module_annotations_win_test.cc',
71 'mac/cpu_context_mac_test.cc', 73 'mac/cpu_context_mac_test.cc',
72 'mac/mach_o_image_annotations_reader_test.cc', 74 'mac/mach_o_image_annotations_reader_test.cc',
73 'mac/mach_o_image_reader_test.cc', 75 'mac/mach_o_image_reader_test.cc',
74 'mac/mach_o_image_segment_reader_test.cc', 76 'mac/mach_o_image_segment_reader_test.cc',
75 'mac/process_reader_test.cc', 77 'mac/process_reader_test.cc',
76 'mac/process_types_test.cc', 78 'mac/process_types_test.cc',
77 'mac/system_snapshot_mac_test.cc', 79 'mac/system_snapshot_mac_test.cc',
78 'minidump/process_snapshot_minidump_test.cc', 80 'minidump/process_snapshot_minidump_test.cc',
79 'win/cpu_context_win_test.cc', 81 'win/cpu_context_win_test.cc',
80 'win/exception_snapshot_win_test.cc', 82 'win/exception_snapshot_win_test.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 '../third_party/mini_chromium/mini_chromium.gyp:base', 206 '../third_party/mini_chromium/mini_chromium.gyp:base',
205 ], 207 ],
206 'sources': [ 208 'sources': [
207 'win/crashpad_snapshot_test_simple_annotations.cc', 209 'win/crashpad_snapshot_test_simple_annotations.cc',
208 ], 210 ],
209 }, 211 },
210 ], 212 ],
211 }], 213 }],
212 ], 214 ],
213 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698