| OLD | NEW |
| (Empty) |
| 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 '../net/net.gyp:net', | |
| 14 'client_update_protocol' | |
| 15 ], | |
| 16 'include_dirs': [ | |
| 17 '..', | |
| 18 ], | |
| 19 'sources': [ | |
| 20 # Note: sources list duplicated in GN build. | |
| 21 'network_time/network_time_pref_names.cc', | |
| 22 'network_time/network_time_pref_names.h', | |
| 23 'network_time/network_time_tracker.cc', | |
| 24 'network_time/network_time_tracker.h', | |
| 25 ], | |
| 26 }, | |
| 27 ], | |
| 28 } | |
| OLD | NEW |