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

Side by Side Diff: content/content_browser.gypi

Issue 12976004: Generalzie GpuBlacklist to GpuControlList. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('k') | content/content_resources.grd » ('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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'browser/geolocation/wifi_data_provider_win.h', 476 'browser/geolocation/wifi_data_provider_win.h',
477 'browser/geolocation/win7_location_api_win.cc', 477 'browser/geolocation/win7_location_api_win.cc',
478 'browser/geolocation/win7_location_api_win.h', 478 'browser/geolocation/win7_location_api_win.h',
479 'browser/geolocation/win7_location_provider_win.cc', 479 'browser/geolocation/win7_location_provider_win.cc',
480 'browser/geolocation/win7_location_provider_win.h', 480 'browser/geolocation/win7_location_provider_win.h',
481 'browser/gpu/browser_gpu_channel_host_factory.cc', 481 'browser/gpu/browser_gpu_channel_host_factory.cc',
482 'browser/gpu/browser_gpu_channel_host_factory.h', 482 'browser/gpu/browser_gpu_channel_host_factory.h',
483 'browser/gpu/compositor_util.cc', 483 'browser/gpu/compositor_util.cc',
484 'browser/gpu/gpu_blacklist.cc', 484 'browser/gpu/gpu_blacklist.cc',
485 'browser/gpu/gpu_blacklist.h', 485 'browser/gpu/gpu_blacklist.h',
486 'browser/gpu/gpu_control_list.cc',
487 'browser/gpu/gpu_control_list.h',
486 'browser/gpu/gpu_data_manager_impl.cc', 488 'browser/gpu/gpu_data_manager_impl.cc',
487 'browser/gpu/gpu_data_manager_impl.h', 489 'browser/gpu/gpu_data_manager_impl.h',
490 'browser/gpu/gpu_driver_bug_list.cc',
491 'browser/gpu/gpu_driver_bug_list.h',
488 'browser/gpu/gpu_internals_ui.cc', 492 'browser/gpu/gpu_internals_ui.cc',
489 'browser/gpu/gpu_internals_ui.h', 493 'browser/gpu/gpu_internals_ui.h',
490 'browser/gpu/gpu_process_host.cc', 494 'browser/gpu/gpu_process_host.cc',
491 'browser/gpu/gpu_process_host.h', 495 'browser/gpu/gpu_process_host.h',
492 'browser/gpu/gpu_process_host_ui_shim.cc', 496 'browser/gpu/gpu_process_host_ui_shim.cc',
493 'browser/gpu/gpu_process_host_ui_shim.h', 497 'browser/gpu/gpu_process_host_ui_shim.h',
494 'browser/gpu/gpu_surface_tracker.cc', 498 'browser/gpu/gpu_surface_tracker.cc',
495 'browser/gpu/gpu_surface_tracker.h', 499 'browser/gpu/gpu_surface_tracker.h',
500 'browser/gpu/gpu_switching_list.cc',
501 'browser/gpu/gpu_switching_list.h',
496 'browser/gpu/gpu_util.cc', 502 'browser/gpu/gpu_util.cc',
497 'browser/gpu/gpu_util.h', 503 'browser/gpu/gpu_util.h',
498 'browser/gpu/shader_disk_cache.cc', 504 'browser/gpu/shader_disk_cache.cc',
499 'browser/gpu/shader_disk_cache.h', 505 'browser/gpu/shader_disk_cache.h',
500 'browser/histogram_controller.cc', 506 'browser/histogram_controller.cc',
501 'browser/histogram_controller.h', 507 'browser/histogram_controller.h',
502 'browser/histogram_internals_request_job.cc', 508 'browser/histogram_internals_request_job.cc',
503 'browser/histogram_internals_request_job.h', 509 'browser/histogram_internals_request_job.h',
504 'browser/histogram_message_filter.cc', 510 'browser/histogram_message_filter.cc',
505 'browser/histogram_message_filter.h', 511 'browser/histogram_message_filter.h',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 ['exclude', '^browser/speech/'], 1280 ['exclude', '^browser/speech/'],
1275 ], 1281 ],
1276 }], 1282 }],
1277 ['linux_use_libgps==1', { 1283 ['linux_use_libgps==1', {
1278 'dependencies': [ 1284 'dependencies': [
1279 '../build/linux/system.gyp:libgps', 1285 '../build/linux/system.gyp:libgps',
1280 ], 1286 ],
1281 }], 1287 }],
1282 ], 1288 ],
1283 } 1289 }
OLDNEW
« no previous file with comments | « content/browser/gpu/software_rendering_list.json ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698