Chromium Code Reviews| Index: components/wifi_sync.gypi |
| diff --git a/components/crx_file.gypi b/components/wifi_sync.gypi |
| similarity index 56% |
| copy from components/crx_file.gypi |
| copy to components/wifi_sync.gypi |
| index 036550d39592ffcf9722d500d1f1e6349065009d..c52aa7b2b95390dacdc49eadf9cf9a84180a0032 100644 |
| --- a/components/crx_file.gypi |
| +++ b/components/wifi_sync.gypi |
| @@ -5,20 +5,21 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'crx_file', |
| + # GN version: //components/wifi_sync |
|
mukesh agrawal
2014/11/03 17:57:04
Please ignore the "OLD" half of this diff. This wa
|
| + 'target_name': 'wifi_sync', |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| ], |
| - 'include_dirs': [ |
| - '..', |
| - ], |
| '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', |
| + 'wifi_sync/wifi_security_class.h', |
| + ], |
| + 'conditions': [ |
| + ['chromeos==1', { |
| + 'sources': [ |
| + 'wifi_sync/wifi_security_class_chromeos.cc', |
| + ] |
| + }], |
| ], |
| }, |
| ], |