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

Side by Side Diff: base/base.gyp

Issue 14749003: Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comment Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/process_util_mac.mm » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'prefs/pref_value_map_unittest.cc', 556 'prefs/pref_value_map_unittest.cc',
557 'prefs/pref_value_store_unittest.cc', 557 'prefs/pref_value_store_unittest.cc',
558 'process_util_unittest.cc', 558 'process_util_unittest.cc',
559 'process_util_unittest_ios.cc', 559 'process_util_unittest_ios.cc',
560 'process_util_unittest_mac.h', 560 'process_util_unittest_mac.h',
561 'process_util_unittest_mac.mm', 561 'process_util_unittest_mac.mm',
562 'profiler/tracked_time_unittest.cc', 562 'profiler/tracked_time_unittest.cc',
563 'rand_util_unittest.cc', 563 'rand_util_unittest.cc',
564 'safe_numerics_unittest.cc', 564 'safe_numerics_unittest.cc',
565 'safe_numerics_unittest.nc', 565 'safe_numerics_unittest.nc',
566 'scoped_clear_errno_unittest.cc',
566 'scoped_native_library_unittest.cc', 567 'scoped_native_library_unittest.cc',
567 'scoped_observer.h', 568 'scoped_observer.h',
568 'security_unittest.cc', 569 'security_unittest.cc',
569 'sequence_checker_unittest.cc', 570 'sequence_checker_unittest.cc',
570 'sequence_checker_impl_unittest.cc', 571 'sequence_checker_impl_unittest.cc',
571 'sha1_unittest.cc', 572 'sha1_unittest.cc',
572 'stl_util_unittest.cc', 573 'stl_util_unittest.cc',
573 'string16_unittest.cc', 574 'string16_unittest.cc',
574 'string_util_unittest.cc', 575 'string_util_unittest.cc',
575 'stringprintf_unittest.cc', 576 'stringprintf_unittest.cc',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 'base_unittests.isolate', 1231 'base_unittests.isolate',
1231 ], 1232 ],
1232 'sources': [ 1233 'sources': [
1233 'base_unittests.isolate', 1234 'base_unittests.isolate',
1234 ], 1235 ],
1235 }, 1236 },
1236 ], 1237 ],
1237 }], 1238 }],
1238 ], 1239 ],
1239 } 1240 }
OLDNEW
« no previous file with comments | « no previous file | base/process_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698