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

Side by Side Diff: content/content_browser.gypi

Issue 1898193003: Add type converters from Mojo notifications to the content types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-permission-mojom
Patch Set: Created 4 years, 8 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/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 'browser/notifications/notification_event_dispatcher_impl.cc', 1157 'browser/notifications/notification_event_dispatcher_impl.cc',
1158 'browser/notifications/notification_event_dispatcher_impl.h', 1158 'browser/notifications/notification_event_dispatcher_impl.h',
1159 'browser/notifications/notification_id_generator.cc', 1159 'browser/notifications/notification_id_generator.cc',
1160 'browser/notifications/notification_id_generator.h', 1160 'browser/notifications/notification_id_generator.h',
1161 'browser/notifications/notification_message_filter.cc', 1161 'browser/notifications/notification_message_filter.cc',
1162 'browser/notifications/notification_message_filter.h', 1162 'browser/notifications/notification_message_filter.h',
1163 'browser/notifications/page_notification_delegate.cc', 1163 'browser/notifications/page_notification_delegate.cc',
1164 'browser/notifications/page_notification_delegate.h', 1164 'browser/notifications/page_notification_delegate.h',
1165 'browser/notifications/platform_notification_context_impl.cc', 1165 'browser/notifications/platform_notification_context_impl.cc',
1166 'browser/notifications/platform_notification_context_impl.h', 1166 'browser/notifications/platform_notification_context_impl.h',
1167 'browser/notifications/type_converters.cc',
1168 'browser/notifications/type_converters.h',
1167 'browser/permissions/permission_service_context.cc', 1169 'browser/permissions/permission_service_context.cc',
1168 'browser/permissions/permission_service_context.h', 1170 'browser/permissions/permission_service_context.h',
1169 'browser/permissions/permission_service_impl.cc', 1171 'browser/permissions/permission_service_impl.cc',
1170 'browser/permissions/permission_service_impl.h', 1172 'browser/permissions/permission_service_impl.h',
1171 'browser/power_monitor_message_broadcaster.cc', 1173 'browser/power_monitor_message_broadcaster.cc',
1172 'browser/power_monitor_message_broadcaster.h', 1174 'browser/power_monitor_message_broadcaster.h',
1173 'browser/power_save_blocker_android.h', 1175 'browser/power_save_blocker_android.h',
1174 'browser/power_save_blocker_chromeos.cc', 1176 'browser/power_save_blocker_chromeos.cc',
1175 'browser/power_save_blocker_impl.cc', 1177 'browser/power_save_blocker_impl.cc',
1176 'browser/power_save_blocker_impl.h', 1178 'browser/power_save_blocker_impl.h',
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 ['enable_webvr==1 and OS=="android"', { 2219 ['enable_webvr==1 and OS=="android"', {
2218 'sources': [ 2220 'sources': [
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', 2222 'browser/vr/android/cardboard/cardboard_vr_device.h',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2223 ], 2225 ],
2224 }], 2226 }],
2225 ], 2227 ],
2226 } 2228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698