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_mutate',
14 '../message_lib/message_lib.gyp:ipc_message_lib',
24 # Compiling mutate.cc with ASan takes too long, see
25 # http://crbug.com/360158.
38 'target_name': 'ipc_fuzzer_generate',
41 '../message_lib/message_lib.gyp:ipc_message_lib',
51 # Compiling generate.cc with ASan takes too long, see
52 # http://crbug.com/360158.
65 'target_name': 'ipc_message_util',
68 '../../../third_party/re2/re2.gyp:re2',
69 '../message_lib/message_lib.gyp:ipc_message_lib',