Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: ui/message_center/message_center.gyp

Issue 12277024: Notificaitons refactor step 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback from Steven Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « ui/message_center/message_center.cc ('k') | ui/message_center/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698