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

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: Attempts at remaining platform fixes 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
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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 'browser/frame_host/render_frame_host_manager.cc', 804 'browser/frame_host/render_frame_host_manager.cc',
804 'browser/frame_host/render_frame_host_manager.h', 805 'browser/frame_host/render_frame_host_manager.h',
805 'browser/frame_host/render_frame_message_filter.cc', 806 'browser/frame_host/render_frame_message_filter.cc',
806 'browser/frame_host/render_frame_message_filter.h', 807 'browser/frame_host/render_frame_message_filter.h',
807 'browser/frame_host/render_frame_proxy_host.cc', 808 'browser/frame_host/render_frame_proxy_host.cc',
808 'browser/frame_host/render_frame_proxy_host.h', 809 'browser/frame_host/render_frame_proxy_host.h',
809 'browser/frame_host/render_widget_host_view_child_frame.cc', 810 'browser/frame_host/render_widget_host_view_child_frame.cc',
810 'browser/frame_host/render_widget_host_view_child_frame.h', 811 'browser/frame_host/render_widget_host_view_child_frame.h',
811 'browser/frame_host/render_widget_host_view_guest.cc', 812 'browser/frame_host/render_widget_host_view_guest.cc',
812 'browser/frame_host/render_widget_host_view_guest.h', 813 'browser/frame_host/render_widget_host_view_guest.h',
813 'browser/gamepad/gamepad_consumer.h',
814 'browser/gamepad/gamepad_data_fetcher.cc',
815 'browser/gamepad/gamepad_data_fetcher.h',
816 'browser/gamepad/gamepad_platform_data_fetcher.h',
817 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
818 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
819 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
820 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
821 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
822 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
823 'browser/gamepad/gamepad_platform_data_fetcher_win.cc',
824 'browser/gamepad/gamepad_platform_data_fetcher_win.h',
825 'browser/gamepad/gamepad_provider.cc',
826 'browser/gamepad/gamepad_provider.h',
827 'browser/gamepad/gamepad_service.cc', 814 'browser/gamepad/gamepad_service.cc',
828 'browser/gamepad/gamepad_service.h', 815 'browser/gamepad/gamepad_service.h',
829 'browser/gamepad/gamepad_standard_mappings.cc', 816 'browser/gamepad/gamepad_shared_buffer_impl.cc',
830 'browser/gamepad/gamepad_standard_mappings.h', 817 'browser/gamepad/gamepad_shared_buffer_impl.h',
831 'browser/gamepad/gamepad_standard_mappings_linux.cc',
832 'browser/gamepad/gamepad_standard_mappings_mac.mm',
833 'browser/gamepad/gamepad_standard_mappings_win.cc',
834 'browser/gamepad/raw_input_data_fetcher_win.cc',
835 'browser/gamepad/raw_input_data_fetcher_win.h',
836 'browser/gamepad/xbox_data_fetcher_mac.cc',
837 'browser/gamepad/xbox_data_fetcher_mac.h',
838 'browser/geolocation/empty_wifi_data_provider.cc', 818 'browser/geolocation/empty_wifi_data_provider.cc',
839 'browser/geolocation/empty_wifi_data_provider.h', 819 'browser/geolocation/empty_wifi_data_provider.h',
840 'browser/geolocation/geolocation_provider_impl.cc', 820 'browser/geolocation/geolocation_provider_impl.cc',
841 'browser/geolocation/geolocation_provider_impl.h', 821 'browser/geolocation/geolocation_provider_impl.h',
842 'browser/geolocation/geolocation_service_context.cc', 822 'browser/geolocation/geolocation_service_context.cc',
843 'browser/geolocation/geolocation_service_context.h', 823 'browser/geolocation/geolocation_service_context.h',
844 'browser/geolocation/geolocation_service_impl.cc', 824 'browser/geolocation/geolocation_service_impl.cc',
845 'browser/geolocation/geolocation_service_impl.h', 825 'browser/geolocation/geolocation_service_impl.h',
846 'browser/geolocation/location_api_adapter_android.cc', 826 'browser/geolocation/location_api_adapter_android.cc',
847 'browser/geolocation/location_api_adapter_android.h', 827 'browser/geolocation/location_api_adapter_android.h',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 '<@(public_browser_sources)', 1848 '<@(public_browser_sources)',
1869 '<@(private_browser_sources)', 1849 '<@(private_browser_sources)',
1870 ], 1850 ],
1871 'conditions': [ 1851 'conditions': [
1872 ['OS != "win"', { 1852 ['OS != "win"', {
1873 'sources': [ 1853 'sources': [
1874 'browser/file_descriptor_info_impl.cc', 1854 'browser/file_descriptor_info_impl.cc',
1875 'browser/file_descriptor_info_impl.h', 1855 'browser/file_descriptor_info_impl.h',
1876 ] 1856 ]
1877 }], 1857 }],
1878 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', {
1879 'sources': [
1880 'browser/gamepad/gamepad_platform_data_fetcher.cc',
1881 ]
1882 }],
1883 ['debug_devtools==1', { 1858 ['debug_devtools==1', {
1884 'defines': [ 1859 'defines': [
1885 'DEBUG_DEVTOOLS=1', 1860 'DEBUG_DEVTOOLS=1',
1886 ], 1861 ],
1887 }], 1862 }],
1888 ['enable_basic_printing==1 or enable_print_preview==1', { 1863 ['enable_basic_printing==1 or enable_print_preview==1', {
1889 'dependencies': [ 1864 'dependencies': [
1890 '../printing/printing.gyp:printing', 1865 '../printing/printing.gyp:printing',
1891 ], 1866 ],
1892 }], 1867 }],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 }, 1973 },
1999 'sources': [ 1974 'sources': [
2000 '<@(auralinux_browser_sources)', 1975 '<@(auralinux_browser_sources)',
2001 ], 1976 ],
2002 }], 1977 }],
2003 ['use_udev == 1', { 1978 ['use_udev == 1', {
2004 'dependencies': [ 1979 'dependencies': [
2005 '../device/udev_linux/udev.gyp:udev_linux', 1980 '../device/udev_linux/udev.gyp:udev_linux',
2006 '../media/capture/capture.gyp:capture', 1981 '../media/capture/capture.gyp:capture',
2007 ], 1982 ],
2008 }, {
2009 'sources!': [
2010 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
2011 ],
2012 }], 1983 }],
2013 ['OS=="linux" and use_aura==1', { 1984 ['OS=="linux" and use_aura==1', {
2014 'dependencies': [ 1985 'dependencies': [
2015 '../build/linux/system.gyp:fontconfig', 1986 '../build/linux/system.gyp:fontconfig',
2016 ], 1987 ],
2017 }], 1988 }],
2018 ['use_x11==1', { 1989 ['use_x11==1', {
2019 'dependencies': [ 1990 'dependencies': [
2020 '../build/linux/system.gyp:x11', 1991 '../build/linux/system.gyp:x11',
2021 '../ui/base/x/ui_base_x.gyp:ui_base_x', 1992 '../ui/base/x/ui_base_x.gyp:ui_base_x',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2090 'dependencies': [ 2061 'dependencies': [
2091 '../build/linux/system.gyp:dbus', 2062 '../build/linux/system.gyp:dbus',
2092 '../chromeos/chromeos.gyp:chromeos', 2063 '../chromeos/chromeos.gyp:chromeos',
2093 '../chromeos/chromeos.gyp:power_manager_proto', 2064 '../chromeos/chromeos.gyp:power_manager_proto',
2094 ], 2065 ],
2095 'sources!': [ 2066 'sources!': [
2096 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 2067 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
2097 'browser/geolocation/wifi_data_provider_linux.cc', 2068 'browser/geolocation/wifi_data_provider_linux.cc',
2098 ], 2069 ],
2099 }], 2070 }],
2100 ['os_bsd==1', {
2101 'sources/': [
2102 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
2103 ],
2104 }],
2105 ['use_aura==1', { 2071 ['use_aura==1', {
2106 'dependencies': [ 2072 'dependencies': [
2107 '../ui/aura/aura.gyp:aura', 2073 '../ui/aura/aura.gyp:aura',
2108 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2074 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2109 '../ui/strings/ui_strings.gyp:ui_strings', 2075 '../ui/strings/ui_strings.gyp:ui_strings',
2110 ], 2076 ],
2111 }, { 2077 }, {
2112 'sources/': [ 2078 'sources/': [
2113 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'], 2079 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'],
2114 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'], 2080 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 ], 2156 ],
2191 }], 2157 }],
2192 ['OS != "mac" and OS != "android"', { 2158 ['OS != "mac" and OS != "android"', {
2193 'sources!': [ 2159 'sources!': [
2194 'browser/gpu/gpu_surface_tracker.cc', 2160 'browser/gpu/gpu_surface_tracker.cc',
2195 'browser/gpu/gpu_surface_tracker.h', 2161 'browser/gpu/gpu_surface_tracker.h',
2196 ], 2162 ],
2197 }], 2163 }],
2198 ], 2164 ],
2199 } 2165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698