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

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: more80cols-and-fix-move 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'mach/task_memory.cc', 85 'mach/task_memory.cc',
86 'mach/task_memory.h', 86 'mach/task_memory.h',
87 'misc/clock.h', 87 'misc/clock.h',
88 'misc/clock_mac.cc', 88 'misc/clock_mac.cc',
89 'misc/clock_posix.cc', 89 'misc/clock_posix.cc',
90 'misc/clock_win.cc', 90 'misc/clock_win.cc',
91 'misc/implicit_cast.h', 91 'misc/implicit_cast.h',
92 'misc/initialization_state.h', 92 'misc/initialization_state.h',
93 'misc/initialization_state_dcheck.cc', 93 'misc/initialization_state_dcheck.cc',
94 'misc/initialization_state_dcheck.h', 94 'misc/initialization_state_dcheck.h',
95 'misc/move.h',
95 'misc/pdb_structures.cc', 96 'misc/pdb_structures.cc',
96 'misc/pdb_structures.h', 97 'misc/pdb_structures.h',
97 'misc/random_string.cc', 98 'misc/random_string.cc',
98 'misc/random_string.h', 99 'misc/random_string.h',
99 'misc/scoped_forbid_return.cc', 100 'misc/scoped_forbid_return.cc',
100 'misc/scoped_forbid_return.h', 101 'misc/scoped_forbid_return.h',
101 'misc/symbolic_constants_common.h', 102 'misc/symbolic_constants_common.h',
102 'misc/tri_state.h', 103 'misc/tri_state.h',
103 'misc/uuid.cc', 104 'misc/uuid.cc',
104 'misc/uuid.h', 105 'misc/uuid.h',
(...skipping 160 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

Powered by Google App Engine
This is Rietveld 408576698