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 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 'browser/frame_host/popup_menu_helper_mac.h', | 766 'browser/frame_host/popup_menu_helper_mac.h', |
767 'browser/frame_host/popup_menu_helper_mac.mm', | 767 'browser/frame_host/popup_menu_helper_mac.mm', |
768 'browser/frame_host/render_frame_host_delegate.cc', | 768 'browser/frame_host/render_frame_host_delegate.cc', |
769 'browser/frame_host/render_frame_host_delegate.h', | 769 'browser/frame_host/render_frame_host_delegate.h', |
770 'browser/frame_host/render_frame_host_factory.cc', | 770 'browser/frame_host/render_frame_host_factory.cc', |
771 'browser/frame_host/render_frame_host_factory.h', | 771 'browser/frame_host/render_frame_host_factory.h', |
772 'browser/frame_host/render_frame_host_impl.cc', | 772 'browser/frame_host/render_frame_host_impl.cc', |
773 'browser/frame_host/render_frame_host_impl.h', | 773 'browser/frame_host/render_frame_host_impl.h', |
774 'browser/frame_host/render_frame_host_manager.cc', | 774 'browser/frame_host/render_frame_host_manager.cc', |
775 'browser/frame_host/render_frame_host_manager.h', | 775 'browser/frame_host/render_frame_host_manager.h', |
776 'browser/frame_host/render_frame_message_filter.cc', | |
777 'browser/frame_host/render_frame_message_filter.h', | |
778 'browser/frame_host/render_frame_proxy_host.cc', | 776 'browser/frame_host/render_frame_proxy_host.cc', |
779 'browser/frame_host/render_frame_proxy_host.h', | 777 'browser/frame_host/render_frame_proxy_host.h', |
780 'browser/frame_host/render_widget_host_view_child_frame.cc', | 778 'browser/frame_host/render_widget_host_view_child_frame.cc', |
781 'browser/frame_host/render_widget_host_view_child_frame.h', | 779 'browser/frame_host/render_widget_host_view_child_frame.h', |
782 'browser/frame_host/render_widget_host_view_guest.cc', | 780 'browser/frame_host/render_widget_host_view_guest.cc', |
783 'browser/frame_host/render_widget_host_view_guest.h', | 781 'browser/frame_host/render_widget_host_view_guest.h', |
784 'browser/gamepad/gamepad_consumer.h', | 782 'browser/gamepad/gamepad_consumer.h', |
785 'browser/gamepad/gamepad_data_fetcher.h', | 783 'browser/gamepad/gamepad_data_fetcher.h', |
786 'browser/gamepad/gamepad_platform_data_fetcher.h', | 784 'browser/gamepad/gamepad_platform_data_fetcher.h', |
787 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', | 785 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', |
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2156 ['enable_webvr==1 and OS=="android"', { | 2154 ['enable_webvr==1 and OS=="android"', { |
2157 'sources': [ | 2155 'sources': [ |
2158 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2156 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2159 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2157 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2160 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2158 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2161 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2159 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2162 ], | 2160 ], |
2163 }], | 2161 }], |
2164 ], | 2162 ], |
2165 } | 2163 } |
OLD | NEW |