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

Side by Side Diff: chrome/tools/build/win/win-syzyasan-filter.txt

Issue 773253004: Move Syzygy build related things to their own directory with an OWNERS file, and add an allocation … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fix. Created 6 years 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4 #
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
7 # disabling instrumentation of functions with known and deferred bugs, allowing
8 # functional instrumented builds of Chrome to be produced in the meantime.
9 #
10 # See chrome_syzygy.gyp and syzygy_instrument.py for more details.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698