diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/content_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 817cf28..625f435 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -132,6 +132,8 @@ ['chromeos==1', { 'sources/': [ ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'], + # TODO(jam): remove this + ['exclude', '^browser/renderer_host/resource_dispatcher_host_unittest.cc'], ], }], ], |