| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'public/browser/file_descriptor_info.h', | 192 'public/browser/file_descriptor_info.h', |
| 193 'public/browser/focused_node_details.h', | 193 'public/browser/focused_node_details.h', |
| 194 'public/browser/font_list_async.h', | 194 'public/browser/font_list_async.h', |
| 195 'public/browser/global_request_id.h', | 195 'public/browser/global_request_id.h', |
| 196 'public/browser/gpu_data_manager.h', | 196 'public/browser/gpu_data_manager.h', |
| 197 'public/browser/gpu_data_manager_observer.h', | 197 'public/browser/gpu_data_manager_observer.h', |
| 198 'public/browser/gpu_service_registry.cc', | 198 'public/browser/gpu_service_registry.cc', |
| 199 'public/browser/gpu_service_registry.h', | 199 'public/browser/gpu_service_registry.h', |
| 200 'public/browser/gpu_utils.cc', | 200 'public/browser/gpu_utils.cc', |
| 201 'public/browser/gpu_utils.h', | 201 'public/browser/gpu_utils.h', |
| 202 'public/browser/guest_mode.cc', |
| 203 'public/browser/guest_mode.h', |
| 202 'public/browser/histogram_fetcher.h', | 204 'public/browser/histogram_fetcher.h', |
| 203 'public/browser/host_zoom_map.h', | 205 'public/browser/host_zoom_map.h', |
| 204 'public/browser/indexed_db_context.h', | 206 'public/browser/indexed_db_context.h', |
| 205 'public/browser/indexed_db_info.h', | 207 'public/browser/indexed_db_info.h', |
| 206 'public/browser/interstitial_page.h', | 208 'public/browser/interstitial_page.h', |
| 207 'public/browser/interstitial_page_delegate.cc', | 209 'public/browser/interstitial_page_delegate.cc', |
| 208 'public/browser/interstitial_page_delegate.h', | 210 'public/browser/interstitial_page_delegate.h', |
| 209 'public/browser/invalidate_type.h', | 211 'public/browser/invalidate_type.h', |
| 210 'public/browser/javascript_dialog_manager.cc', | 212 'public/browser/javascript_dialog_manager.cc', |
| 211 'public/browser/javascript_dialog_manager.h', | 213 'public/browser/javascript_dialog_manager.h', |
| (...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2112 ], | 2114 ], |
| 2113 }], | 2115 }], |
| 2114 ['OS != "mac" and OS != "android"', { | 2116 ['OS != "mac" and OS != "android"', { |
| 2115 'sources!': [ | 2117 'sources!': [ |
| 2116 'browser/gpu/gpu_surface_tracker.cc', | 2118 'browser/gpu/gpu_surface_tracker.cc', |
| 2117 'browser/gpu/gpu_surface_tracker.h', | 2119 'browser/gpu/gpu_surface_tracker.h', |
| 2118 ], | 2120 ], |
| 2119 }], | 2121 }], |
| 2120 ], | 2122 ], |
| 2121 } | 2123 } |
| OLD | NEW |