Roll src/third_party/skia ae6d622:498bc5f
[chromium-blink-merge.git] / components / network_time.gypi
blobb432628acb73bc85ba729b959d71b3e1e726d2be
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: //components/network_time
9       'target_name': 'network_time',
10       'type': 'static_library',
11       'dependencies': [
12         '../base/base.gyp:base',
13       ],
14       'include_dirs': [
15         '..',
16       ],
17       'sources': [
18         # Note: sources list duplicated in GN build.
19         'network_time/network_time_tracker.cc',
20         'network_time/network_time_tracker.h',
21         'network_time/network_time_pref_names.cc',
22         'network_time/network_time_pref_names.h',
23       ],
24     },
25   ],