| Index: components/webdata.gypi
|
| diff --git a/components/webdata.gypi b/components/webdata.gypi
|
| index f728c211010015f8d077797bb22106c2e673c8ab..10073e637cc01a776634d14bb27b0d373ab3d683 100644
|
| --- a/components/webdata.gypi
|
| +++ b/components/webdata.gypi
|
| @@ -21,15 +21,10 @@
|
| 'webdata/encryptor/encryptor_password_mac.mm',
|
| 'webdata/encryptor/encryptor_posix.cc',
|
| 'webdata/encryptor/encryptor_win.cc',
|
| - 'webdata/encryptor/ie7_password.cc',
|
| - 'webdata/encryptor/ie7_password.h',
|
| + 'webdata/encryptor/ie7_password_win.cc',
|
| + 'webdata/encryptor/ie7_password_win.h',
|
| ],
|
| 'conditions': [
|
| - ['OS!="win"', {
|
| - 'sources!': [
|
| - 'webdata/encryptor/ie7_password.cc'
|
| - ],
|
| - }],
|
| ['OS=="mac"', {
|
| 'sources!': [
|
| 'webdata/encryptor/encryptor_posix.cc',
|
|
|