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

Side by Side Diff: third_party/crashpad/crashpad/minidump/minidump.gyp

Issue 2773813002: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 (Closed)
Patch Set: Created 3 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,
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'minidump_string_writer.cc', 65 'minidump_string_writer.cc',
66 'minidump_string_writer.h', 66 'minidump_string_writer.h',
67 'minidump_system_info_writer.cc', 67 'minidump_system_info_writer.cc',
68 'minidump_system_info_writer.h', 68 'minidump_system_info_writer.h',
69 'minidump_thread_id_map.cc', 69 'minidump_thread_id_map.cc',
70 'minidump_thread_id_map.h', 70 'minidump_thread_id_map.h',
71 'minidump_thread_writer.cc', 71 'minidump_thread_writer.cc',
72 'minidump_thread_writer.h', 72 'minidump_thread_writer.h',
73 'minidump_unloaded_module_writer.cc', 73 'minidump_unloaded_module_writer.cc',
74 'minidump_unloaded_module_writer.h', 74 'minidump_unloaded_module_writer.h',
75 'minidump_user_extension_stream_data_source.cc',
76 'minidump_user_extension_stream_data_source.h',
75 'minidump_user_stream_writer.cc', 77 'minidump_user_stream_writer.cc',
76 'minidump_user_stream_writer.h', 78 'minidump_user_stream_writer.h',
77 'minidump_writable.cc', 79 'minidump_writable.cc',
78 'minidump_writable.h', 80 'minidump_writable.h',
79 'minidump_writer_util.cc', 81 'minidump_writer_util.cc',
80 'minidump_writer_util.h', 82 'minidump_writer_util.h',
81 ], 83 ],
82 }, 84 },
83 ], 85 ],
84 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698