| Index: content/content_tests.gypi
 | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
 | 
| index 1c59e9343d77ef5626b80ecb2b78c41986265076..b06c848b0e80b441fa78ad350afe60924d5c451f 100644
 | 
| --- a/content/content_tests.gypi
 | 
| +++ b/content/content_tests.gypi
 | 
| @@ -50,6 +50,7 @@
 | 
|        'sources': [
 | 
|          'browser/browser_thread_unittest.cc',
 | 
|          'browser/child_process_security_policy_unittest.cc',
 | 
| +        'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
 | 
|          'browser/ssl/ssl_host_state_unittest.cc',
 | 
|          'browser/trace_subscriber_stdio_unittest.cc',
 | 
|          'common/process_watcher_unittest.cc',
 | 
| @@ -79,6 +80,11 @@
 | 
|              '../base/allocator/allocator.gyp:allocator',
 | 
|            ],
 | 
|          }],
 | 
| +        ['chromeos==1', {
 | 
| +          'sources/': [
 | 
| +            ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
 | 
| +          ],
 | 
| +        }],
 | 
|        ],
 | 
|      },
 | 
|    ],
 | 
| 
 |