| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index d0238e4d9b185fccc83f82f86541f92cf56d2cba..97e2bc0127cee956c0ee412e10143c9884efe36c 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -95,6 +95,13 @@
|
| '../webkit/quota/mock_special_storage_policy.cc',
|
| '../webkit/quota/mock_special_storage_policy.h',
|
| ],
|
| + 'conditions': [
|
| + ['toolkit_uses_gtk == 1', {
|
| + 'dependencies': [
|
| + '../build/linux/system.gyp:gtk',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| {
|
| 'target_name': 'content_unittests',
|
|
|