| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'public/browser/download_manager_delegate.h', | 182 'public/browser/download_manager_delegate.h', |
| 183 'public/browser/download_save_info.cc', | 183 'public/browser/download_save_info.cc', |
| 184 'public/browser/download_save_info.h', | 184 'public/browser/download_save_info.h', |
| 185 'public/browser/download_url_parameters.cc', | 185 'public/browser/download_url_parameters.cc', |
| 186 'public/browser/download_url_parameters.h', | 186 'public/browser/download_url_parameters.h', |
| 187 'public/browser/favicon_status.cc', | 187 'public/browser/favicon_status.cc', |
| 188 'public/browser/favicon_status.h', | 188 'public/browser/favicon_status.h', |
| 189 'public/browser/file_descriptor_info.h', | 189 'public/browser/file_descriptor_info.h', |
| 190 'public/browser/focused_node_details.h', | 190 'public/browser/focused_node_details.h', |
| 191 'public/browser/font_list_async.h', | 191 'public/browser/font_list_async.h', |
| 192 'public/browser/geolocation_provider.cc', |
| 192 'public/browser/geolocation_provider.h', | 193 'public/browser/geolocation_provider.h', |
| 193 'public/browser/global_request_id.h', | 194 'public/browser/global_request_id.h', |
| 194 'public/browser/gpu_data_manager.h', | 195 'public/browser/gpu_data_manager.h', |
| 195 'public/browser/gpu_data_manager_observer.h', | 196 'public/browser/gpu_data_manager_observer.h', |
| 196 'public/browser/gpu_service_registry.cc', | 197 'public/browser/gpu_service_registry.cc', |
| 197 'public/browser/gpu_service_registry.h', | 198 'public/browser/gpu_service_registry.h', |
| 198 'public/browser/gpu_utils.cc', | 199 'public/browser/gpu_utils.cc', |
| 199 'public/browser/gpu_utils.h', | 200 'public/browser/gpu_utils.h', |
| 200 'public/browser/histogram_fetcher.h', | 201 'public/browser/histogram_fetcher.h', |
| 201 'public/browser/host_zoom_map.h', | 202 'public/browser/host_zoom_map.h', |
| (...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2195 ], | 2196 ], |
| 2196 }], | 2197 }], |
| 2197 ['OS != "mac" and OS != "android"', { | 2198 ['OS != "mac" and OS != "android"', { |
| 2198 'sources!': [ | 2199 'sources!': [ |
| 2199 'browser/gpu/gpu_surface_tracker.cc', | 2200 'browser/gpu/gpu_surface_tracker.cc', |
| 2200 'browser/gpu/gpu_surface_tracker.h', | 2201 'browser/gpu/gpu_surface_tracker.h', |
| 2201 ], | 2202 ], |
| 2202 }], | 2203 }], |
| 2203 ], | 2204 ], |
| 2204 } | 2205 } |
| OLD | NEW |