summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 16:03:11 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-15 16:03:11 +0000
commitd56ecf9292deaa737f7523589e95437f16d92c6b (patch)
treedefe392fb763429cd65c0bbbaf4c39a232f956ad /content/content_tests.gypi
parent6aae28d4394aa30785f31530e20c6a259ef39e01 (diff)
downloadchromium_src-d56ecf9292deaa737f7523589e95437f16d92c6b.zip
chromium_src-d56ecf9292deaa737f7523589e95437f16d92c6b.tar.gz
chromium_src-d56ecf9292deaa737f7523589e95437f16d92c6b.tar.bz2
Move GpuBlacklist out of content and into chrome. All content needs to know is which features are enabled.
-moved GputFeatureFlags into the public API. The to/from string functions are only used by chrome now, so they moved to chrome\brower\gpu_util. I made the public API just an enum to match the rest of the Content API. -moved the stats related code to chrome, since content doesn't need to know about it, and the callers were chrome code (i.e. GPUInterals and TracingUI) -removed the UserData caching struct since it was now called by code in both content and chrome. I switched to modifying the current process's command line instead which I think also makes things simpler In a followup change, I'll create a minimal interface around GpuDataManager that is exposed to embedders. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9360035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 19077ca..90be605 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -215,7 +215,6 @@
'browser/geolocation/wifi_data_provider_unittest_win.cc',
'browser/geolocation/win7_location_api_unittest_win.cc',
'browser/geolocation/win7_location_provider_unittest_win.cc',
- 'browser/gpu/gpu_blacklist_unittest.cc',
'browser/host_zoom_map_impl_unittest.cc',
'browser/in_process_webkit/dom_storage_unittest.cc',
'browser/in_process_webkit/indexed_db_quota_client_unittest.cc',
@@ -256,7 +255,6 @@
'browser/trace_subscriber_stdio_unittest.cc',
'common/mac/attributed_string_coder_unittest.mm',
'common/mac/font_descriptor_unittest.mm',
- 'common/gpu/gpu_feature_flags_unittest.cc',
'common/gpu/gpu_info_unittest.cc',
'common/gpu/gpu_memory_manager_unittest.cc',
'common/hi_res_timer_manager_unittest.cc',