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', |
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 'browser/frame_host/render_frame_host_manager.cc', | 802 'browser/frame_host/render_frame_host_manager.cc', |
803 'browser/frame_host/render_frame_host_manager.h', | 803 'browser/frame_host/render_frame_host_manager.h', |
804 'browser/frame_host/render_frame_message_filter.cc', | 804 'browser/frame_host/render_frame_message_filter.cc', |
805 'browser/frame_host/render_frame_message_filter.h', | 805 'browser/frame_host/render_frame_message_filter.h', |
806 'browser/frame_host/render_frame_proxy_host.cc', | 806 'browser/frame_host/render_frame_proxy_host.cc', |
807 'browser/frame_host/render_frame_proxy_host.h', | 807 'browser/frame_host/render_frame_proxy_host.h', |
808 'browser/frame_host/render_widget_host_view_child_frame.cc', | 808 'browser/frame_host/render_widget_host_view_child_frame.cc', |
809 'browser/frame_host/render_widget_host_view_child_frame.h', | 809 'browser/frame_host/render_widget_host_view_child_frame.h', |
810 'browser/frame_host/render_widget_host_view_guest.cc', | 810 'browser/frame_host/render_widget_host_view_guest.cc', |
811 'browser/frame_host/render_widget_host_view_guest.h', | 811 'browser/frame_host/render_widget_host_view_guest.h', |
812 'browser/gamepad/gamepad_consumer.h', | |
813 'browser/gamepad/gamepad_data_fetcher.cc', | |
814 'browser/gamepad/gamepad_data_fetcher.h', | |
815 'browser/gamepad/gamepad_platform_data_fetcher.h', | |
816 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', | |
817 'browser/gamepad/gamepad_platform_data_fetcher_android.h', | |
818 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | |
819 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', | |
820 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', | |
821 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', | |
822 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', | |
823 'browser/gamepad/gamepad_platform_data_fetcher_win.h', | |
824 'browser/gamepad/gamepad_provider.cc', | |
825 'browser/gamepad/gamepad_provider.h', | |
826 'browser/gamepad/gamepad_service.cc', | 812 'browser/gamepad/gamepad_service.cc', |
827 'browser/gamepad/gamepad_service.h', | 813 'browser/gamepad/gamepad_service.h', |
828 'browser/gamepad/gamepad_standard_mappings.cc', | 814 'browser/gamepad/gamepad_shared_buffer_impl.cc', |
829 'browser/gamepad/gamepad_standard_mappings.h', | 815 'browser/gamepad/gamepad_shared_buffer_impl.h', |
830 'browser/gamepad/gamepad_standard_mappings_linux.cc', | |
831 'browser/gamepad/gamepad_standard_mappings_mac.mm', | |
832 'browser/gamepad/gamepad_standard_mappings_win.cc', | |
833 'browser/gamepad/raw_input_data_fetcher_win.cc', | |
834 'browser/gamepad/raw_input_data_fetcher_win.h', | |
835 'browser/gamepad/xbox_data_fetcher_mac.cc', | |
836 'browser/gamepad/xbox_data_fetcher_mac.h', | |
837 'browser/geolocation/empty_wifi_data_provider.cc', | 816 'browser/geolocation/empty_wifi_data_provider.cc', |
838 'browser/geolocation/empty_wifi_data_provider.h', | 817 'browser/geolocation/empty_wifi_data_provider.h', |
839 'browser/geolocation/geolocation_provider_impl.cc', | 818 'browser/geolocation/geolocation_provider_impl.cc', |
840 'browser/geolocation/geolocation_provider_impl.h', | 819 'browser/geolocation/geolocation_provider_impl.h', |
841 'browser/geolocation/geolocation_service_context.cc', | 820 'browser/geolocation/geolocation_service_context.cc', |
842 'browser/geolocation/geolocation_service_context.h', | 821 'browser/geolocation/geolocation_service_context.h', |
843 'browser/geolocation/geolocation_service_impl.cc', | 822 'browser/geolocation/geolocation_service_impl.cc', |
844 'browser/geolocation/geolocation_service_impl.h', | 823 'browser/geolocation/geolocation_service_impl.h', |
845 'browser/geolocation/location_api_adapter_android.cc', | 824 'browser/geolocation/location_api_adapter_android.cc', |
846 'browser/geolocation/location_api_adapter_android.h', | 825 'browser/geolocation/location_api_adapter_android.h', |
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2196 ], | 2175 ], |
2197 }], | 2176 }], |
2198 ['OS != "mac" and OS != "android"', { | 2177 ['OS != "mac" and OS != "android"', { |
2199 'sources!': [ | 2178 'sources!': [ |
2200 'browser/gpu/gpu_surface_tracker.cc', | 2179 'browser/gpu/gpu_surface_tracker.cc', |
2201 'browser/gpu/gpu_surface_tracker.h', | 2180 'browser/gpu/gpu_surface_tracker.h', |
2202 ], | 2181 ], |
2203 }], | 2182 }], |
2204 ], | 2183 ], |
2205 } | 2184 } |
OLD | NEW |