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

Side by Side Diff: content/content_browser.gypi

Issue 9963094: Revert 130258 - Make it possible to blacklist gpu's based on the Windows experience index. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src/
Patch Set: Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/content_common.gypi » ('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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'browser/geolocation/wifi_data_provider_win.cc', 304 'browser/geolocation/wifi_data_provider_win.cc',
305 'browser/geolocation/wifi_data_provider_win.h', 305 'browser/geolocation/wifi_data_provider_win.h',
306 'browser/geolocation/win7_location_api_win.cc', 306 'browser/geolocation/win7_location_api_win.cc',
307 'browser/geolocation/win7_location_api_win.h', 307 'browser/geolocation/win7_location_api_win.h',
308 'browser/geolocation/win7_location_provider_win.cc', 308 'browser/geolocation/win7_location_provider_win.cc',
309 'browser/geolocation/win7_location_provider_win.h', 309 'browser/geolocation/win7_location_provider_win.h',
310 'browser/gpu/gpu_blacklist.cc', 310 'browser/gpu/gpu_blacklist.cc',
311 'browser/gpu/gpu_blacklist.h', 311 'browser/gpu/gpu_blacklist.h',
312 'browser/gpu/gpu_data_manager.cc', 312 'browser/gpu/gpu_data_manager.cc',
313 'browser/gpu/gpu_data_manager.h', 313 'browser/gpu/gpu_data_manager.h',
314 'browser/gpu/gpu_performance_stats.cc',
315 'browser/gpu/gpu_performance_stats.h',
316 'browser/gpu/gpu_performance_stats_win.cc',
314 'browser/gpu/gpu_process_host.cc', 317 'browser/gpu/gpu_process_host.cc',
315 'browser/gpu/gpu_process_host.h', 318 'browser/gpu/gpu_process_host.h',
316 'browser/gpu/gpu_process_host_ui_shim.cc', 319 'browser/gpu/gpu_process_host_ui_shim.cc',
317 'browser/gpu/gpu_process_host_ui_shim.h', 320 'browser/gpu/gpu_process_host_ui_shim.h',
318 'browser/gpu/gpu_surface_tracker.cc', 321 'browser/gpu/gpu_surface_tracker.cc',
319 'browser/gpu/gpu_surface_tracker.h', 322 'browser/gpu/gpu_surface_tracker.h',
320 'browser/host_zoom_map_impl.cc', 323 'browser/host_zoom_map_impl.cc',
321 'browser/host_zoom_map_impl.h', 324 'browser/host_zoom_map_impl.h',
322 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc', 325 'browser/in_process_webkit/browser_webkitplatformsupport_impl.cc',
323 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h', 326 'browser/in_process_webkit/browser_webkitplatformsupport_impl.h',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'ENABLE_JAVA_BRIDGE', 834 'ENABLE_JAVA_BRIDGE',
832 ], 835 ],
833 }, { 836 }, {
834 'sources/': [ 837 'sources/': [
835 ['exclude', '^browser/renderer_host/java/'], 838 ['exclude', '^browser/renderer_host/java/'],
836 ], 839 ],
837 }], 840 }],
838 ], 841 ],
839 } 842 }
840 843
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698