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

Side by Side Diff: util/util.gyp

Issue 1044273002: Improve map insertions (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 8 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'posix/close_multiple.h', 114 'posix/close_multiple.h',
115 'posix/close_stdio.cc', 115 'posix/close_stdio.cc',
116 'posix/close_stdio.h', 116 'posix/close_stdio.h',
117 'posix/drop_privileges.cc', 117 'posix/drop_privileges.cc',
118 'posix/drop_privileges.h', 118 'posix/drop_privileges.h',
119 'posix/process_info.h', 119 'posix/process_info.h',
120 'posix/process_info_mac.cc', 120 'posix/process_info_mac.cc',
121 'posix/symbolic_constants_posix.cc', 121 'posix/symbolic_constants_posix.cc',
122 'posix/symbolic_constants_posix.h', 122 'posix/symbolic_constants_posix.h',
123 'stdlib/cxx.h', 123 'stdlib/cxx.h',
124 'stdlib/map_insert.h',
124 'stdlib/objc.h', 125 'stdlib/objc.h',
125 'stdlib/pointer_container.h', 126 'stdlib/pointer_container.h',
126 'stdlib/string_number_conversion.cc', 127 'stdlib/string_number_conversion.cc',
127 'stdlib/string_number_conversion.h', 128 'stdlib/string_number_conversion.h',
128 'stdlib/strlcpy.cc', 129 'stdlib/strlcpy.cc',
129 'stdlib/strlcpy.h', 130 'stdlib/strlcpy.h',
130 'stdlib/strnlen.cc', 131 'stdlib/strnlen.cc',
131 'stdlib/strnlen.h', 132 'stdlib/strnlen.h',
132 'string/split_string.cc', 133 'string/split_string.cc',
133 'string/split_string.h', 134 'string/split_string.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'net/http_body_test.cc', 313 'net/http_body_test.cc',
313 'net/http_body_test_util.cc', 314 'net/http_body_test_util.cc',
314 'net/http_body_test_util.h', 315 'net/http_body_test_util.h',
315 'net/http_multipart_builder_test.cc', 316 'net/http_multipart_builder_test.cc',
316 'net/http_transport_test.cc', 317 'net/http_transport_test.cc',
317 'numeric/checked_range_test.cc', 318 'numeric/checked_range_test.cc',
318 'numeric/in_range_cast_test.cc', 319 'numeric/in_range_cast_test.cc',
319 'numeric/int128_test.cc', 320 'numeric/int128_test.cc',
320 'posix/process_info_test.cc', 321 'posix/process_info_test.cc',
321 'posix/symbolic_constants_posix_test.cc', 322 'posix/symbolic_constants_posix_test.cc',
323 'stdlib/map_insert_test.cc',
322 'stdlib/string_number_conversion_test.cc', 324 'stdlib/string_number_conversion_test.cc',
323 'stdlib/strlcpy_test.cc', 325 'stdlib/strlcpy_test.cc',
324 'stdlib/strnlen_test.cc', 326 'stdlib/strnlen_test.cc',
325 'string/split_string_test.cc', 327 'string/split_string_test.cc',
326 'synchronization/semaphore_test.cc', 328 'synchronization/semaphore_test.cc',
327 'test/mac/mach_multiprocess_test.cc', 329 'test/mac/mach_multiprocess_test.cc',
328 'test/multiprocess_exec_test.cc', 330 'test/multiprocess_exec_test.cc',
329 'test/multiprocess_posix_test.cc', 331 'test/multiprocess_posix_test.cc',
330 'test/paths_test.cc', 332 'test/paths_test.cc',
331 'test/scoped_temp_dir_test.cc', 333 'test/scoped_temp_dir_test.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 '/FIXED', 401 '/FIXED',
400 ], 402 ],
401 'TargetMachine': '1', # x86. 403 'TargetMachine': '1', # x86.
402 }, 404 },
403 }, 405 },
404 }, 406 },
405 ] 407 ]
406 }], 408 }],
407 ], 409 ],
408 } 410 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698