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

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
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_ppapi_plugin.gypi
===================================================================
--- content/content_ppapi_plugin.gypi (revision 84713)
+++ content/content_ppapi_plugin.gypi (working copy)
@@ -9,7 +9,7 @@
'type': '<(library)',
'dependencies': [
'../base/base.gyp:base',
- '../ppapi/ppapi.gyp:ppapi_proxy',
+ '../ppapi/ppapi_internal.gyp:ppapi_proxy',
],
'sources': [
'ppapi_plugin/broker_process_dispatcher.cc',
@@ -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': [
'..',
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698