Index: ui/message_center/message_center.gyp |
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp |
index 8cfad641ab7379776e76ea73de32e7f18b9089da..a1e583f766a4dc474e1cf9b9b6b204b524280cde 100644 |
--- a/ui/message_center/message_center.gyp |
+++ b/ui/message_center/message_center.gyp |
@@ -52,6 +52,8 @@ |
'notification.h', |
'notification_list.cc', |
'notification_list.h', |
+ 'notification_types.cc', |
+ 'notification_types.h', |
'notification_view.cc', |
'notification_view.h', |
'notifier_settings_view.cc', |
@@ -69,10 +71,10 @@ |
'type': 'executable', |
'dependencies': [ |
'../../base/base.gyp:base', |
+ '../../base/base.gyp:run_all_unittests', |
'../../base/base.gyp:test_support_base', |
'../../skia/skia.gyp:skia', |
'../../testing/gtest.gyp:gtest', |
- '../../testing/gtest.gyp:gtest_main', |
'../ui.gyp:ui', |
'message_center', |
], |