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

Side by Side Diff: content/content_browser.gypi

Issue 1995663003: Revert of Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 'browser/net/network_errors_listing_ui.cc', 1145 'browser/net/network_errors_listing_ui.cc',
1146 'browser/net/network_errors_listing_ui.h', 1146 'browser/net/network_errors_listing_ui.h',
1147 'browser/net/quota_policy_cookie_store.cc', 1147 'browser/net/quota_policy_cookie_store.cc',
1148 'browser/net/quota_policy_cookie_store.h', 1148 'browser/net/quota_policy_cookie_store.h',
1149 'browser/net/view_blob_internals_job_factory.cc', 1149 'browser/net/view_blob_internals_job_factory.cc',
1150 'browser/net/view_blob_internals_job_factory.h', 1150 'browser/net/view_blob_internals_job_factory.h',
1151 'browser/net/view_http_cache_job_factory.cc', 1151 'browser/net/view_http_cache_job_factory.cc',
1152 'browser/net/view_http_cache_job_factory.h', 1152 'browser/net/view_http_cache_job_factory.h',
1153 'browser/notification_service_impl.cc', 1153 'browser/notification_service_impl.cc',
1154 'browser/notification_service_impl.h', 1154 'browser/notification_service_impl.h',
1155 'browser/notifications/blink_notification_service_impl.cc',
1156 'browser/notifications/blink_notification_service_impl.h',
1157 'browser/notifications/notification_database.cc', 1155 'browser/notifications/notification_database.cc',
1158 'browser/notifications/notification_database.h', 1156 'browser/notifications/notification_database.h',
1159 'browser/notifications/notification_database_data_conversions.cc', 1157 'browser/notifications/notification_database_data_conversions.cc',
1160 'browser/notifications/notification_database_data_conversions.h', 1158 'browser/notifications/notification_database_data_conversions.h',
1161 'browser/notifications/notification_event_dispatcher_impl.cc', 1159 'browser/notifications/notification_event_dispatcher_impl.cc',
1162 'browser/notifications/notification_event_dispatcher_impl.h', 1160 'browser/notifications/notification_event_dispatcher_impl.h',
1163 'browser/notifications/notification_id_generator.cc', 1161 'browser/notifications/notification_id_generator.cc',
1164 'browser/notifications/notification_id_generator.h', 1162 'browser/notifications/notification_id_generator.h',
1165 'browser/notifications/notification_message_filter.cc', 1163 'browser/notifications/notification_message_filter.cc',
1166 'browser/notifications/notification_message_filter.h', 1164 'browser/notifications/notification_message_filter.h',
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ], 2204 ],
2207 }], 2205 }],
2208 ['OS != "mac" and OS != "android"', { 2206 ['OS != "mac" and OS != "android"', {
2209 'sources!': [ 2207 'sources!': [
2210 'browser/gpu/gpu_surface_tracker.cc', 2208 'browser/gpu/gpu_surface_tracker.cc',
2211 'browser/gpu/gpu_surface_tracker.h', 2209 'browser/gpu/gpu_surface_tracker.h',
2212 ], 2210 ],
2213 }], 2211 }],
2214 ], 2212 ],
2215 } 2213 }
OLDNEW
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | content/renderer/mojo/blink_service_registry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698