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

Unified Diff: content/content_browser.gypi

Issue 12500009: Add the ability to clear the shader disk cache. (Closed) Base URL: svn://svn.chromium.org/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 side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 33b9aca7925f7c3f181993f7240dbf81c1ce4d84..fe3f33c5acd1906a09f1eff8a3dfdca0489b955e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -145,6 +145,7 @@
'public/browser/resource_throttle.h',
'public/browser/save_page_type.h',
'public/browser/session_storage_namespace.h',
+ 'public/browser/shader_disk_cache.h',
'public/browser/site_instance.h',
'public/browser/speech_recognition_event_listener.h',
'public/browser/speech_recognition_manager.h',
@@ -495,8 +496,8 @@
'browser/gpu/gpu_surface_tracker.h',
'browser/gpu/gpu_util.cc',
'browser/gpu/gpu_util.h',
- 'browser/gpu/shader_disk_cache.cc',
- 'browser/gpu/shader_disk_cache.h',
+ 'browser/gpu/shader_disk_cache_impl.cc',
+ 'browser/gpu/shader_disk_cache_impl.h',
'browser/histogram_controller.cc',
'browser/histogram_controller.h',
'browser/histogram_internals_request_job.cc',

Powered by Google App Engine
This is Rietveld 408576698