diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:55:44 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 01:55:44 +0000 |
commit | 22fdaa65859604b35e1196cfe568e020f71310f3 (patch) | |
tree | a9fd75cc2e83b507f8c4d91b7db5d5becda62cb3 /ppapi/ppapi_shared.gypi | |
parent | f511afb6940373a304131e0a547bcfe17749d0db (diff) | |
download | chromium_src-22fdaa65859604b35e1196cfe568e020f71310f3.zip chromium_src-22fdaa65859604b35e1196cfe568e020f71310f3.tar.gz chromium_src-22fdaa65859604b35e1196cfe568e020f71310f3.tar.bz2 |
Refactor PPB_Flash_Fullscreen to the new resource model.
This moves PPB_Flash_Fullscreen to the new ppapi resource model and removes the in-process implementation.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11421066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 461108f..da446ef 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -162,6 +162,7 @@ 'thunk/ppb_file_system_thunk.cc', 'thunk/ppb_find_thunk.cc', 'thunk/ppb_flash_api.h', + 'thunk/ppb_flash_clipboard_api.h', 'thunk/ppb_flash_clipboard_thunk.cc', 'thunk/ppb_flash_device_id_api.h', 'thunk/ppb_flash_device_id_thunk.cc', @@ -169,6 +170,7 @@ '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_api.h', 'thunk/ppb_flash_fullscreen_thunk.cc', 'thunk/ppb_flash_functions_api.h', 'thunk/ppb_flash_menu_api.h', |