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

Side by Side Diff: util/util.gyp

Issue 1483073004: Replace use of .Pass() with crashpad::move(). (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: pass: . Created 5 years 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/stdlib/move.h ('k') | util/win/exception_handler_server.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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'posix/close_stdio.cc', 123 'posix/close_stdio.cc',
124 'posix/close_stdio.h', 124 'posix/close_stdio.h',
125 'posix/drop_privileges.cc', 125 'posix/drop_privileges.cc',
126 'posix/drop_privileges.h', 126 'posix/drop_privileges.h',
127 'posix/process_info.h', 127 'posix/process_info.h',
128 'posix/process_info_mac.cc', 128 'posix/process_info_mac.cc',
129 'posix/symbolic_constants_posix.cc', 129 'posix/symbolic_constants_posix.cc',
130 'posix/symbolic_constants_posix.h', 130 'posix/symbolic_constants_posix.h',
131 'stdlib/cxx.h', 131 'stdlib/cxx.h',
132 'stdlib/map_insert.h', 132 'stdlib/map_insert.h',
133 'stdlib/move.h',
133 'stdlib/objc.h', 134 'stdlib/objc.h',
134 'stdlib/pointer_container.h', 135 'stdlib/pointer_container.h',
135 'stdlib/string_number_conversion.cc', 136 'stdlib/string_number_conversion.cc',
136 'stdlib/string_number_conversion.h', 137 'stdlib/string_number_conversion.h',
137 'stdlib/strlcpy.cc', 138 'stdlib/strlcpy.cc',
138 'stdlib/strlcpy.h', 139 'stdlib/strlcpy.h',
139 'stdlib/strnlen.cc', 140 'stdlib/strnlen.cc',
140 'stdlib/strnlen.h', 141 'stdlib/strnlen.h',
141 'string/split_string.cc', 142 'string/split_string.cc',
142 'string/split_string.h', 143 'string/split_string.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'UseSafeExceptionHandlers': 'true', 266 'UseSafeExceptionHandlers': 'true',
266 }, 267 },
267 }, 268 },
268 }], 269 }],
269 ], 270 ],
270 }], 271 }],
271 ], 272 ],
272 }, 273 },
273 ], 274 ],
274 } 275 }
OLDNEW
« no previous file with comments | « util/stdlib/move.h ('k') | util/win/exception_handler_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698