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

Side by Side Diff: content/content_browser.gypi

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final tweaks Created 4 years, 5 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/common/gamepad_user_gesture.cc ('k') | content/content_common.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 '../components/components.gyp:webmessaging', 16 '../components/components.gyp:webmessaging',
17 '../crypto/crypto.gyp:crypto', 17 '../crypto/crypto.gyp:crypto',
18 '../device/battery/battery.gyp:device_battery', 18 '../device/battery/battery.gyp:device_battery',
19 '../device/battery/battery.gyp:device_battery_mojo_bindings', 19 '../device/battery/battery.gyp:device_battery_mojo_bindings',
20 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 20 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
21 '../device/gamepad/gamepad.gyp:device_gamepad',
21 '../device/usb/usb.gyp:device_usb', 22 '../device/usb/usb.gyp:device_usb',
22 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block er', 23 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block er',
23 '../device/vibration/vibration.gyp:device_vibration', 24 '../device/vibration/vibration.gyp:device_vibration',
24 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 25 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
25 '../gin/gin.gyp:gin', 26 '../gin/gin.gyp:gin',
26 '../google_apis/google_apis.gyp:google_apis', 27 '../google_apis/google_apis.gyp:google_apis',
27 '../gpu/gpu.gyp:gpu', 28 '../gpu/gpu.gyp:gpu',
28 '../gpu/gpu.gyp:gpu_ipc_client', 29 '../gpu/gpu.gyp:gpu_ipc_client',
29 '../gpu/gpu.gyp:gpu_ipc_common', 30 '../gpu/gpu.gyp:gpu_ipc_common',
30 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', 31 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'browser/frame_host/render_frame_host_manager.cc', 796 'browser/frame_host/render_frame_host_manager.cc',
796 'browser/frame_host/render_frame_host_manager.h', 797 'browser/frame_host/render_frame_host_manager.h',
797 'browser/frame_host/render_frame_message_filter.cc', 798 'browser/frame_host/render_frame_message_filter.cc',
798 'browser/frame_host/render_frame_message_filter.h', 799 'browser/frame_host/render_frame_message_filter.h',
799 'browser/frame_host/render_frame_proxy_host.cc', 800 'browser/frame_host/render_frame_proxy_host.cc',
800 'browser/frame_host/render_frame_proxy_host.h', 801 'browser/frame_host/render_frame_proxy_host.h',
801 'browser/frame_host/render_widget_host_view_child_frame.cc', 802 'browser/frame_host/render_widget_host_view_child_frame.cc',
802 'browser/frame_host/render_widget_host_view_child_frame.h', 803 'browser/frame_host/render_widget_host_view_child_frame.h',
803 'browser/frame_host/render_widget_host_view_guest.cc', 804 'browser/frame_host/render_widget_host_view_guest.cc',
804 'browser/frame_host/render_widget_host_view_guest.h', 805 'browser/frame_host/render_widget_host_view_guest.h',
805 'browser/gamepad/gamepad_consumer.h',
806 'browser/gamepad/gamepad_data_fetcher.cc',
807 'browser/gamepad/gamepad_data_fetcher.h',
808 'browser/gamepad/gamepad_platform_data_fetcher.h',
809 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
810 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
811 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
812 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
813 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
814 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
815 'browser/gamepad/gamepad_platform_data_fetcher_win.cc',
816 'browser/gamepad/gamepad_platform_data_fetcher_win.h',
817 'browser/gamepad/gamepad_provider.cc',
818 'browser/gamepad/gamepad_provider.h',
819 'browser/gamepad/gamepad_service.cc', 806 'browser/gamepad/gamepad_service.cc',
820 'browser/gamepad/gamepad_service.h', 807 'browser/gamepad/gamepad_service.h',
821 'browser/gamepad/gamepad_standard_mappings.cc', 808 'browser/gamepad/gamepad_shared_buffer_impl.cc',
822 'browser/gamepad/gamepad_standard_mappings.h', 809 'browser/gamepad/gamepad_shared_buffer_impl.h',
823 'browser/gamepad/gamepad_standard_mappings_linux.cc',
824 'browser/gamepad/gamepad_standard_mappings_mac.mm',
825 'browser/gamepad/gamepad_standard_mappings_win.cc',
826 'browser/gamepad/raw_input_data_fetcher_win.cc',
827 'browser/gamepad/raw_input_data_fetcher_win.h',
828 'browser/gamepad/xbox_data_fetcher_mac.cc',
829 'browser/gamepad/xbox_data_fetcher_mac.h',
830 'browser/geolocation/empty_wifi_data_provider.cc', 810 'browser/geolocation/empty_wifi_data_provider.cc',
831 'browser/geolocation/empty_wifi_data_provider.h', 811 'browser/geolocation/empty_wifi_data_provider.h',
832 'browser/geolocation/geolocation_provider_impl.cc', 812 'browser/geolocation/geolocation_provider_impl.cc',
833 'browser/geolocation/geolocation_provider_impl.h', 813 'browser/geolocation/geolocation_provider_impl.h',
834 'browser/geolocation/geolocation_service_context.cc', 814 'browser/geolocation/geolocation_service_context.cc',
835 'browser/geolocation/geolocation_service_context.h', 815 'browser/geolocation/geolocation_service_context.h',
836 'browser/geolocation/geolocation_service_impl.cc', 816 'browser/geolocation/geolocation_service_impl.cc',
837 'browser/geolocation/geolocation_service_impl.h', 817 'browser/geolocation/geolocation_service_impl.h',
838 'browser/geolocation/location_api_adapter_android.cc', 818 'browser/geolocation/location_api_adapter_android.cc',
839 'browser/geolocation/location_api_adapter_android.h', 819 'browser/geolocation/location_api_adapter_android.h',
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 '<@(public_browser_sources)', 1842 '<@(public_browser_sources)',
1863 '<@(private_browser_sources)', 1843 '<@(private_browser_sources)',
1864 ], 1844 ],
1865 'conditions': [ 1845 'conditions': [
1866 ['OS != "win"', { 1846 ['OS != "win"', {
1867 'sources': [ 1847 'sources': [
1868 'browser/file_descriptor_info_impl.cc', 1848 'browser/file_descriptor_info_impl.cc',
1869 'browser/file_descriptor_info_impl.h', 1849 'browser/file_descriptor_info_impl.h',
1870 ] 1850 ]
1871 }], 1851 }],
1872 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', {
1873 'sources': [
1874 'browser/gamepad/gamepad_platform_data_fetcher.cc',
1875 ]
1876 }],
1877 ['debug_devtools==1', { 1852 ['debug_devtools==1', {
1878 'defines': [ 1853 'defines': [
1879 'DEBUG_DEVTOOLS=1', 1854 'DEBUG_DEVTOOLS=1',
1880 ], 1855 ],
1881 }], 1856 }],
1882 ['enable_basic_printing==1 or enable_print_preview==1', { 1857 ['enable_basic_printing==1 or enable_print_preview==1', {
1883 'dependencies': [ 1858 'dependencies': [
1884 '../printing/printing.gyp:printing', 1859 '../printing/printing.gyp:printing',
1885 ], 1860 ],
1886 }], 1861 }],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 }, 1967 },
1993 'sources': [ 1968 'sources': [
1994 '<@(auralinux_browser_sources)', 1969 '<@(auralinux_browser_sources)',
1995 ], 1970 ],
1996 }], 1971 }],
1997 ['use_udev == 1', { 1972 ['use_udev == 1', {
1998 'dependencies': [ 1973 'dependencies': [
1999 '../device/udev_linux/udev.gyp:udev_linux', 1974 '../device/udev_linux/udev.gyp:udev_linux',
2000 '../media/capture/capture.gyp:capture', 1975 '../media/capture/capture.gyp:capture',
2001 ], 1976 ],
2002 }, {
2003 'sources!': [
2004 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
2005 ],
2006 }], 1977 }],
2007 ['OS=="linux" and use_aura==1', { 1978 ['OS=="linux" and use_aura==1', {
2008 'dependencies': [ 1979 'dependencies': [
2009 '../build/linux/system.gyp:fontconfig', 1980 '../build/linux/system.gyp:fontconfig',
2010 ], 1981 ],
2011 }], 1982 }],
2012 ['use_x11==1', { 1983 ['use_x11==1', {
2013 'dependencies': [ 1984 'dependencies': [
2014 '../build/linux/system.gyp:x11', 1985 '../build/linux/system.gyp:x11',
2015 '../ui/base/x/ui_base_x.gyp:ui_base_x', 1986 '../ui/base/x/ui_base_x.gyp:ui_base_x',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 'dependencies': [ 2055 'dependencies': [
2085 '../build/linux/system.gyp:dbus', 2056 '../build/linux/system.gyp:dbus',
2086 '../chromeos/chromeos.gyp:chromeos', 2057 '../chromeos/chromeos.gyp:chromeos',
2087 '../chromeos/chromeos.gyp:power_manager_proto', 2058 '../chromeos/chromeos.gyp:power_manager_proto',
2088 ], 2059 ],
2089 'sources!': [ 2060 'sources!': [
2090 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 2061 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
2091 'browser/geolocation/wifi_data_provider_linux.cc', 2062 'browser/geolocation/wifi_data_provider_linux.cc',
2092 ], 2063 ],
2093 }], 2064 }],
2094 ['os_bsd==1', {
2095 'sources/': [
2096 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
2097 ],
2098 }],
2099 ['use_aura==1', { 2065 ['use_aura==1', {
2100 'dependencies': [ 2066 'dependencies': [
2101 '../ui/aura/aura.gyp:aura', 2067 '../ui/aura/aura.gyp:aura',
2102 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2068 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2103 '../ui/strings/ui_strings.gyp:ui_strings', 2069 '../ui/strings/ui_strings.gyp:ui_strings',
2104 ], 2070 ],
2105 }, { 2071 }, {
2106 'sources/': [ 2072 'sources/': [
2107 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'], 2073 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'],
2108 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'], 2074 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 ], 2150 ],
2185 }], 2151 }],
2186 ['OS != "mac" and OS != "android"', { 2152 ['OS != "mac" and OS != "android"', {
2187 'sources!': [ 2153 'sources!': [
2188 'browser/gpu/gpu_surface_tracker.cc', 2154 'browser/gpu/gpu_surface_tracker.cc',
2189 'browser/gpu/gpu_surface_tracker.h', 2155 'browser/gpu/gpu_surface_tracker.h',
2190 ], 2156 ],
2191 }], 2157 }],
2192 ], 2158 ],
2193 } 2159 }
OLDNEW
« no previous file with comments | « content/common/gamepad_user_gesture.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698