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

Side by Side Diff: content/content_browser.gypi

Issue 1133813002: Introduce the NotificationIdGenerator in //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 6 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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'browser/net/view_http_cache_job_factory.cc', 1046 'browser/net/view_http_cache_job_factory.cc',
1047 'browser/net/view_http_cache_job_factory.h', 1047 'browser/net/view_http_cache_job_factory.h',
1048 'browser/notification_service_impl.cc', 1048 'browser/notification_service_impl.cc',
1049 'browser/notification_service_impl.h', 1049 'browser/notification_service_impl.h',
1050 'browser/notifications/notification_database.cc', 1050 'browser/notifications/notification_database.cc',
1051 'browser/notifications/notification_database.h', 1051 'browser/notifications/notification_database.h',
1052 'browser/notifications/notification_database_data_conversions.cc', 1052 'browser/notifications/notification_database_data_conversions.cc',
1053 'browser/notifications/notification_database_data_conversions.h', 1053 'browser/notifications/notification_database_data_conversions.h',
1054 'browser/notifications/notification_event_dispatcher_impl.cc', 1054 'browser/notifications/notification_event_dispatcher_impl.cc',
1055 'browser/notifications/notification_event_dispatcher_impl.h', 1055 'browser/notifications/notification_event_dispatcher_impl.h',
1056 'browser/notifications/notification_id_generator.cc',
1057 'browser/notifications/notification_id_generator.h',
1056 'browser/notifications/notification_message_filter.cc', 1058 'browser/notifications/notification_message_filter.cc',
1057 'browser/notifications/notification_message_filter.h', 1059 'browser/notifications/notification_message_filter.h',
1058 'browser/notifications/page_notification_delegate.cc', 1060 'browser/notifications/page_notification_delegate.cc',
1059 'browser/notifications/page_notification_delegate.h', 1061 'browser/notifications/page_notification_delegate.h',
1060 'browser/notifications/platform_notification_context_impl.cc', 1062 'browser/notifications/platform_notification_context_impl.cc',
1061 'browser/notifications/platform_notification_context_impl.h', 1063 'browser/notifications/platform_notification_context_impl.h',
1062 'browser/permissions/permission_service_context.cc', 1064 'browser/permissions/permission_service_context.cc',
1063 'browser/permissions/permission_service_context.h', 1065 'browser/permissions/permission_service_context.h',
1064 'browser/permissions/permission_service_impl.cc', 1066 'browser/permissions/permission_service_impl.cc',
1065 'browser/permissions/permission_service_impl.h', 1067 'browser/permissions/permission_service_impl.h',
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 'browser/media/media_web_contents_observer.h', 2060 'browser/media/media_web_contents_observer.h',
2059 ], 2061 ],
2060 }], 2062 }],
2061 ['OS == "linux" and use_openssl==1', { 2063 ['OS == "linux" and use_openssl==1', {
2062 'dependencies': [ 2064 'dependencies': [
2063 '../third_party/boringssl/boringssl.gyp:boringssl', 2065 '../third_party/boringssl/boringssl.gyp:boringssl',
2064 ], 2066 ],
2065 }], 2067 }],
2066 ], 2068 ],
2067 } 2069 }
OLDNEW
« no previous file with comments | « content/browser/notifications/notification_id_generator_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698