Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: content/content_browser.gypi

Issue 1778693002: Revert of Get rid of gpu related switches by passing gpu::GpuPreferences via IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/common/gpu/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'public/browser/favicon_status.h', 179 'public/browser/favicon_status.h',
180 'public/browser/file_descriptor_info.h', 180 'public/browser/file_descriptor_info.h',
181 'public/browser/focused_node_details.h', 181 'public/browser/focused_node_details.h',
182 'public/browser/font_list_async.h', 182 'public/browser/font_list_async.h',
183 'public/browser/geolocation_provider.h', 183 'public/browser/geolocation_provider.h',
184 'public/browser/global_request_id.h', 184 'public/browser/global_request_id.h',
185 'public/browser/gpu_data_manager.h', 185 'public/browser/gpu_data_manager.h',
186 'public/browser/gpu_data_manager_observer.h', 186 'public/browser/gpu_data_manager_observer.h',
187 'public/browser/gpu_service_registry.cc', 187 'public/browser/gpu_service_registry.cc',
188 'public/browser/gpu_service_registry.h', 188 'public/browser/gpu_service_registry.h',
189 'public/browser/gpu_utils.cc',
190 'public/browser/gpu_utils.h',
191 'public/browser/histogram_fetcher.h', 189 'public/browser/histogram_fetcher.h',
192 'public/browser/host_zoom_map.h', 190 'public/browser/host_zoom_map.h',
193 'public/browser/indexed_db_context.h', 191 'public/browser/indexed_db_context.h',
194 'public/browser/indexed_db_info.h', 192 'public/browser/indexed_db_info.h',
195 'public/browser/interstitial_page.h', 193 'public/browser/interstitial_page.h',
196 'public/browser/interstitial_page_delegate.cc', 194 'public/browser/interstitial_page_delegate.cc',
197 'public/browser/interstitial_page_delegate.h', 195 'public/browser/interstitial_page_delegate.h',
198 'public/browser/invalidate_type.h', 196 'public/browser/invalidate_type.h',
199 'public/browser/javascript_dialog_manager.cc', 197 'public/browser/javascript_dialog_manager.cc',
200 'public/browser/javascript_dialog_manager.h', 198 'public/browser/javascript_dialog_manager.h',
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2194 ['enable_webvr==1 and OS=="android"', { 2192 ['enable_webvr==1 and OS=="android"', {
2195 'sources': [ 2193 'sources': [
2196 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2194 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2197 'browser/vr/android/cardboard/cardboard_vr_device.h', 2195 'browser/vr/android/cardboard/cardboard_vr_device.h',
2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2196 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2199 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2200 ], 2198 ],
2201 }], 2199 }],
2202 ], 2200 ],
2203 } 2201 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698