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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 1697008: New Pepper API implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | « webkit/glue/plugins/pepper_webplugin_delegate_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
===================================================================
--- webkit/glue/webkit_glue.gypi (revision 46747)
+++ webkit/glue/webkit_glue.gypi (working copy)
@@ -113,6 +113,7 @@
'<(DEPTH)/net/net.gyp:net',
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
+ '<(DEPTH)/third_party/ppapi/ppapi.gyp:ppapi_c',
'<(webkit_src_dir)/WebKit/chromium/WebKit.gyp:webkit',
'webkit_resources',
'webkit_strings',
@@ -159,6 +160,23 @@
'plugins/gtk_plugin_container_manager.cc',
'plugins/npapi_extension_thunk.cc',
'plugins/npapi_extension_thunk.h',
+ 'plugins/pepper_device_context_2d.cc',
+ 'plugins/pepper_device_context_2d.h',
+ 'plugins/pepper_image_data.cc',
+ 'plugins/pepper_image_data.h',
+ 'plugins/pepper_plugin_delegate.h',
+ 'plugins/pepper_plugin_instance.cc',
+ 'plugins/pepper_plugin_instance.h',
+ 'plugins/pepper_plugin_module.cc',
+ 'plugins/pepper_plugin_module.h',
+ 'plugins/pepper_resource_tracker.cc',
+ 'plugins/pepper_resource_tracker.h',
+ 'plugins/pepper_resource.cc',
+ 'plugins/pepper_resource.h',
+ 'plugins/pepper_var.cc',
+ 'plugins/pepper_var.h',
+ 'plugins/pepper_webplugin_delegate_impl.cc',
+ 'plugins/pepper_webplugin_delegate_impl.h',
'plugins/plugin_constants_win.h',
'plugins/plugin_host.cc',
'plugins/plugin_host.h',
« no previous file with comments | « webkit/glue/plugins/pepper_webplugin_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698