| Index: components/wifi_sync.gypi
|
| diff --git a/components/wifi_sync.gypi b/components/wifi_sync.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..86714f36446030607ecb6ee41462294697b8a5e7
|
| --- /dev/null
|
| +++ b/components/wifi_sync.gypi
|
| @@ -0,0 +1,35 @@
|
| +# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'targets': [
|
| + {
|
| + # GN version: //components/wifi_sync
|
| + 'target_name': 'wifi_sync',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../sync/sync.gyp:sync',
|
| + ],
|
| + 'sources': [
|
| + 'wifi_sync/wifi_credential.cc',
|
| + 'wifi_sync/wifi_credential.h',
|
| + 'wifi_sync/wifi_credential_syncable_service.cc',
|
| + 'wifi_sync/wifi_credential_syncable_service.h',
|
| + 'wifi_sync/wifi_credential_syncable_service_factory.cc',
|
| + 'wifi_sync/wifi_credential_syncable_service_factory.h',
|
| + 'wifi_sync/wifi_security_class.h',
|
| + ],
|
| + 'conditions': [
|
| + ['chromeos==1', {
|
| + 'sources': [
|
| + 'wifi_sync/network_state_helper_chromeos.cc',
|
| + 'wifi_sync/network_state_helper_chromeos.h',
|
| + 'wifi_sync/wifi_security_class_chromeos.cc',
|
| + ]
|
| + }],
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|