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

Side by Side Diff: base/base.gypi

Issue 306753003: Add some function and URLs to induce ASan crashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a check to ensure that the URL scheme is 'chrome://' Created 6 years, 6 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
« no previous file with comments | « no previous file | base/debug/asan_invalid_access.h » ('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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'containers/mru_cache.h', 123 'containers/mru_cache.h',
124 'containers/scoped_ptr_hash_map.h', 124 'containers/scoped_ptr_hash_map.h',
125 'containers/small_map.h', 125 'containers/small_map.h',
126 'containers/stack_container.h', 126 'containers/stack_container.h',
127 'cpu.cc', 127 'cpu.cc',
128 'cpu.h', 128 'cpu.h',
129 'critical_closure.h', 129 'critical_closure.h',
130 'critical_closure_internal_ios.mm', 130 'critical_closure_internal_ios.mm',
131 'debug/alias.cc', 131 'debug/alias.cc',
132 'debug/alias.h', 132 'debug/alias.h',
133 'debug/asan_invalid_access.cc',
134 'debug/asan_invalid_access.h',
133 'debug/crash_logging.cc', 135 'debug/crash_logging.cc',
134 'debug/crash_logging.h', 136 'debug/crash_logging.h',
135 'debug/debugger.cc', 137 'debug/debugger.cc',
136 'debug/debugger.h', 138 'debug/debugger.h',
137 'debug/debugger_posix.cc', 139 'debug/debugger_posix.cc',
138 'debug/debugger_win.cc', 140 'debug/debugger_win.cc',
139 'debug/dump_without_crashing.cc', 141 'debug/dump_without_crashing.cc',
140 'debug/dump_without_crashing.h', 142 'debug/dump_without_crashing.h',
141 'debug/gdi_debug_util_win.cc', 143 'debug/gdi_debug_util_win.cc',
142 'debug/gdi_debug_util_win.h', 144 'debug/gdi_debug_util_win.h',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'i18n/time_formatting.h', 993 'i18n/time_formatting.h',
992 'i18n/timezone.cc', 994 'i18n/timezone.cc',
993 'i18n/timezone.h', 995 'i18n/timezone.h',
994 'i18n/utf8_validator_tables.cc', 996 'i18n/utf8_validator_tables.cc',
995 'i18n/utf8_validator_tables.h', 997 'i18n/utf8_validator_tables.h',
996 ], 998 ],
997 }] 999 }]
998 ], 1000 ],
999 }, 1001 },
1000 } 1002 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/asan_invalid_access.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698