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/wifi_sync | |
erikwright (departed)
2014/10/29 18:18:25
missing?
mukesh agrawal
2014/10/30 18:41:28
Done.
| |
9 'target_name': 'wifi_sync', | |
10 'type': 'static_library', | |
11 'dependencies': [ | |
12 '../base/base.gyp:base', | |
13 '../chromeos/chromeos.gyp:chromeos', | |
14 '../sync/sync.gyp:sync', | |
15 ], | |
16 'sources': [ | |
17 'wifi_sync/wifi_credential_syncable_service.cc', | |
18 'wifi_sync/wifi_credential_syncable_service.h', | |
19 'wifi_sync/wifi_credential_syncable_service_factory.cc', | |
20 'wifi_sync/wifi_credential_syncable_service_factory.h', | |
21 'wifi_sync/wifi_security_class.cc', | |
22 'wifi_sync/wifi_security_class.h', | |
23 ], | |
24 }, | |
25 ], | |
26 } | |
OLD | NEW |