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

Side by Side Diff: content/content_browser.gypi

Issue 2075153002: Reland of 'Move content/browser/power_save_blocker to //device/power_save_blocker' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing libs for component mac Created 4 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
« no previous file with comments | « content/browser/wake_lock/wake_lock_service_context.cc ('k') | content/content_jni.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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
11 '../components/leveldb/leveldb.gyp:leveldb_lib', 11 '../components/leveldb/leveldb.gyp:leveldb_lib',
12 '../components/link_header_util/link_header_util.gyp:link_header_util', 12 '../components/link_header_util/link_header_util.gyp:link_header_util',
13 '../components/mime_util/mime_util.gyp:mime_util', 13 '../components/mime_util/mime_util.gyp:mime_util',
14 '../components/scheduler/scheduler.gyp:scheduler_common', 14 '../components/scheduler/scheduler.gyp:scheduler_common',
15 '../components/url_formatter/url_formatter.gyp:url_formatter', 15 '../components/url_formatter/url_formatter.gyp:url_formatter',
16 '../crypto/crypto.gyp:crypto', 16 '../crypto/crypto.gyp:crypto',
17 '../device/battery/battery.gyp:device_battery', 17 '../device/battery/battery.gyp:device_battery',
18 '../device/battery/battery.gyp:device_battery_mojo_bindings', 18 '../device/battery/battery.gyp:device_battery_mojo_bindings',
19 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 19 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
20 '../device/usb/usb.gyp:device_usb', 20 '../device/usb/usb.gyp:device_usb',
21 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block er',
21 '../device/vibration/vibration.gyp:device_vibration', 22 '../device/vibration/vibration.gyp:device_vibration',
22 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 23 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
23 '../gin/gin.gyp:gin', 24 '../gin/gin.gyp:gin',
24 '../google_apis/google_apis.gyp:google_apis', 25 '../google_apis/google_apis.gyp:google_apis',
25 '../gpu/gpu.gyp:gpu', 26 '../gpu/gpu.gyp:gpu',
26 '../gpu/gpu.gyp:gpu_ipc_client', 27 '../gpu/gpu.gyp:gpu_ipc_client',
27 '../gpu/gpu.gyp:gpu_ipc_common', 28 '../gpu/gpu.gyp:gpu_ipc_common',
28 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', 29 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings',
29 '../mojo/mojo_base.gyp:mojo_url_type_converters', 30 '../mojo/mojo_base.gyp:mojo_url_type_converters',
30 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 31 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 # The public render_widget_host.h needs to re-export skia defines. 96 # The public render_widget_host.h needs to re-export skia defines.
96 '../skia/skia.gyp:skia', 97 '../skia/skia.gyp:skia',
97 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 98 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
98 ], 99 ],
99 'include_dirs': [ 100 'include_dirs': [
100 '..', 101 '..',
101 '<(INTERMEDIATE_DIR)', 102 '<(INTERMEDIATE_DIR)',
102 ], 103 ],
103 'variables': { 104 'variables': {
104 'public_browser_sources': [ 105 'public_browser_sources': [
106 'browser/power_save_blocker_factory.h',
105 'public/browser/access_token_store.h', 107 'public/browser/access_token_store.h',
106 'public/browser/android/browser_media_player_manager_register.cc', 108 'public/browser/android/browser_media_player_manager_register.cc',
107 'public/browser/android/browser_media_player_manager_register.h', 109 'public/browser/android/browser_media_player_manager_register.h',
108 'public/browser/android/compositor.h', 110 'public/browser/android/compositor.h',
109 'public/browser/android/compositor_client.h', 111 'public/browser/android/compositor_client.h',
110 'public/browser/android/content_protocol_handler.h', 112 'public/browser/android/content_protocol_handler.h',
111 'public/browser/android/content_view_core.h', 113 'public/browser/android/content_view_core.h',
112 'public/browser/android/content_view_layer_renderer.h', 114 'public/browser/android/content_view_layer_renderer.h',
113 'public/browser/android/devtools_auth.h', 115 'public/browser/android/devtools_auth.h',
114 'public/browser/android/download_controller_android.cc', 116 'public/browser/android/download_controller_android.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'public/browser/page_navigator.cc', 248 'public/browser/page_navigator.cc',
247 'public/browser/page_navigator.h', 249 'public/browser/page_navigator.h',
248 'public/browser/pepper_flash_settings_helper.h', 250 'public/browser/pepper_flash_settings_helper.h',
249 'public/browser/permission_manager.h', 251 'public/browser/permission_manager.h',
250 'public/browser/permission_type.h', 252 'public/browser/permission_type.h',
251 'public/browser/platform_notification_context.h', 253 'public/browser/platform_notification_context.h',
252 'public/browser/platform_notification_service.h', 254 'public/browser/platform_notification_service.h',
253 'public/browser/plugin_data_remover.h', 255 'public/browser/plugin_data_remover.h',
254 'public/browser/plugin_service.h', 256 'public/browser/plugin_service.h',
255 'public/browser/plugin_service_filter.h', 257 'public/browser/plugin_service_filter.h',
256 'public/browser/power_save_blocker.h',
257 'public/browser/power_save_blocker_factory.h',
258 'public/browser/presentation_screen_availability_listener.h', 258 'public/browser/presentation_screen_availability_listener.h',
259 'public/browser/presentation_service_delegate.h', 259 'public/browser/presentation_service_delegate.h',
260 'public/browser/presentation_session.cc', 260 'public/browser/presentation_session.cc',
261 'public/browser/presentation_session.h', 261 'public/browser/presentation_session.h',
262 'public/browser/presentation_session_message.cc', 262 'public/browser/presentation_session_message.cc',
263 'public/browser/presentation_session_message.h', 263 'public/browser/presentation_session_message.h',
264 'public/browser/profiler_controller.h', 264 'public/browser/profiler_controller.h',
265 'public/browser/profiler_subscriber.h', 265 'public/browser/profiler_subscriber.h',
266 'public/browser/push_messaging_service.cc', 266 'public/browser/push_messaging_service.cc',
267 'public/browser/push_messaging_service.h', 267 'public/browser/push_messaging_service.h',
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 'browser/notifications/platform_notification_context_impl.cc', 1167 'browser/notifications/platform_notification_context_impl.cc',
1168 'browser/notifications/platform_notification_context_impl.h', 1168 'browser/notifications/platform_notification_context_impl.h',
1169 'browser/notifications/type_converters.cc', 1169 'browser/notifications/type_converters.cc',
1170 'browser/notifications/type_converters.h', 1170 'browser/notifications/type_converters.h',
1171 'browser/permissions/permission_service_context.cc', 1171 'browser/permissions/permission_service_context.cc',
1172 'browser/permissions/permission_service_context.h', 1172 'browser/permissions/permission_service_context.h',
1173 'browser/permissions/permission_service_impl.cc', 1173 'browser/permissions/permission_service_impl.cc',
1174 'browser/permissions/permission_service_impl.h', 1174 'browser/permissions/permission_service_impl.h',
1175 'browser/power_monitor_message_broadcaster.cc', 1175 'browser/power_monitor_message_broadcaster.cc',
1176 'browser/power_monitor_message_broadcaster.h', 1176 'browser/power_monitor_message_broadcaster.h',
1177 'browser/power_save_blocker_android.h',
1178 'browser/power_save_blocker_chromeos.cc',
1179 'browser/power_save_blocker_factory.cc', 1177 'browser/power_save_blocker_factory.cc',
1180 'browser/power_save_blocker_impl.cc',
1181 'browser/power_save_blocker_impl.h',
1182 'browser/power_save_blocker_mac.cc',
1183 'browser/power_save_blocker_ozone.cc',
1184 'browser/power_save_blocker_win.cc',
1185 'browser/power_save_blocker_x11.cc',
1186 'browser/power_usage_monitor_impl.cc', 1178 'browser/power_usage_monitor_impl.cc',
1187 'browser/power_usage_monitor_impl.h', 1179 'browser/power_usage_monitor_impl.h',
1188 'browser/presentation/presentation_service_impl.cc', 1180 'browser/presentation/presentation_service_impl.cc',
1189 'browser/presentation/presentation_service_impl.h', 1181 'browser/presentation/presentation_service_impl.h',
1190 'browser/presentation/presentation_type_converters.cc', 1182 'browser/presentation/presentation_type_converters.cc',
1191 'browser/presentation/presentation_type_converters.h', 1183 'browser/presentation/presentation_type_converters.h',
1192 'browser/profiler_controller_impl.cc', 1184 'browser/profiler_controller_impl.cc',
1193 'browser/profiler_controller_impl.h', 1185 'browser/profiler_controller_impl.h',
1194 'browser/profiler_message_filter.cc', 1186 'browser/profiler_message_filter.cc',
1195 'browser/profiler_message_filter.h', 1187 'browser/profiler_message_filter.h',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'browser/android/overscroll_controller_android.cc', 1695 'browser/android/overscroll_controller_android.cc',
1704 'browser/android/overscroll_controller_android.h', 1696 'browser/android/overscroll_controller_android.h',
1705 'browser/android/popup_touch_handle_drawable.cc', 1697 'browser/android/popup_touch_handle_drawable.cc',
1706 'browser/android/popup_touch_handle_drawable.h', 1698 'browser/android/popup_touch_handle_drawable.h',
1707 'browser/android/synchronous_compositor_host.cc', 1699 'browser/android/synchronous_compositor_host.cc',
1708 'browser/android/synchronous_compositor_host.h', 1700 'browser/android/synchronous_compositor_host.h',
1709 'browser/android/tracing_controller_android.cc', 1701 'browser/android/tracing_controller_android.cc',
1710 'browser/android/tracing_controller_android.h', 1702 'browser/android/tracing_controller_android.h',
1711 'browser/android/web_contents_observer_proxy.cc', 1703 'browser/android/web_contents_observer_proxy.cc',
1712 'browser/android/web_contents_observer_proxy.h', 1704 'browser/android/web_contents_observer_proxy.h',
1713 'browser/power_save_blocker_android.cc',
1714 'browser/renderer_host/compositor_impl_android.cc', 1705 'browser/renderer_host/compositor_impl_android.cc',
1715 'browser/renderer_host/compositor_impl_android.h', 1706 'browser/renderer_host/compositor_impl_android.h',
1716 'browser/renderer_host/ime_adapter_android.cc', 1707 'browser/renderer_host/ime_adapter_android.cc',
1717 'browser/renderer_host/ime_adapter_android.h', 1708 'browser/renderer_host/ime_adapter_android.h',
1718 'browser/renderer_host/input/synthetic_gesture_target_android.cc', 1709 'browser/renderer_host/input/synthetic_gesture_target_android.cc',
1719 'browser/renderer_host/input/synthetic_gesture_target_android.h', 1710 'browser/renderer_host/input/synthetic_gesture_target_android.h',
1720 'browser/renderer_host/native_web_keyboard_event_android.cc', 1711 'browser/renderer_host/native_web_keyboard_event_android.cc',
1721 'browser/renderer_host/render_widget_host_view_android.cc', 1712 'browser/renderer_host/render_widget_host_view_android.cc',
1722 'browser/renderer_host/render_widget_host_view_android.h', 1713 'browser/renderer_host/render_widget_host_view_android.h',
1723 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1714 'browser/screen_orientation/screen_orientation_delegate_android.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 'browser/renderer_host/p2p/socket_host_throttler.cc', 1750 'browser/renderer_host/p2p/socket_host_throttler.cc',
1760 'browser/renderer_host/p2p/socket_host_throttler.h', 1751 'browser/renderer_host/p2p/socket_host_throttler.h',
1761 'browser/renderer_host/p2p/socket_host_udp.cc', 1752 'browser/renderer_host/p2p/socket_host_udp.cc',
1762 'browser/renderer_host/p2p/socket_host_udp.h', 1753 'browser/renderer_host/p2p/socket_host_udp.h',
1763 ], 1754 ],
1764 'compositor_browser_sources': [ 1755 'compositor_browser_sources': [
1765 'browser/compositor/browser_compositor_output_surface.cc', 1756 'browser/compositor/browser_compositor_output_surface.cc',
1766 'browser/compositor/browser_compositor_output_surface.h', 1757 'browser/compositor/browser_compositor_output_surface.h',
1767 'browser/compositor/gpu_browser_compositor_output_surface.cc', 1758 'browser/compositor/gpu_browser_compositor_output_surface.cc',
1768 'browser/compositor/gpu_browser_compositor_output_surface.h', 1759 'browser/compositor/gpu_browser_compositor_output_surface.h',
1760 'browser/compositor/gpu_output_surface_mac.h',
1769 'browser/compositor/gpu_output_surface_mac.mm', 1761 'browser/compositor/gpu_output_surface_mac.mm',
1770 'browser/compositor/gpu_output_surface_mac.h',
1771 'browser/compositor/gpu_process_transport_factory.cc', 1762 'browser/compositor/gpu_process_transport_factory.cc',
1772 'browser/compositor/gpu_process_transport_factory.h', 1763 'browser/compositor/gpu_process_transport_factory.h',
1773 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc', 1764 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc',
1774 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h', 1765 'browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h',
1775 'browser/compositor/image_transport_factory.cc', 1766 'browser/compositor/image_transport_factory.cc',
1776 'browser/compositor/image_transport_factory.h', 1767 'browser/compositor/image_transport_factory.h',
1777 'browser/compositor/offscreen_browser_compositor_output_surface.cc', 1768 'browser/compositor/offscreen_browser_compositor_output_surface.cc',
1778 'browser/compositor/offscreen_browser_compositor_output_surface.h', 1769 'browser/compositor/offscreen_browser_compositor_output_surface.h',
1779 'browser/compositor/owned_mailbox.cc', 1770 'browser/compositor/owned_mailbox.cc',
1780 'browser/compositor/owned_mailbox.h', 1771 'browser/compositor/owned_mailbox.h',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 }], 2095 }],
2105 ['chromeos==1', { 2096 ['chromeos==1', {
2106 'dependencies': [ 2097 'dependencies': [
2107 '../build/linux/system.gyp:dbus', 2098 '../build/linux/system.gyp:dbus',
2108 '../chromeos/chromeos.gyp:chromeos', 2099 '../chromeos/chromeos.gyp:chromeos',
2109 '../chromeos/chromeos.gyp:power_manager_proto', 2100 '../chromeos/chromeos.gyp:power_manager_proto',
2110 ], 2101 ],
2111 'sources!': [ 2102 'sources!': [
2112 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 2103 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
2113 'browser/geolocation/wifi_data_provider_linux.cc', 2104 'browser/geolocation/wifi_data_provider_linux.cc',
2114 'browser/power_save_blocker_ozone.cc',
2115 'browser/power_save_blocker_x11.cc',
2116 ], 2105 ],
2117 }], 2106 }],
2118 ['os_bsd==1', { 2107 ['os_bsd==1', {
2119 'sources/': [ 2108 'sources/': [
2120 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 2109 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
2121 ], 2110 ],
2122 }], 2111 }],
2123 ['use_aura==1', { 2112 ['use_aura==1', {
2124 'dependencies': [ 2113 'dependencies': [
2125 '../ui/aura/aura.gyp:aura', 2114 '../ui/aura/aura.gyp:aura',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ], 2197 ],
2209 }], 2198 }],
2210 ['OS != "mac" and OS != "android"', { 2199 ['OS != "mac" and OS != "android"', {
2211 'sources!': [ 2200 'sources!': [
2212 'browser/gpu/gpu_surface_tracker.cc', 2201 'browser/gpu/gpu_surface_tracker.cc',
2213 'browser/gpu/gpu_surface_tracker.h', 2202 'browser/gpu/gpu_surface_tracker.h',
2214 ], 2203 ],
2215 }], 2204 }],
2216 ], 2205 ],
2217 } 2206 }
OLDNEW
« no previous file with comments | « content/browser/wake_lock/wake_lock_service_context.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698