OLD | NEW |
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/gamepad/gamepad.gyp:device_gamepad', |
20 '../device/usb/usb.gyp:device_usb', | 21 '../device/usb/usb.gyp:device_usb', |
21 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block
er', | 22 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block
er', |
22 '../device/vibration/vibration.gyp:device_vibration', | 23 '../device/vibration/vibration.gyp:device_vibration', |
23 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 24 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
24 '../gin/gin.gyp:gin', | 25 '../gin/gin.gyp:gin', |
25 '../google_apis/google_apis.gyp:google_apis', | 26 '../google_apis/google_apis.gyp:google_apis', |
26 '../gpu/gpu.gyp:gpu', | 27 '../gpu/gpu.gyp:gpu', |
27 '../gpu/gpu.gyp:gpu_ipc_client', | 28 '../gpu/gpu.gyp:gpu_ipc_client', |
28 '../gpu/gpu.gyp:gpu_ipc_common', | 29 '../gpu/gpu.gyp:gpu_ipc_common', |
29 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', | 30 '../media/mojo/interfaces/mojo_bindings.gyp:image_capture_mojo_bindings', |
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1873 '<@(public_browser_sources)', | 1853 '<@(public_browser_sources)', |
1874 '<@(private_browser_sources)', | 1854 '<@(private_browser_sources)', |
1875 ], | 1855 ], |
1876 'conditions': [ | 1856 'conditions': [ |
1877 ['OS != "win"', { | 1857 ['OS != "win"', { |
1878 'sources': [ | 1858 'sources': [ |
1879 'browser/file_descriptor_info_impl.cc', | 1859 'browser/file_descriptor_info_impl.cc', |
1880 'browser/file_descriptor_info_impl.h', | 1860 'browser/file_descriptor_info_impl.h', |
1881 ] | 1861 ] |
1882 }], | 1862 }], |
1883 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0)
', { | |
1884 'sources': [ | |
1885 'browser/gamepad/gamepad_platform_data_fetcher.cc', | |
1886 ] | |
1887 }], | |
1888 ['debug_devtools==1', { | 1863 ['debug_devtools==1', { |
1889 'defines': [ | 1864 'defines': [ |
1890 'DEBUG_DEVTOOLS=1', | 1865 'DEBUG_DEVTOOLS=1', |
1891 ], | 1866 ], |
1892 }], | 1867 }], |
1893 ['enable_basic_printing==1 or enable_print_preview==1', { | 1868 ['enable_basic_printing==1 or enable_print_preview==1', { |
1894 'dependencies': [ | 1869 'dependencies': [ |
1895 '../printing/printing.gyp:printing', | 1870 '../printing/printing.gyp:printing', |
1896 ], | 1871 ], |
1897 }], | 1872 }], |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2003 }, | 1978 }, |
2004 'sources': [ | 1979 'sources': [ |
2005 '<@(auralinux_browser_sources)', | 1980 '<@(auralinux_browser_sources)', |
2006 ], | 1981 ], |
2007 }], | 1982 }], |
2008 ['use_udev == 1', { | 1983 ['use_udev == 1', { |
2009 'dependencies': [ | 1984 'dependencies': [ |
2010 '../device/udev_linux/udev.gyp:udev_linux', | 1985 '../device/udev_linux/udev.gyp:udev_linux', |
2011 '../media/capture/capture.gyp:capture', | 1986 '../media/capture/capture.gyp:capture', |
2012 ], | 1987 ], |
2013 }, { | |
2014 'sources!': [ | |
2015 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | |
2016 ], | |
2017 }], | 1988 }], |
2018 ['OS=="linux" and use_aura==1', { | 1989 ['OS=="linux" and use_aura==1', { |
2019 'dependencies': [ | 1990 'dependencies': [ |
2020 '../build/linux/system.gyp:fontconfig', | 1991 '../build/linux/system.gyp:fontconfig', |
2021 ], | 1992 ], |
2022 }], | 1993 }], |
2023 ['use_x11==1', { | 1994 ['use_x11==1', { |
2024 'dependencies': [ | 1995 'dependencies': [ |
2025 '../build/linux/system.gyp:x11', | 1996 '../build/linux/system.gyp:x11', |
2026 '../ui/base/x/ui_base_x.gyp:ui_base_x', | 1997 '../ui/base/x/ui_base_x.gyp:ui_base_x', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2095 'dependencies': [ | 2066 'dependencies': [ |
2096 '../build/linux/system.gyp:dbus', | 2067 '../build/linux/system.gyp:dbus', |
2097 '../chromeos/chromeos.gyp:chromeos', | 2068 '../chromeos/chromeos.gyp:chromeos', |
2098 '../chromeos/chromeos.gyp:power_manager_proto', | 2069 '../chromeos/chromeos.gyp:power_manager_proto', |
2099 ], | 2070 ], |
2100 'sources!': [ | 2071 'sources!': [ |
2101 'browser/device_sensors/data_fetcher_shared_memory_default.cc', | 2072 'browser/device_sensors/data_fetcher_shared_memory_default.cc', |
2102 'browser/geolocation/wifi_data_provider_linux.cc', | 2073 'browser/geolocation/wifi_data_provider_linux.cc', |
2103 ], | 2074 ], |
2104 }], | 2075 }], |
2105 ['os_bsd==1', { | |
2106 'sources/': [ | |
2107 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], | |
2108 ], | |
2109 }], | |
2110 ['use_aura==1', { | 2076 ['use_aura==1', { |
2111 'dependencies': [ | 2077 'dependencies': [ |
2112 '../ui/aura/aura.gyp:aura', | 2078 '../ui/aura/aura.gyp:aura', |
2113 '../ui/aura_extra/aura_extra.gyp:aura_extra', | 2079 '../ui/aura_extra/aura_extra.gyp:aura_extra', |
2114 '../ui/strings/ui_strings.gyp:ui_strings', | 2080 '../ui/strings/ui_strings.gyp:ui_strings', |
2115 ], | 2081 ], |
2116 }, { | 2082 }, { |
2117 'sources/': [ | 2083 'sources/': [ |
2118 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'], | 2084 ['exclude', '^browser/media/capture/cursor_renderer_aura.cc'], |
2119 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'], | 2085 ['exclude', '^browser/media/capture/cursor_renderer_aura.h'], |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2195 ], | 2161 ], |
2196 }], | 2162 }], |
2197 ['OS != "mac" and OS != "android"', { | 2163 ['OS != "mac" and OS != "android"', { |
2198 'sources!': [ | 2164 'sources!': [ |
2199 'browser/gpu/gpu_surface_tracker.cc', | 2165 'browser/gpu/gpu_surface_tracker.cc', |
2200 'browser/gpu/gpu_surface_tracker.h', | 2166 'browser/gpu/gpu_surface_tracker.h', |
2201 ], | 2167 ], |
2202 }], | 2168 }], |
2203 ], | 2169 ], |
2204 } | 2170 } |
OLD | NEW |