| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 549701f8eefb184d174734dd4ef2f53deb36fe80..24806c04c933ccaee9e9ec939b7cc13cf06e4f1f 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -472,6 +472,7 @@
|
| 'browser/media/midi_host_unittest.cc',
|
| 'browser/media/webrtc_identity_store_unittest.cc',
|
| 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
|
| + 'browser/notifications/notification_database_data_unittest.cc',
|
| 'browser/notifications/notification_database_unittest.cc',
|
| 'browser/notification_service_impl_unittest.cc',
|
| 'browser/power_monitor_message_broadcaster_unittest.cc',
|
| @@ -969,6 +970,7 @@
|
| 'target_name': 'content_unittests',
|
| 'type': '<(gtest_target_type)',
|
| 'dependencies': [
|
| + 'browser/notifications/notification_proto.gyp:notification_proto',
|
| 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
|
| 'browser/speech/proto/speech_proto.gyp:speech_proto',
|
| 'content.gyp:content_browser',
|
|
|