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

Side by Side Diff: content/content_browser.gypi

Issue 1010833002: Expose bits of the Web Notification database in the //content API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-DeleteInContext
Patch Set: add NON_EXPORTED_BASE Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'public/browser/message_port_provider.h', 159 'public/browser/message_port_provider.h',
160 'public/browser/native_web_keyboard_event.h', 160 'public/browser/native_web_keyboard_event.h',
161 'public/browser/navigation_controller.cc', 161 'public/browser/navigation_controller.cc',
162 'public/browser/navigation_controller.h', 162 'public/browser/navigation_controller.h',
163 'public/browser/navigation_details.cc', 163 'public/browser/navigation_details.cc',
164 'public/browser/navigation_details.h', 164 'public/browser/navigation_details.h',
165 'public/browser/navigation_entry.h', 165 'public/browser/navigation_entry.h',
166 'public/browser/navigation_type.h', 166 'public/browser/navigation_type.h',
167 'public/browser/navigator_connect_context.h', 167 'public/browser/navigator_connect_context.h',
168 'public/browser/navigator_connect_service_factory.h', 168 'public/browser/navigator_connect_service_factory.h',
169 'public/browser/notification_database_data.h',
169 'public/browser/notification_details.h', 170 'public/browser/notification_details.h',
170 'public/browser/notification_event_dispatcher.h', 171 'public/browser/notification_event_dispatcher.h',
171 'public/browser/notification_observer.h', 172 'public/browser/notification_observer.h',
172 'public/browser/notification_registrar.cc', 173 'public/browser/notification_registrar.cc',
173 'public/browser/notification_registrar.h', 174 'public/browser/notification_registrar.h',
174 'public/browser/notification_service.h', 175 'public/browser/notification_service.h',
175 'public/browser/notification_source.h', 176 'public/browser/notification_source.h',
176 'public/browser/notification_types.h', 177 'public/browser/notification_types.h',
177 'public/browser/overscroll_configuration.h', 178 'public/browser/overscroll_configuration.h',
178 'public/browser/page_navigator.cc', 179 'public/browser/page_navigator.cc',
179 'public/browser/page_navigator.h', 180 'public/browser/page_navigator.h',
180 'public/browser/pepper_flash_settings_helper.h', 181 'public/browser/pepper_flash_settings_helper.h',
181 'public/browser/permission_type.h', 182 'public/browser/permission_type.h',
183 'public/browser/platform_notification_context.h',
182 'public/browser/platform_notification_service.h', 184 'public/browser/platform_notification_service.h',
183 'public/browser/plugin_data_remover.h', 185 'public/browser/plugin_data_remover.h',
184 'public/browser/plugin_service.h', 186 'public/browser/plugin_service.h',
185 'public/browser/plugin_service_filter.h', 187 'public/browser/plugin_service_filter.h',
186 'public/browser/power_save_blocker.h', 188 'public/browser/power_save_blocker.h',
187 'public/browser/presentation_screen_availability_listener.h', 189 'public/browser/presentation_screen_availability_listener.h',
188 'public/browser/presentation_service_delegate.h', 190 'public/browser/presentation_service_delegate.h',
189 'public/browser/profiler_controller.h', 191 'public/browser/profiler_controller.h',
190 'public/browser/profiler_subscriber.h', 192 'public/browser/profiler_subscriber.h',
191 'public/browser/push_messaging_service.cc', 193 'public/browser/push_messaging_service.cc',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'browser/net/sqlite_persistent_cookie_store.cc', 992 'browser/net/sqlite_persistent_cookie_store.cc',
991 'browser/net/sqlite_persistent_cookie_store.h', 993 'browser/net/sqlite_persistent_cookie_store.h',
992 'browser/net/view_blob_internals_job_factory.cc', 994 'browser/net/view_blob_internals_job_factory.cc',
993 'browser/net/view_blob_internals_job_factory.h', 995 'browser/net/view_blob_internals_job_factory.h',
994 'browser/net/view_http_cache_job_factory.cc', 996 'browser/net/view_http_cache_job_factory.cc',
995 'browser/net/view_http_cache_job_factory.h', 997 'browser/net/view_http_cache_job_factory.h',
996 'browser/notification_service_impl.cc', 998 'browser/notification_service_impl.cc',
997 'browser/notification_service_impl.h', 999 'browser/notification_service_impl.h',
998 'browser/notifications/notification_database.cc', 1000 'browser/notifications/notification_database.cc',
999 'browser/notifications/notification_database.h', 1001 'browser/notifications/notification_database.h',
1000 'browser/notifications/notification_database_data.cc', 1002 'browser/notifications/notification_database_data_conversions.cc',
1001 'browser/notifications/notification_database_data.h', 1003 'browser/notifications/notification_database_data_conversions.h',
1002 'browser/notifications/notification_event_dispatcher_impl.cc', 1004 'browser/notifications/notification_event_dispatcher_impl.cc',
1003 'browser/notifications/notification_event_dispatcher_impl.h', 1005 'browser/notifications/notification_event_dispatcher_impl.h',
1004 'browser/notifications/notification_message_filter.cc', 1006 'browser/notifications/notification_message_filter.cc',
1005 'browser/notifications/notification_message_filter.h', 1007 'browser/notifications/notification_message_filter.h',
1006 'browser/notifications/page_notification_delegate.cc', 1008 'browser/notifications/page_notification_delegate.cc',
1007 'browser/notifications/page_notification_delegate.h', 1009 'browser/notifications/page_notification_delegate.h',
1008 'browser/notifications/platform_notification_context.cc', 1010 'browser/notifications/platform_notification_context_impl.cc',
1009 'browser/notifications/platform_notification_context.h', 1011 'browser/notifications/platform_notification_context_impl.h',
1010 'browser/permissions/permission_service_context.cc', 1012 'browser/permissions/permission_service_context.cc',
1011 'browser/permissions/permission_service_context.h', 1013 'browser/permissions/permission_service_context.h',
1012 'browser/permissions/permission_service_impl.cc', 1014 'browser/permissions/permission_service_impl.cc',
1013 'browser/permissions/permission_service_impl.h', 1015 'browser/permissions/permission_service_impl.h',
1014 'browser/power_monitor_message_broadcaster.cc', 1016 'browser/power_monitor_message_broadcaster.cc',
1015 'browser/power_monitor_message_broadcaster.h', 1017 'browser/power_monitor_message_broadcaster.h',
1016 'browser/power_profiler/power_data_provider.h', 1018 'browser/power_profiler/power_data_provider.h',
1017 'browser/power_profiler/power_event.cc', 1019 'browser/power_profiler/power_event.cc',
1018 'browser/power_profiler/power_event.h', 1020 'browser/power_profiler/power_event.h',
1019 'browser/power_profiler/power_profiler_observer.h', 1021 'browser/power_profiler/power_profiler_observer.h',
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'browser/media/media_web_contents_observer.h', 2006 'browser/media/media_web_contents_observer.h',
2005 ], 2007 ],
2006 }], 2008 }],
2007 ['OS == "linux" and use_openssl==1', { 2009 ['OS == "linux" and use_openssl==1', {
2008 'dependencies': [ 2010 'dependencies': [
2009 '../third_party/boringssl/boringssl.gyp:boringssl', 2011 '../third_party/boringssl/boringssl.gyp:boringssl',
2010 ], 2012 ],
2011 }], 2013 }],
2012 ], 2014 ],
2013 } 2015 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698