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

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 Jeffrey's comments 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'debug/alias.cc', 121 'debug/alias.cc',
122 'debug/alias.h', 122 'debug/alias.h',
123 'debug/crash_logging.cc', 123 'debug/crash_logging.cc',
124 'debug/crash_logging.h', 124 'debug/crash_logging.h',
125 'debug/debug_on_start_win.cc', 125 'debug/debug_on_start_win.cc',
126 'debug/debug_on_start_win.h', 126 'debug/debug_on_start_win.h',
127 'debug/debugger.cc', 127 'debug/debugger.cc',
128 'debug/debugger.h', 128 'debug/debugger.h',
129 'debug/debugger_posix.cc', 129 'debug/debugger_posix.cc',
130 'debug/debugger_win.cc', 130 'debug/debugger_win.cc',
131 'debug/format.cc',
132 'debug/format.h',
131 # This file depends on files from the 'allocator' target, 133 # This file depends on files from the 'allocator' target,
132 # but this target does not depend on 'allocator' (see 134 # but this target does not depend on 'allocator' (see
133 # allocator.gyp for details). 135 # allocator.gyp for details).
134 'debug/leak_annotations.h', 136 'debug/leak_annotations.h',
135 'debug/leak_tracker.h', 137 'debug/leak_tracker.h',
136 'debug/proc_maps_linux.cc', 138 'debug/proc_maps_linux.cc',
137 'debug/proc_maps_linux.h', 139 'debug/proc_maps_linux.h',
138 'debug/profiler.cc', 140 'debug/profiler.cc',
139 'debug/profiler.h', 141 'debug/profiler.h',
140 'debug/stack_trace.cc', 142 'debug/stack_trace.cc',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 879 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
878 'sources/': [ 880 'sources/': [
879 ['exclude', '^third_party/nspr/'], 881 ['exclude', '^third_party/nspr/'],
880 ], 882 ],
881 }], 883 }],
882 ], 884 ],
883 }], 885 }],
884 ], 886 ],
885 }, 887 },
886 } 888 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/format.h » ('j') | base/debug/format.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698