From 865f37920b4b2b600832017c9f3c1741a38b416a Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Sun, 23 May 2010 16:43:44 +0000 Subject: Mac: Infrastructure for serialization of OS fonts over IPC. BUG=29729 TEST=All unit tests should pass. Review URL: http://codereview.chromium.org/2131005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48002 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index d226b5d..3f69a97 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -195,6 +195,8 @@ 'common/dom_storage_common.h', 'common/deprecated/event_sys-inl.h', 'common/deprecated/event_sys.h', + 'common/font_loader_mac.h', + 'common/font_loader_mac.mm', 'common/gears_api.h', 'common/gpu_plugin.cc', 'common/gpu_plugin.h', -- cgit v1.1