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

Unified Diff: content/content_common.gypi

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 97590dfc1079b75503e43e788c246327bd771722..01a3c9a454f05e57f7e54a06d04741befb41555f 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -110,6 +110,7 @@
'public/common/push_messaging_status.h',
'public/common/referrer.cc',
'public/common/referrer.h',
+ 'public/common/render_font_warmup_win.h',
'public/common/renderer_preferences.cc',
'public/common/renderer_preferences.h',
'public/common/request_context_frame_type.h',
@@ -486,6 +487,7 @@
'common/process_type.cc',
'common/push_messaging_messages.h',
'common/quota_messages.h',
+ 'common/render_font_warmup_win.cc',
'common/resource_messages.cc',
'common/resource_messages.h',
'common/resource_request_body.cc',

Powered by Google App Engine
This is Rietveld 408576698