summaryrefslogtreecommitdiffstats
path: root/tools/ipc_fuzzer/message_tools/message_tools.gyp
blob: 9b315dfe99f583dfae75e8748533b23eac04e3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'variables': {
    'chromium_code': 1,
  },
  'targets': [
    {
      'target_name': 'ipc_message_util',
      'type': 'executable',
      'dependencies': [
        '../../../third_party/re2/re2.gyp:re2',
        '../message_lib/message_lib.gyp:ipc_message_lib',
      ],
      'sources': [
        'message_util.cc',
      ],
      'include_dirs': [
        '../../..',
      ],
      'defines': [
        'USE_CUPS',
      ],
    },
    {
      'target_name': 'ipc_message_list',
      'type': 'executable',
      'dependencies': [
        '../../../chrome/chrome.gyp:safe_browsing_proto',
        '../message_lib/message_lib.gyp:ipc_message_lib',
      ],
      'sources': [
        'message_list.cc',
      ]
    },
  ],
}