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. 4 5 { 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 ], 26 } 27