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

Side by Side Diff: content/content_browser.gypi

Issue 2182653002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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 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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 '<@(public_browser_sources)', 1850 '<@(public_browser_sources)',
1871 '<@(private_browser_sources)', 1851 '<@(private_browser_sources)',
1872 ], 1852 ],
1873 'conditions': [ 1853 'conditions': [
1874 ['OS != "win"', { 1854 ['OS != "win"', {
1875 'sources': [ 1855 'sources': [
1876 'browser/file_descriptor_info_impl.cc', 1856 'browser/file_descriptor_info_impl.cc',
1877 'browser/file_descriptor_info_impl.h', 1857 'browser/file_descriptor_info_impl.h',
1878 ] 1858 ]
1879 }], 1859 }],
1880 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', {
1881 'sources': [
1882 'browser/gamepad/gamepad_platform_data_fetcher.cc',
1883 ]
1884 }],
1885 ['debug_devtools==1', { 1860 ['debug_devtools==1', {
1886 'defines': [ 1861 'defines': [
1887 'DEBUG_DEVTOOLS=1', 1862 'DEBUG_DEVTOOLS=1',
1888 ], 1863 ],
1889 }], 1864 }],
1890 ['enable_basic_printing==1 or enable_print_preview==1', { 1865 ['enable_basic_printing==1 or enable_print_preview==1', {
1891 'dependencies': [ 1866 'dependencies': [
1892 '../printing/printing.gyp:printing', 1867 '../printing/printing.gyp:printing',
1893 ], 1868 ],
1894 }], 1869 }],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2000 }, 1975 },
2001 'sources': [ 1976 'sources': [
2002 '<@(auralinux_browser_sources)', 1977 '<@(auralinux_browser_sources)',
2003 ], 1978 ],
2004 }], 1979 }],
2005 ['use_udev == 1', { 1980 ['use_udev == 1', {
2006 'dependencies': [ 1981 'dependencies': [
2007 '../device/udev_linux/udev.gyp:udev_linux', 1982 '../device/udev_linux/udev.gyp:udev_linux',
2008 '../media/capture/capture.gyp:capture', 1983 '../media/capture/capture.gyp:capture',
2009 ], 1984 ],
2010 }, {
2011 'sources!': [
2012 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
2013 ],
2014 }], 1985 }],
2015 ['OS=="linux" and use_aura==1', { 1986 ['OS=="linux" and use_aura==1', {
2016 'dependencies': [ 1987 'dependencies': [
2017 '../build/linux/system.gyp:fontconfig', 1988 '../build/linux/system.gyp:fontconfig',
2018 ], 1989 ],
2019 }], 1990 }],
2020 ['use_x11==1', { 1991 ['use_x11==1', {
2021 'dependencies': [ 1992 'dependencies': [
2022 '../build/linux/system.gyp:x11', 1993 '../build/linux/system.gyp:x11',
2023 '../ui/base/x/ui_base_x.gyp:ui_base_x', 1994 '../ui/base/x/ui_base_x.gyp:ui_base_x',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 'dependencies': [ 2063 'dependencies': [
2093 '../build/linux/system.gyp:dbus', 2064 '../build/linux/system.gyp:dbus',
2094 '../chromeos/chromeos.gyp:chromeos', 2065 '../chromeos/chromeos.gyp:chromeos',
2095 '../chromeos/chromeos.gyp:power_manager_proto', 2066 '../chromeos/chromeos.gyp:power_manager_proto',
2096 ], 2067 ],
2097 'sources!': [ 2068 'sources!': [
2098 'browser/device_sensors/data_fetcher_shared_memory_default.cc', 2069 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
2099 'browser/geolocation/wifi_data_provider_linux.cc', 2070 'browser/geolocation/wifi_data_provider_linux.cc',
2100 ], 2071 ],
2101 }], 2072 }],
2102 ['os_bsd==1', {
2103 'sources/': [
2104 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
2105 ],
2106 }],
2107 ['use_aura==1', { 2073 ['use_aura==1', {
2108 'dependencies': [ 2074 'dependencies': [
2109 '../ui/aura/aura.gyp:aura', 2075 '../ui/aura/aura.gyp:aura',
2110 '../ui/aura_extra/aura_extra.gyp:aura_extra', 2076 '../ui/aura_extra/aura_extra.gyp:aura_extra',
2111 '../ui/strings/ui_strings.gyp:ui_strings', 2077 '../ui/strings/ui_strings.gyp:ui_strings',
2112 ], 2078 ],
2113 }, { 2079 }, {
2114 'sources/': [ 2080 'sources/': [
2115 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'], 2081 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'],
2116 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'], 2082 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 ], 2158 ],
2193 }], 2159 }],
2194 ['OS != "mac" and OS != "android"', { 2160 ['OS != "mac" and OS != "android"', {
2195 'sources!': [ 2161 'sources!': [
2196 'browser/gpu/gpu_surface_tracker.cc', 2162 'browser/gpu/gpu_surface_tracker.cc',
2197 'browser/gpu/gpu_surface_tracker.h', 2163 'browser/gpu/gpu_surface_tracker.h',
2198 ], 2164 ],
2199 }], 2165 }],
2200 ], 2166 ],
2201 } 2167 }
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