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/mime_util/mime_util.gyp:mime_util', | 10 '../components/mime_util/mime_util.gyp:mime_util', |
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1187 'browser/renderer_host/dwrite_font_proxy_message_filter_win.h', | 1187 'browser/renderer_host/dwrite_font_proxy_message_filter_win.h', |
1188 'browser/renderer_host/event_with_latency_info.h', | 1188 'browser/renderer_host/event_with_latency_info.h', |
1189 'browser/renderer_host/file_utilities_message_filter.cc', | 1189 'browser/renderer_host/file_utilities_message_filter.cc', |
1190 'browser/renderer_host/file_utilities_message_filter.h', | 1190 'browser/renderer_host/file_utilities_message_filter.h', |
1191 'browser/renderer_host/font_utils_linux.cc', | 1191 'browser/renderer_host/font_utils_linux.cc', |
1192 'browser/renderer_host/font_utils_linux.h', | 1192 'browser/renderer_host/font_utils_linux.h', |
1193 'browser/renderer_host/frame_metadata_util.cc', | 1193 'browser/renderer_host/frame_metadata_util.cc', |
1194 'browser/renderer_host/frame_metadata_util.h', | 1194 'browser/renderer_host/frame_metadata_util.h', |
1195 'browser/renderer_host/gamepad_browser_message_filter.cc', | 1195 'browser/renderer_host/gamepad_browser_message_filter.cc', |
1196 'browser/renderer_host/gamepad_browser_message_filter.h', | 1196 'browser/renderer_host/gamepad_browser_message_filter.h', |
1197 'browser/renderer_host/gpu_message_filter.cc', | |
1198 'browser/renderer_host/gpu_message_filter.h', | |
1199 'browser/renderer_host/input/gesture_event_queue.cc', | 1197 'browser/renderer_host/input/gesture_event_queue.cc', |
1200 'browser/renderer_host/input/gesture_event_queue.h', | 1198 'browser/renderer_host/input/gesture_event_queue.h', |
1201 'browser/renderer_host/input/input_ack_handler.h', | 1199 'browser/renderer_host/input/input_ack_handler.h', |
1202 'browser/renderer_host/input/input_router.h', | 1200 'browser/renderer_host/input/input_router.h', |
1203 'browser/renderer_host/input/input_router_client.h', | 1201 'browser/renderer_host/input/input_router_client.h', |
1204 'browser/renderer_host/input/input_router_config_helper.cc', | 1202 'browser/renderer_host/input/input_router_config_helper.cc', |
1205 'browser/renderer_host/input/input_router_config_helper.h', | 1203 'browser/renderer_host/input/input_router_config_helper.h', |
1206 'browser/renderer_host/input/input_router_impl.cc', | 1204 'browser/renderer_host/input/input_router_impl.cc', |
1207 'browser/renderer_host/input/input_router_impl.h', | 1205 'browser/renderer_host/input/input_router_impl.h', |
1208 'browser/renderer_host/input/motion_event_web.cc', | 1206 'browser/renderer_host/input/motion_event_web.cc', |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2206 ['enable_webvr==1 and OS=="android"', { | 2204 ['enable_webvr==1 and OS=="android"', { |
2207 'sources': [ | 2205 'sources': [ |
2208 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2206 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2209 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2207 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2210 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2208 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2209 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2212 ], | 2210 ], |
2213 }], | 2211 }], |
2214 ], | 2212 ], |
2215 } | 2213 } |
OLD | NEW |