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

Side by Side Diff: content/content_browser.gypi

Issue 979413002: [Presentation API] Additional plumbing for PresentationServiceImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@REAL-NEW-MASTER
Patch Set: rm presentation_session.mojom 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'public/browser/page_navigator.h', 179 'public/browser/page_navigator.h',
180 'public/browser/pepper_flash_settings_helper.h', 180 'public/browser/pepper_flash_settings_helper.h',
181 'public/browser/permission_type.h', 181 'public/browser/permission_type.h',
182 'public/browser/platform_notification_service.h', 182 'public/browser/platform_notification_service.h',
183 'public/browser/plugin_data_remover.h', 183 'public/browser/plugin_data_remover.h',
184 'public/browser/plugin_service.h', 184 'public/browser/plugin_service.h',
185 'public/browser/plugin_service_filter.h', 185 'public/browser/plugin_service_filter.h',
186 'public/browser/power_save_blocker.h', 186 'public/browser/power_save_blocker.h',
187 'public/browser/presentation_screen_availability_listener.h', 187 'public/browser/presentation_screen_availability_listener.h',
188 'public/browser/presentation_service_delegate.h', 188 'public/browser/presentation_service_delegate.h',
189 'public/browser/presentation_session.cc',
190 'public/browser/presentation_session.h',
189 'public/browser/profiler_controller.h', 191 'public/browser/profiler_controller.h',
190 'public/browser/profiler_subscriber.h', 192 'public/browser/profiler_subscriber.h',
191 'public/browser/push_messaging_service.cc', 193 'public/browser/push_messaging_service.cc',
192 'public/browser/push_messaging_service.h', 194 'public/browser/push_messaging_service.h',
193 'public/browser/quota_permission_context.h', 195 'public/browser/quota_permission_context.h',
194 'public/browser/readback_types.h', 196 'public/browser/readback_types.h',
195 'public/browser/render_frame_host.h', 197 'public/browser/render_frame_host.h',
196 'public/browser/render_process_host.h', 198 'public/browser/render_process_host.h',
197 'public/browser/render_process_host_factory.h', 199 'public/browser/render_process_host_factory.h',
198 'public/browser/render_process_host_observer.h', 200 'public/browser/render_process_host_observer.h',
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'browser/power_save_blocker_impl.cc', 1023 'browser/power_save_blocker_impl.cc',
1022 'browser/power_save_blocker_impl.h', 1024 'browser/power_save_blocker_impl.h',
1023 'browser/power_save_blocker_mac.cc', 1025 'browser/power_save_blocker_mac.cc',
1024 'browser/power_save_blocker_ozone.cc', 1026 'browser/power_save_blocker_ozone.cc',
1025 'browser/power_save_blocker_win.cc', 1027 'browser/power_save_blocker_win.cc',
1026 'browser/power_save_blocker_x11.cc', 1028 'browser/power_save_blocker_x11.cc',
1027 'browser/power_usage_monitor_impl.cc', 1029 'browser/power_usage_monitor_impl.cc',
1028 'browser/power_usage_monitor_impl.h', 1030 'browser/power_usage_monitor_impl.h',
1029 'browser/presentation/presentation_service_impl.cc', 1031 'browser/presentation/presentation_service_impl.cc',
1030 'browser/presentation/presentation_service_impl.h', 1032 'browser/presentation/presentation_service_impl.h',
1033 'browser/presentation/presentation_type_converters.cc',
1034 'browser/presentation/presentation_type_converters.h',
1031 'browser/profiler_controller_impl.cc', 1035 'browser/profiler_controller_impl.cc',
1032 'browser/profiler_controller_impl.h', 1036 'browser/profiler_controller_impl.h',
1033 'browser/profiler_message_filter.cc', 1037 'browser/profiler_message_filter.cc',
1034 'browser/profiler_message_filter.h', 1038 'browser/profiler_message_filter.h',
1035 'browser/push_messaging/push_messaging_message_filter.cc', 1039 'browser/push_messaging/push_messaging_message_filter.cc',
1036 'browser/push_messaging/push_messaging_message_filter.h', 1040 'browser/push_messaging/push_messaging_message_filter.h',
1037 'browser/push_messaging/push_messaging_router.cc', 1041 'browser/push_messaging/push_messaging_router.cc',
1038 'browser/push_messaging/push_messaging_router.h', 1042 'browser/push_messaging/push_messaging_router.h',
1039 'browser/quota_dispatcher_host.cc', 1043 'browser/quota_dispatcher_host.cc',
1040 'browser/quota_dispatcher_host.h', 1044 'browser/quota_dispatcher_host.h',
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 'browser/media/media_web_contents_observer.h', 1999 'browser/media/media_web_contents_observer.h',
1996 ], 2000 ],
1997 }], 2001 }],
1998 ['OS == "linux" and use_openssl==1', { 2002 ['OS == "linux" and use_openssl==1', {
1999 'dependencies': [ 2003 'dependencies': [
2000 '../third_party/boringssl/boringssl.gyp:boringssl', 2004 '../third_party/boringssl/boringssl.gyp:boringssl',
2001 ], 2005 ],
2002 }], 2006 }],
2003 ], 2007 ],
2004 } 2008 }
OLDNEW
« no previous file with comments | « content/common/presentation/presentation_session.mojom ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698