OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # This file describes filtering rules that will be applied when applying | 5 # This file describes filtering rules that will be applied when applying |
6 # Syzygy ASAN instrumentation to chrome.dll. It is intended to be used for | 6 # Syzygy ASAN instrumentation to chrome.dll. It is intended to be used for |
7 # disabling instrumentation of functions with known and deferred bugs, allowing | 7 # disabling instrumentation of functions with known and deferred bugs, allowing |
8 # functional instrumented builds of Chrome to be produced in the meantime. | 8 # functional instrumented builds of Chrome to be produced in the meantime. |
9 # | 9 # |
10 # See chrome_syzygy.gypi and instrument.py for more details. | 10 # See chrome_syzygy.gypi and instrument.py for more details. |
OLD | NEW |