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

Unified Diff: remoting/remoting.gyp

Issue 3038001: Reapply r51857 to start building chromoting plugin. Update for ppapi changes. (Closed)
Patch Set: rebased correctly. Created 10 years, 5 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 | « remoting/client/plugin/pepper_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index d07288952780b350517490dcc912f6395dc4d339..bda9e60c197356a75599e33ddbc0e6fc7825148b 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -71,7 +71,8 @@
'chromoting_base',
'chromoting_client',
'chromoting_jingle_glue',
- '../third_party/ppapi/ppapi.gyp:ppapi_c',
+ '../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects',
+ '../third_party/zlib/zlib.gyp:zlib',
],
'sources': [
'client/plugin/chromoting_plugin.cc',
@@ -80,6 +81,8 @@
'client/plugin/pepper_entrypoints.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
+ 'client/plugin/pepper_util.cc',
+ 'client/plugin/pepper_util.h',
'../media/base/yuv_convert.cc',
'../media/base/yuv_convert.h',
'../media/base/yuv_row.h',
« no previous file with comments | « remoting/client/plugin/pepper_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698