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

Side by Side Diff: util/util.gyp

Issue 1513573005: Provide std::move() in compat instead of using crashpad::move() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/aligned_allocator.cc', 131 'stdlib/aligned_allocator.cc',
132 'stdlib/aligned_allocator.h', 132 'stdlib/aligned_allocator.h',
133 'stdlib/cxx.h', 133 'stdlib/cxx.h',
134 'stdlib/map_insert.h', 134 'stdlib/map_insert.h',
135 'stdlib/move.h',
136 'stdlib/objc.h', 135 'stdlib/objc.h',
137 'stdlib/pointer_container.h', 136 'stdlib/pointer_container.h',
138 'stdlib/string_number_conversion.cc', 137 'stdlib/string_number_conversion.cc',
139 'stdlib/string_number_conversion.h', 138 'stdlib/string_number_conversion.h',
140 'stdlib/strlcpy.cc', 139 'stdlib/strlcpy.cc',
141 'stdlib/strlcpy.h', 140 'stdlib/strlcpy.h',
142 'stdlib/strnlen.cc', 141 'stdlib/strnlen.cc',
143 'stdlib/strnlen.h', 142 'stdlib/strnlen.h',
144 'string/split_string.cc', 143 'string/split_string.cc',
145 'string/split_string.h', 144 'string/split_string.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'UseSafeExceptionHandlers': 'true', 267 'UseSafeExceptionHandlers': 'true',
269 }, 268 },
270 }, 269 },
271 }], 270 }],
272 ], 271 ],
273 }], 272 }],
274 ], 273 ],
275 }, 274 },
276 ], 275 ],
277 } 276 }
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