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

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
« no previous file with comments | « content/browser/notifications/type_converters_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 'browser/notifications/notification_event_dispatcher_impl.cc', 1156 'browser/notifications/notification_event_dispatcher_impl.cc',
1157 'browser/notifications/notification_event_dispatcher_impl.h', 1157 'browser/notifications/notification_event_dispatcher_impl.h',
1158 'browser/notifications/notification_id_generator.cc', 1158 'browser/notifications/notification_id_generator.cc',
1159 'browser/notifications/notification_id_generator.h', 1159 'browser/notifications/notification_id_generator.h',
1160 'browser/notifications/notification_message_filter.cc', 1160 'browser/notifications/notification_message_filter.cc',
1161 'browser/notifications/notification_message_filter.h', 1161 'browser/notifications/notification_message_filter.h',
1162 'browser/notifications/page_notification_delegate.cc', 1162 'browser/notifications/page_notification_delegate.cc',
1163 'browser/notifications/page_notification_delegate.h', 1163 'browser/notifications/page_notification_delegate.h',
1164 'browser/notifications/platform_notification_context_impl.cc', 1164 'browser/notifications/platform_notification_context_impl.cc',
1165 'browser/notifications/platform_notification_context_impl.h', 1165 'browser/notifications/platform_notification_context_impl.h',
1166 'browser/notifications/type_converters.cc',
1167 'browser/notifications/type_converters.h',
1166 'browser/permissions/permission_service_context.cc', 1168 'browser/permissions/permission_service_context.cc',
1167 'browser/permissions/permission_service_context.h', 1169 'browser/permissions/permission_service_context.h',
1168 'browser/permissions/permission_service_impl.cc', 1170 'browser/permissions/permission_service_impl.cc',
1169 'browser/permissions/permission_service_impl.h', 1171 'browser/permissions/permission_service_impl.h',
1170 'browser/power_monitor_message_broadcaster.cc', 1172 'browser/power_monitor_message_broadcaster.cc',
1171 'browser/power_monitor_message_broadcaster.h', 1173 'browser/power_monitor_message_broadcaster.h',
1172 'browser/power_save_blocker_android.h', 1174 'browser/power_save_blocker_android.h',
1173 'browser/power_save_blocker_chromeos.cc', 1175 'browser/power_save_blocker_chromeos.cc',
1174 'browser/power_save_blocker_impl.cc', 1176 'browser/power_save_blocker_impl.cc',
1175 'browser/power_save_blocker_impl.h', 1177 'browser/power_save_blocker_impl.h',
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ['enable_webvr==1 and OS=="android"', { 2210 ['enable_webvr==1 and OS=="android"', {
2209 'sources': [ 2211 'sources': [
2210 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2212 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2211 'browser/vr/android/cardboard/cardboard_vr_device.h', 2213 'browser/vr/android/cardboard/cardboard_vr_device.h',
2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2214 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2214 ], 2216 ],
2215 }], 2217 }],
2216 ], 2218 ],
2217 } 2219 }
OLDNEW
« no previous file with comments | « content/browser/notifications/type_converters_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698