Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index a2ff3193ef27df8ae7528fd138c1002cc1378fb4..48543eea43016aedd67d189087070b680231a01d 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -29,6 +29,7 @@ |
'../ui/gfx/gfx.gyp:gfx_geometry', |
'../ui/resources/ui_resources.gyp:ui_resources', |
'../ui/snapshot/snapshot.gyp:snapshot', |
+ '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_common_mojo_bindings.gyp:content_common_mojo_bindings', |
@@ -994,6 +995,8 @@ |
'browser/notification_service_impl.h', |
'browser/notifications/notification_database.cc', |
'browser/notifications/notification_database.h', |
+ 'browser/notifications/notification_database_data.cc', |
+ 'browser/notifications/notification_database_data.h', |
'browser/notifications/notification_event_dispatcher_impl.cc', |
'browser/notifications/notification_event_dispatcher_impl.h', |
'browser/notifications/notification_message_filter.cc', |