| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 1c59e9343d77ef5626b80ecb2b78c41986265076..1aad79f953527a7bd4159413a4a8573fc0a26529 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -43,6 +43,7 @@
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| + '../ui/ui.gyp:ui',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -50,6 +51,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 +81,11 @@
|
| '../base/allocator/allocator.gyp:allocator',
|
| ],
|
| }],
|
| + ['chromeos==1', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|