1 # Copyright 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.
11 'target_name': 'ipc_fuzzer',
14 '../message_lib/message_lib.gyp:ipc_message_lib',
28 ['asan==1 and chromeos==1', {
30 # Compiling fuzzer.cc with ASan takes too long, see
31 # http://crbug.com/360158.
33 '-fsanitize-coverage=<(sanitizer_coverage)',