| Index: components/webdata.gypi | 
| diff --git a/components/webdata.gypi b/components/webdata.gypi | 
| index ef99c61b2199bf9110ab12426a28823f721db10e..bba421e36387c6117fcf499e4f08cf83ee1732ac 100644 | 
| --- a/components/webdata.gypi | 
| +++ b/components/webdata.gypi | 
| @@ -21,8 +21,15 @@ | 
| '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', | 
| ], | 
| 'conditions': [ | 
| +        ['OS!="win"', { | 
| +          'sources!': [ | 
| +            'webdata/encryptor/ie7_password.cc' | 
| +          ], | 
| +        }], | 
| ['OS=="mac"', { | 
| 'sources!': [ | 
| 'webdata/encryptor/encryptor_posix.cc', | 
|  |