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

Unified Diff: content/content_ppapi_plugin.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: content/content_ppapi_plugin.gypi
===================================================================
--- content/content_ppapi_plugin.gypi (revision 84549)
+++ content/content_ppapi_plugin.gypi (working copy)
@@ -20,6 +20,10 @@
'ppapi_plugin/ppapi_plugin_main.cc',
'ppapi_plugin/ppapi_thread.cc',
'ppapi_plugin/ppapi_thread.h',
+ 'ppapi_plugin/ppapi_webkit_thread.cc',
+ 'ppapi_plugin/ppapi_webkit_thread.h',
+ 'ppapi_plugin/ppapi_webkitclient_impl.cc',
+ 'ppapi_plugin/ppapi_webkitclient_impl.h',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698