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

Unified Diff: content/content_browser.gypi

Issue 15094006: Change gpu blacklists from json resource to const string. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/software_rendering_list_json.cc ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 200312)
+++ content/content_browser.gypi (working copy)
@@ -500,12 +500,14 @@
'browser/gpu/gpu_blacklist.h',
'browser/gpu/gpu_control_list.cc',
'browser/gpu/gpu_control_list.h',
+ 'browser/gpu/gpu_control_list_jsons.h',
'browser/gpu/gpu_data_manager_impl.cc',
'browser/gpu/gpu_data_manager_impl.h',
'browser/gpu/gpu_data_manager_impl_private.cc',
'browser/gpu/gpu_data_manager_impl_private.h',
'browser/gpu/gpu_driver_bug_list.cc',
'browser/gpu/gpu_driver_bug_list.h',
+ 'browser/gpu/gpu_driver_bug_list_json.cc',
'browser/gpu/gpu_internals_ui.cc',
'browser/gpu/gpu_internals_ui.h',
'browser/gpu/gpu_process_host.cc',
@@ -516,10 +518,12 @@
'browser/gpu/gpu_surface_tracker.h',
'browser/gpu/gpu_switching_list.cc',
'browser/gpu/gpu_switching_list.h',
+ 'browser/gpu/gpu_switching_list_json.cc',
'browser/gpu/gpu_util.cc',
'browser/gpu/gpu_util.h',
'browser/gpu/shader_disk_cache.cc',
'browser/gpu/shader_disk_cache.h',
+ 'browser/gpu/software_rendering_list_json.cc',
'browser/histogram_controller.cc',
'browser/histogram_controller.h',
'browser/histogram_internals_request_job.cc',
« no previous file with comments | « content/browser/gpu/software_rendering_list_json.cc ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698