summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_process_finder.gypi
blob: c63ed82c2d49d8df423cce67765e7d472cb5cc34 (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
# Copyright (c) 2013 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.

{
  'targets': [
    {
      'target_name': 'chrome_process_finder',
      'type': 'static_library',
      'include_dirs': [
        '..',
      ],
      'dependencies': [
        'policy_path_parser',
        '../base/base.gyp:base',
        '../chrome/common_constants.gyp:common_constants',
      ],
      'sources': [
        'browser/chrome_process_finder_win.cc',
        'browser/chrome_process_finder_win.h',
      ],
    },
  ],
}