diff options
author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-04 00:11:30 +0000 |
---|---|---|
committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-04 00:11:30 +0000 |
commit | b76257d27a5916f9a2b5d80f8800ed1eef300a0b (patch) | |
tree | e7c13526b9522f2dccfb98436a6104044b0b0dbc /ppapi/ppapi_shared.gypi | |
parent | bd7b8a3167a7b39b39291779212e079354cf8deb (diff) | |
download | chromium_src-b76257d27a5916f9a2b5d80f8800ed1eef300a0b.zip chromium_src-b76257d27a5916f9a2b5d80f8800ed1eef300a0b.tar.gz chromium_src-b76257d27a5916f9a2b5d80f8800ed1eef300a0b.tar.bz2 |
Adds internal APIs, thunks, resources, and resource hosts.
Adds IPC messages to support the new resources.
Adds stubbed out host methods to hold implementation
TBR=tsepez@chromium.org, yzshen@chromium.org
BUG=230980
TESTS=none
Review URL: https://codereview.chromium.org/13771020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198258 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_shared.gypi')
-rw-r--r-- | ppapi/ppapi_shared.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 101bd94..daa04bc 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -248,6 +248,10 @@ 'thunk/ppb_video_capture_thunk.cc', 'thunk/ppb_video_decoder_api.h', 'thunk/ppb_video_decoder_thunk.cc', + 'thunk/ppb_video_destination_private_api.h', + 'thunk/ppb_video_destination_private_thunk.cc', + 'thunk/ppb_video_source_private_api.h', + 'thunk/ppb_video_source_private_thunk.cc', 'thunk/ppb_view_api.h', 'thunk/ppb_view_dev_thunk.cc', 'thunk/ppb_view_thunk.cc', @@ -305,6 +309,8 @@ 'thunk/ppb_url_util_thunk.cc', 'thunk/ppb_video_capture_thunk.cc', 'thunk/ppb_video_decoder_thunk.cc', + 'thunk/ppb_video_destination_private_thunk.cc', + 'thunk/ppb_video_source_private_thunk.cc', ], }], # We exclude a few more things for nacl_win64, to avoid pulling in |