[Password manager tests automation] Wait longer for SAVE/ASK
[chromium-blink-merge.git] / third_party / omaha / omaha.gyp
blobe0d3fcded137e487669356ceb79883876c06bbfe
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       'target_name': 'omaha_extractor',
9       'type': 'static_library',
10       'sources': [
11         'src/omaha/base/extractor.cc',
12         'src/omaha/base/extractor.h',
13       ],
14       'include_dirs': [
15         '../..',
16         'src',
17       ],
18     },
19   ],