Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: ppapi/ppapi_shared.gypi

Issue 263893005: Rename some PPB_VideoDecoder_Dev implementation types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename resource creation API method CreateVideoDecoder (add Dev). Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/pepper_container_app/resource_creation_impl.cc ('k') | ppapi/proxy/ppb_video_decoder_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared.gypi
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi
index 03ad1ccc1d433fd61077be0dcf3892a3acb68ed0..e98c93a5d1393f47e4a1ba1030e8c7d00bc4cfcd 100644
--- a/ppapi/ppapi_shared.gypi
+++ b/ppapi/ppapi_shared.gypi
@@ -267,8 +267,8 @@
'thunk/ppb_var_dictionary_thunk.cc',
'thunk/ppb_video_capture_api.h',
'thunk/ppb_video_capture_thunk.cc',
- 'thunk/ppb_video_decoder_api.h',
- 'thunk/ppb_video_decoder_thunk.cc',
+ 'thunk/ppb_video_decoder_dev_api.h',
+ 'thunk/ppb_video_decoder_dev_thunk.cc',
'thunk/ppb_video_destination_private_api.h',
'thunk/ppb_video_destination_private_thunk.cc',
'thunk/ppb_video_frame_api.h',
@@ -328,7 +328,7 @@
'thunk/ppb_transport_thunk.cc',
'thunk/ppb_url_util_thunk.cc',
'thunk/ppb_video_capture_thunk.cc',
- 'thunk/ppb_video_decoder_thunk.cc',
+ 'thunk/ppb_video_decoder_dev_thunk.cc',
],
}],
# We exclude a few more things for nacl_win64, to avoid pulling in
« no previous file with comments | « mojo/examples/pepper_container_app/resource_creation_impl.cc ('k') | ppapi/proxy/ppb_video_decoder_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698