| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9142ec683534e32a0625dabfe092bb573170979f..a9f04a1803de3622e9656f7ba727dd7a902f751a 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -582,6 +582,9 @@
|
| 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
|
| }],
|
| ['chromeos==1', {
|
| + 'sources': [
|
| + '../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc'
|
| + ],
|
| 'sources/': [
|
| ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
|
| ],
|
|
|