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

Side by Side Diff: content/content_browser.gypi

Issue 1003843002: Add the NotificationDatabaseData structure and protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-GetNextNotificationId
Patch Set: 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 11 matching lines...) Expand all
22 '../ui/accessibility/accessibility.gyp:ax_gen', 22 '../ui/accessibility/accessibility.gyp:ax_gen',
23 '../ui/base/ui_base.gyp:ui_base', 23 '../ui/base/ui_base.gyp:ui_base',
24 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 24 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
25 '../ui/events/events.gyp:events', 25 '../ui/events/events.gyp:events',
26 '../ui/events/events.gyp:events_base', 26 '../ui/events/events.gyp:events_base',
27 '../ui/events/events.gyp:gesture_detection', 27 '../ui/events/events.gyp:gesture_detection',
28 '../ui/gfx/gfx.gyp:gfx', 28 '../ui/gfx/gfx.gyp:gfx',
29 '../ui/gfx/gfx.gyp:gfx_geometry', 29 '../ui/gfx/gfx.gyp:gfx_geometry',
30 '../ui/resources/ui_resources.gyp:ui_resources', 30 '../ui/resources/ui_resources.gyp:ui_resources',
31 '../ui/snapshot/snapshot.gyp:snapshot', 31 '../ui/snapshot/snapshot.gyp:snapshot',
32 'browser/notifications/notification_proto.gyp:notification_proto',
32 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 33 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
33 'browser/speech/proto/speech_proto.gyp:speech_proto', 34 'browser/speech/proto/speech_proto.gyp:speech_proto',
34 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 35 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
35 ], 36 ],
36 'export_dependent_settings': [ 37 'export_dependent_settings': [
37 '../ui/accessibility/accessibility.gyp:ax_gen', 38 '../ui/accessibility/accessibility.gyp:ax_gen',
38 # The public content API headers directly include Blink API headers, so we 39 # The public content API headers directly include Blink API headers, so we
39 # have to export the blink header settings so that relative paths in these 40 # have to export the blink header settings so that relative paths in these
40 # headers resolve correctly. 41 # headers resolve correctly.
41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 42 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'browser/net/sqlite_persistent_cookie_store.cc', 988 'browser/net/sqlite_persistent_cookie_store.cc',
988 'browser/net/sqlite_persistent_cookie_store.h', 989 'browser/net/sqlite_persistent_cookie_store.h',
989 'browser/net/view_blob_internals_job_factory.cc', 990 'browser/net/view_blob_internals_job_factory.cc',
990 'browser/net/view_blob_internals_job_factory.h', 991 'browser/net/view_blob_internals_job_factory.h',
991 'browser/net/view_http_cache_job_factory.cc', 992 'browser/net/view_http_cache_job_factory.cc',
992 'browser/net/view_http_cache_job_factory.h', 993 'browser/net/view_http_cache_job_factory.h',
993 'browser/notification_service_impl.cc', 994 'browser/notification_service_impl.cc',
994 'browser/notification_service_impl.h', 995 'browser/notification_service_impl.h',
995 'browser/notifications/notification_database.cc', 996 'browser/notifications/notification_database.cc',
996 'browser/notifications/notification_database.h', 997 'browser/notifications/notification_database.h',
998 'browser/notifications/notification_database_data.cc',
999 'browser/notifications/notification_database_data.h',
997 'browser/notifications/notification_event_dispatcher_impl.cc', 1000 'browser/notifications/notification_event_dispatcher_impl.cc',
998 'browser/notifications/notification_event_dispatcher_impl.h', 1001 'browser/notifications/notification_event_dispatcher_impl.h',
999 'browser/notifications/notification_message_filter.cc', 1002 'browser/notifications/notification_message_filter.cc',
1000 'browser/notifications/notification_message_filter.h', 1003 'browser/notifications/notification_message_filter.h',
1001 'browser/notifications/page_notification_delegate.cc', 1004 'browser/notifications/page_notification_delegate.cc',
1002 'browser/notifications/page_notification_delegate.h', 1005 'browser/notifications/page_notification_delegate.h',
1003 'browser/permissions/permission_service_context.cc', 1006 'browser/permissions/permission_service_context.cc',
1004 'browser/permissions/permission_service_context.h', 1007 'browser/permissions/permission_service_context.h',
1005 'browser/permissions/permission_service_impl.cc', 1008 'browser/permissions/permission_service_impl.cc',
1006 'browser/permissions/permission_service_impl.h', 1009 'browser/permissions/permission_service_impl.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 'browser/media/media_web_contents_observer.h', 1990 'browser/media/media_web_contents_observer.h',
1988 ], 1991 ],
1989 }], 1992 }],
1990 ['OS == "linux" and use_openssl==1', { 1993 ['OS == "linux" and use_openssl==1', {
1991 'dependencies': [ 1994 'dependencies': [
1992 '../third_party/boringssl/boringssl.gyp:boringssl', 1995 '../third_party/boringssl/boringssl.gyp:boringssl',
1993 ], 1996 ],
1994 }], 1997 }],
1995 ], 1998 ],
1996 } 1999 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698