| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'public/browser/favicon_status.h', | 178 'public/browser/favicon_status.h', |
| 179 'public/browser/file_descriptor_info.h', | 179 'public/browser/file_descriptor_info.h', |
| 180 'public/browser/focused_node_details.h', | 180 'public/browser/focused_node_details.h', |
| 181 'public/browser/font_list_async.h', | 181 'public/browser/font_list_async.h', |
| 182 'public/browser/geolocation_provider.h', | 182 'public/browser/geolocation_provider.h', |
| 183 'public/browser/global_request_id.h', | 183 'public/browser/global_request_id.h', |
| 184 'public/browser/gpu_data_manager.h', | 184 'public/browser/gpu_data_manager.h', |
| 185 'public/browser/gpu_data_manager_observer.h', | 185 'public/browser/gpu_data_manager_observer.h', |
| 186 'public/browser/gpu_service_registry.cc', | 186 'public/browser/gpu_service_registry.cc', |
| 187 'public/browser/gpu_service_registry.h', | 187 'public/browser/gpu_service_registry.h', |
| 188 'public/browser/gpu_utils.cc', |
| 189 'public/browser/gpu_utils.h', |
| 188 'public/browser/histogram_fetcher.h', | 190 'public/browser/histogram_fetcher.h', |
| 189 'public/browser/host_zoom_map.h', | 191 'public/browser/host_zoom_map.h', |
| 190 'public/browser/indexed_db_context.h', | 192 'public/browser/indexed_db_context.h', |
| 191 'public/browser/indexed_db_info.h', | 193 'public/browser/indexed_db_info.h', |
| 192 'public/browser/interstitial_page.h', | 194 'public/browser/interstitial_page.h', |
| 193 'public/browser/interstitial_page_delegate.cc', | 195 'public/browser/interstitial_page_delegate.cc', |
| 194 'public/browser/interstitial_page_delegate.h', | 196 'public/browser/interstitial_page_delegate.h', |
| 195 'public/browser/invalidate_type.h', | 197 'public/browser/invalidate_type.h', |
| 196 'public/browser/javascript_dialog_manager.cc', | 198 'public/browser/javascript_dialog_manager.cc', |
| 197 'public/browser/javascript_dialog_manager.h', | 199 'public/browser/javascript_dialog_manager.h', |
| (...skipping 1998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2196 ['enable_webvr==1 and OS=="android"', { | 2198 ['enable_webvr==1 and OS=="android"', { |
| 2197 'sources': [ | 2199 'sources': [ |
| 2198 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2200 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2199 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2201 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2200 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2202 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2203 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2202 ], | 2204 ], |
| 2203 }], | 2205 }], |
| 2204 ], | 2206 ], |
| 2205 } | 2207 } |
| OLD | NEW |