diff options
-rw-r--r-- | content/content_tests.gypi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index cefce67..abe29a6 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', |