Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / omaha / omaha.gyp
blobde513f7ad4bd8cb78d4cc6a61e3d7279bcd9e126
1 # Copyright 2014 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.
6   'targets': [
7     {
8       # GN version: //third_party/omaha:extractor
9       'target_name': 'omaha_extractor',
10       'type': 'static_library',
11       'sources': [
12         'src/omaha/base/extractor.cc',
13         'src/omaha/base/extractor.h',
14       ],
15       'include_dirs': [
16         '../..',
17         'src',
18       ],
19     },
20   ],