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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'public/browser/render_process_host.h', | 229 'public/browser/render_process_host.h', |
230 'public/browser/render_process_host_factory.h', | 230 'public/browser/render_process_host_factory.h', |
231 'public/browser/render_process_host_observer.h', | 231 'public/browser/render_process_host_observer.h', |
232 'public/browser/render_view_host.h', | 232 'public/browser/render_view_host.h', |
233 'public/browser/render_widget_host.h', | 233 'public/browser/render_widget_host.h', |
234 'public/browser/render_widget_host_view.h', | 234 'public/browser/render_widget_host_view.h', |
235 'public/browser/render_widget_host_view_frame_subscriber.h', | 235 'public/browser/render_widget_host_view_frame_subscriber.h', |
236 'public/browser/render_widget_host_view_mac_delegate.h', | 236 'public/browser/render_widget_host_view_mac_delegate.h', |
237 'public/browser/resource_context.h', | 237 'public/browser/resource_context.h', |
238 'public/browser/resource_controller.h', | 238 'public/browser/resource_controller.h', |
| 239 'public/browser/resource_dispatcher_host.cc', |
239 'public/browser/resource_dispatcher_host.h', | 240 'public/browser/resource_dispatcher_host.h', |
240 'public/browser/resource_dispatcher_host_delegate.cc', | 241 'public/browser/resource_dispatcher_host_delegate.cc', |
241 'public/browser/resource_dispatcher_host_delegate.h', | 242 'public/browser/resource_dispatcher_host_delegate.h', |
242 'public/browser/resource_dispatcher_host_login_delegate.h', | 243 'public/browser/resource_dispatcher_host_login_delegate.h', |
243 'public/browser/resource_request_details.cc', | 244 'public/browser/resource_request_details.cc', |
244 'public/browser/resource_request_details.h', | 245 'public/browser/resource_request_details.h', |
245 'public/browser/resource_request_info.h', | 246 'public/browser/resource_request_info.h', |
246 'public/browser/resource_throttle.h', | 247 'public/browser/resource_throttle.h', |
247 'public/browser/save_page_type.h', | 248 'public/browser/save_page_type.h', |
248 'public/browser/screen_orientation_delegate.h', | 249 'public/browser/screen_orientation_delegate.h', |
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2211 ['enable_webvr==1 and OS=="android"', { | 2212 ['enable_webvr==1 and OS=="android"', { |
2212 'sources': [ | 2213 'sources': [ |
2213 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2214 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2214 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2215 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2217 ], | 2218 ], |
2218 }], | 2219 }], |
2219 ], | 2220 ], |
2220 } | 2221 } |
OLD | NEW |