diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 17:06:09 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 17:06:09 +0000 |
commit | cb65f13f1259423dee5bd48536b31319c9c176fd (patch) | |
tree | c11b94c5363d0cba9a9b2b4d2edd15dd82c5a98f /ppapi/ppapi_shared.gypi | |
parent | d11682d50a1dff1d0e4eac87b2c62e0ad5aa4449 (diff) | |
download | chromium_src-cb65f13f1259423dee5bd48536b31319c9c176fd.zip chromium_src-cb65f13f1259423dee5bd48536b31319c9c176fd.tar.gz chromium_src-cb65f13f1259423dee5bd48536b31319c9c176fd.tar.bz2 |
Introduce PPB_Flash_Font.
It is a subset of PPB_PDF and shares the implementation with some PPB_PDF methods. With this interface, Pepper Flash doesn't need to depend on PPB_PDF.
BUG=None
TEST=None
Review URL: https://codereview.chromium.org/10905227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 3bcec1d..95d61dd 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -168,6 +168,8 @@ 'thunk/ppb_flash_device_id_thunk.cc', 'thunk/ppb_flash_file_fileref_thunk.cc', 'thunk/ppb_flash_file_modulelocal_thunk.cc', + 'thunk/ppb_flash_font_file_api.h', + 'thunk/ppb_flash_font_file_thunk.cc', 'thunk/ppb_flash_fullscreen_thunk.cc', 'thunk/ppb_flash_menu_api.h', 'thunk/ppb_flash_menu_thunk.cc', @@ -271,6 +273,7 @@ 'thunk/ppb_flash_device_id_thunk.cc', 'thunk/ppb_flash_file_fileref_thunk.cc', 'thunk/ppb_flash_file_modulelocal_thunk.cc', + 'thunk/ppb_flash_font_file_thunk.cc', 'thunk/ppb_flash_fullscreen_thunk.cc', 'thunk/ppb_flash_menu_thunk.cc', 'thunk/ppb_flash_message_loop_thunk.cc', |