| Index: chrome/chrome_common.gypi | 
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi | 
| index 1b76749cb5b28aeff94467664417e8c8f6e8e071..1e54cfc89bb7d98f0c462c713aa354eb71869b08 100644 | 
| --- a/chrome/chrome_common.gypi | 
| +++ b/chrome/chrome_common.gypi | 
| @@ -405,6 +405,7 @@ | 
| 'common/time_format.h', | 
| 'common/url_constants.cc', | 
| 'common/url_constants.h', | 
| +        'common/validation_message_messages.h', | 
| 'common/web_apps.cc', | 
| 'common/web_apps.h', | 
| 'common/web_resource/web_resource_unpacker.cc', | 
| @@ -469,6 +470,7 @@ | 
| ['exclude', '^common/profiling\\.'], | 
| ['exclude', '^common/service_process_util_'], | 
| ['exclude', '^common/spellcheck_'], | 
| +            ['exclude', '^common/validation_message_'], | 
| ['exclude', '^common/web_apps\\.'], | 
| # TODO(ios): Include files here as they are made to work; once | 
| # everything is online, remove everything below here and just | 
|  |