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

Side by Side Diff: util/util.gyp

Issue 997713002: Allow exception forwarding to the system’s native crash reporter to be disabled (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Remove unused function declaration 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
« no previous file with comments | « util/misc/tri_state.h ('k') | no next file » | 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'misc/clock.h', 86 'misc/clock.h',
87 'misc/clock_mac.cc', 87 'misc/clock_mac.cc',
88 'misc/clock_posix.cc', 88 'misc/clock_posix.cc',
89 'misc/clock_win.cc', 89 'misc/clock_win.cc',
90 'misc/initialization_state.h', 90 'misc/initialization_state.h',
91 'misc/initialization_state_dcheck.cc', 91 'misc/initialization_state_dcheck.cc',
92 'misc/initialization_state_dcheck.h', 92 'misc/initialization_state_dcheck.h',
93 'misc/scoped_forbid_return.cc', 93 'misc/scoped_forbid_return.cc',
94 'misc/scoped_forbid_return.h', 94 'misc/scoped_forbid_return.h',
95 'misc/symbolic_constants_common.h', 95 'misc/symbolic_constants_common.h',
96 'misc/tri_state.h',
96 'misc/uuid.cc', 97 'misc/uuid.cc',
97 'misc/uuid.h', 98 'misc/uuid.h',
98 'net/http_body.cc', 99 'net/http_body.cc',
99 'net/http_body.h', 100 'net/http_body.h',
100 'net/http_headers.cc', 101 'net/http_headers.cc',
101 'net/http_headers.h', 102 'net/http_headers.h',
102 'net/http_multipart_builder.cc', 103 'net/http_multipart_builder.cc',
103 'net/http_multipart_builder.h', 104 'net/http_multipart_builder.h',
104 'net/http_transport.cc', 105 'net/http_transport.cc',
105 'net/http_transport.h', 106 'net/http_transport.h',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 '/FIXED', 386 '/FIXED',
386 ], 387 ],
387 'TargetMachine': '1', # x86. 388 'TargetMachine': '1', # x86.
388 }, 389 },
389 }, 390 },
390 }, 391 },
391 ] 392 ]
392 }], 393 }],
393 ], 394 ],
394 } 395 }
OLDNEW
« no previous file with comments | « util/misc/tri_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698