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

Side by Side Diff: base/base.gypi

Issue 18656004: Added a new SafeSPrintf() function that implements snprintf() in an async-safe-fashion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Will's comments; renamed files to base/strings/safe_sprintf.* Created 7 years, 4 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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'sequenced_task_runner_helpers.h', 462 'sequenced_task_runner_helpers.h',
463 'sha1.h', 463 'sha1.h',
464 'sha1_portable.cc', 464 'sha1_portable.cc',
465 'sha1_win.cc', 465 'sha1_win.cc',
466 'single_thread_task_runner.h', 466 'single_thread_task_runner.h',
467 'stl_util.h', 467 'stl_util.h',
468 'strings/latin1_string_conversions.cc', 468 'strings/latin1_string_conversions.cc',
469 'strings/latin1_string_conversions.h', 469 'strings/latin1_string_conversions.h',
470 'strings/nullable_string16.cc', 470 'strings/nullable_string16.cc',
471 'strings/nullable_string16.h', 471 'strings/nullable_string16.h',
472 'strings/safe_sprintf.cc',
473 'strings/safe_sprintf.h',
472 'strings/string16.cc', 474 'strings/string16.cc',
473 'strings/string16.h', 475 'strings/string16.h',
474 'strings/string_number_conversions.cc', 476 'strings/string_number_conversions.cc',
475 'strings/string_split.cc', 477 'strings/string_split.cc',
476 'strings/string_split.h', 478 'strings/string_split.h',
477 'strings/string_number_conversions.h', 479 'strings/string_number_conversions.h',
478 'strings/string_piece.cc', 480 'strings/string_piece.cc',
479 'strings/string_piece.h', 481 'strings/string_piece.h',
480 'strings/string_tokenizer.h', 482 'strings/string_tokenizer.h',
481 'strings/string_util.cc', 483 'strings/string_util.cc',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 887 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
886 'sources/': [ 888 'sources/': [
887 ['exclude', '^third_party/nspr/'], 889 ['exclude', '^third_party/nspr/'],
888 ], 890 ],
889 }], 891 }],
890 ], 892 ],
891 }], 893 }],
892 ], 894 ],
893 }, 895 },
894 } 896 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/strings/OWNERS » ('j') | base/strings/safe_sprintf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698