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

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: Minor nits Created 7 years, 3 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 | « base/base.gyp ('k') | base/strings/OWNERS » ('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 '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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'sequenced_task_runner_helpers.h', 468 'sequenced_task_runner_helpers.h',
469 'sha1.h', 469 'sha1.h',
470 'sha1_portable.cc', 470 'sha1_portable.cc',
471 'sha1_win.cc', 471 'sha1_win.cc',
472 'single_thread_task_runner.h', 472 'single_thread_task_runner.h',
473 'stl_util.h', 473 'stl_util.h',
474 'strings/latin1_string_conversions.cc', 474 'strings/latin1_string_conversions.cc',
475 'strings/latin1_string_conversions.h', 475 'strings/latin1_string_conversions.h',
476 'strings/nullable_string16.cc', 476 'strings/nullable_string16.cc',
477 'strings/nullable_string16.h', 477 'strings/nullable_string16.h',
478 'strings/safe_sprintf.cc',
479 'strings/safe_sprintf.h',
478 'strings/string16.cc', 480 'strings/string16.cc',
479 'strings/string16.h', 481 'strings/string16.h',
480 'strings/string_number_conversions.cc', 482 'strings/string_number_conversions.cc',
481 'strings/string_split.cc', 483 'strings/string_split.cc',
482 'strings/string_split.h', 484 'strings/string_split.h',
483 'strings/string_number_conversions.h', 485 'strings/string_number_conversions.h',
484 'strings/string_piece.cc', 486 'strings/string_piece.cc',
485 'strings/string_piece.h', 487 'strings/string_piece.h',
486 'strings/string_tokenizer.h', 488 'strings/string_tokenizer.h',
487 'strings/string_util.cc', 489 'strings/string_util.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 898 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
897 'sources/': [ 899 'sources/': [
898 ['exclude', '^third_party/nspr/'], 900 ['exclude', '^third_party/nspr/'],
899 ], 901 ],
900 }], 902 }],
901 ], 903 ],
902 }], 904 }],
903 ], 905 ],
904 }, 906 },
905 } 907 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/strings/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698