| Index: chrome/chrome_browser.gypi
 | 
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
 | 
| index 31e293c838b2cf17cd991452d68b81e09109d67a..c17f7dc2cb6a762c97b2006556de30e39f2c2421 100644
 | 
| --- a/chrome/chrome_browser.gypi
 | 
| +++ b/chrome/chrome_browser.gypi
 | 
| @@ -3351,6 +3351,12 @@
 | 
|          'browser/zygote_host_linux.cc',
 | 
|          'browser/zygote_main_linux.cc',
 | 
|  
 | 
| +        # TODO(erg): http://crbug.com/51409 These files are also specified as
 | 
| +        # part of the automation project, but we need these definitions here,
 | 
| +        # too, due to usage in our automation provider.
 | 
| +        'test/automation/automation_messages.cc',
 | 
| +        'test/automation/automation_messages.h',
 | 
| +
 | 
|          # These files are generated by GRIT.
 | 
|          '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
 | 
|          '<(grit_out_dir)/grit/shared_resources_map.cc',
 | 
| 
 |