| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 2397b8998558661beb369de06ab5356152b9d85a..de5c67c2674f562670871b25c931aaab02d730d7 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -718,7 +718,6 @@
|
| 'common/sandbox_mac_unittest_helper.mm',
|
| 'common/shareable_file_reference_unittest.cc',
|
| 'common/webplugininfo_unittest.cc',
|
| - 'renderer/active_notification_tracker_unittest.cc',
|
| 'renderer/android/email_detector_unittest.cc',
|
| 'renderer/android/phone_number_detector_unittest.cc',
|
| 'renderer/bmp_image_decoder_unittest.cc',
|
| @@ -898,11 +897,6 @@
|
| ['exclude', '^browser/speech/'],
|
| ]
|
| }],
|
| - ['notifications==0', {
|
| - 'sources!': [
|
| - 'renderer/active_notification_tracker_unittest.cc',
|
| - ],
|
| - }],
|
| ['OS=="linux"', {
|
| 'dependencies': [
|
| '../build/linux/system.gyp:dbus',
|
|
|