| Index: components/network_configuration.gypi
|
| diff --git a/components/crx_file.gypi b/components/network_configuration.gypi
|
| similarity index 56%
|
| copy from components/crx_file.gypi
|
| copy to components/network_configuration.gypi
|
| index 036550d39592ffcf9722d500d1f1e6349065009d..75f71e7b1b51f639729ee7e0c01ed5e9b1b40a28 100644
|
| --- a/components/crx_file.gypi
|
| +++ b/components/network_configuration.gypi
|
| @@ -5,20 +5,16 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'crx_file',
|
| + # GN version: //components/network_configuration
|
| + 'target_name': 'network_configuration',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| + '../chromeos/chromeos.gyp:chromeos',
|
| ],
|
| 'sources': [
|
| - 'crx_file/constants.h',
|
| - 'crx_file/crx_file.cc',
|
| - 'crx_file/crx_file.h',
|
| - 'crx_file/id_util.cc',
|
| - 'crx_file/id_util.h',
|
| + 'network_configuration/wifi_security_class.cc',
|
| + 'network_configuration/wifi_security_class.h',
|
| ],
|
| },
|
| ],
|
|
|