Index: ppapi/ppapi_sources.gypi |
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi |
index e939b79e58d0c0574915fbd9562db23d2c4b1060..defec94f9be28e1db737d06ab6f74c93dca17ea8 100644 |
--- a/ppapi/ppapi_sources.gypi |
+++ b/ppapi/ppapi_sources.gypi |
@@ -91,10 +91,12 @@ |
# Private interfaces. |
'c/private/pp_file_handle.h', |
+ 'c/private/pp_private_font_charset.h', |
'c/private/ppb_content_decryptor_private.h', |
'c/private/ppb_flash.h', |
'c/private/ppb_flash_clipboard.h', |
'c/private/ppb_flash_file.h', |
+ 'c/private/ppb_flash_font.h', |
'c/private/ppb_flash_fullscreen.h', |
'c/private/ppb_flash_menu.h', |
'c/private/ppb_flash_message_loop.h', |
@@ -265,6 +267,8 @@ |
'cpp/private/flash_device_id.h', |
'cpp/private/flash_file.cc', |
'cpp/private/flash_file.h', |
+ 'cpp/private/flash_font.cc', |
+ 'cpp/private/flash_font.h', |
'cpp/private/flash_fullscreen.cc', |
'cpp/private/flash_fullscreen.h', |
'cpp/private/flash_menu.cc', |