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

Side by Side Diff: util/util.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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'win/capture_context.h', 159 'win/capture_context.h',
160 'win/checked_win_address_range.h', 160 'win/checked_win_address_range.h',
161 'win/command_line.cc', 161 'win/command_line.cc',
162 'win/command_line.h', 162 'win/command_line.h',
163 'win/critical_section_with_debug_info.cc', 163 'win/critical_section_with_debug_info.cc',
164 'win/critical_section_with_debug_info.h', 164 'win/critical_section_with_debug_info.h',
165 'win/exception_handler_server.cc', 165 'win/exception_handler_server.cc',
166 'win/exception_handler_server.h', 166 'win/exception_handler_server.h',
167 'win/get_function.cc', 167 'win/get_function.cc',
168 'win/get_function.h', 168 'win/get_function.h',
169 'win/get_module_information.cc',
170 'win/get_module_information.h',
169 'win/handle.cc', 171 'win/handle.cc',
170 'win/handle.h', 172 'win/handle.h',
171 'win/module_version.cc', 173 'win/module_version.cc',
172 'win/module_version.h', 174 'win/module_version.h',
173 'win/nt_internals.cc', 175 'win/nt_internals.cc',
174 'win/nt_internals.h', 176 'win/nt_internals.h',
175 'win/ntstatus_logging.cc', 177 'win/ntstatus_logging.cc',
176 'win/ntstatus_logging.h', 178 'win/ntstatus_logging.h',
177 'win/process_info.cc', 179 'win/process_info.cc',
178 'win/process_info.h', 180 'win/process_info.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'UseSafeExceptionHandlers': 'true', 272 'UseSafeExceptionHandlers': 'true',
271 }, 273 },
272 }, 274 },
273 }], 275 }],
274 ], 276 ],
275 }], 277 }],
276 ], 278 ],
277 }, 279 },
278 ], 280 ],
279 } 281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698