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

Unified Diff: content/content_common.gypi

Issue 724633002: DirectWrite Font Cache browser side hookup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enforcing cache file size limit 20MB and reducing cached percentile. Created 6 years, 1 month 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/content_browser.gypi ('k') | content/public/common/dwrite_font_cache_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4a091e7aa6aaeea6f4824e8375be09171e6cff21..061a1a885eeeed7cec5c1feeb9457c57c0313b2b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -57,7 +57,7 @@
'public/common/context_menu_params.h',
'public/common/drop_data.cc',
'public/common/drop_data.h',
- 'public/common/dwrite_font_cache_win.h',
+ 'public/common/dwrite_font_platform_win.h',
'public/common/favicon_url.cc',
'public/common/favicon_url.h',
'public/common/file_chooser_file_info.cc',
@@ -218,7 +218,6 @@
'common/drag_messages.h',
'common/drag_traits.h',
'common/dwrite_font_platform_win.cc',
- 'common/dwrite_font_platform_win.h',
'common/edit_command.h',
'common/file_utilities_messages.h',
'common/fileapi/file_system_messages.h',
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/dwrite_font_cache_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698