| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index ffbbd3cc5999d11ca6ee52f6e88f01f58b15b99b..d5b2dd3a2c9fd00cf220680f40810046af2a8ecb 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -208,6 +208,11 @@
|
| ['exclude', '^browser/speech/'],
|
| ]
|
| }],
|
| + ['notifications==0', {
|
| + 'sources!': [
|
| + 'renderer/active_notification_tracker_unittest.cc',
|
| + ],
|
| + }],
|
| ['use_x11 == 1', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
|
|