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

Unified Diff: ppapi/ppapi_proxy.gypi

Issue 140573003: Connect PPAPI IPC channels for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: ppapi/ppapi_proxy.gypi
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index fe357d76677f8988305eb280c61245dcb7969275..142f1a5851121bbbe9da1edcc65e041802dcbb52 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -108,7 +108,7 @@
'proxy/plugin_dispatcher.h',
'proxy/plugin_globals.cc',
'proxy/plugin_globals.h',
- 'proxy/plugin_main_nacl.cc',
+ 'proxy/plugin_main.cc',
'proxy/plugin_message_filter.cc',
'proxy/plugin_message_filter.h',
'proxy/plugin_resource.cc',
@@ -269,6 +269,11 @@
'proxy/video_capture_resource.cc',
],
}],
+ ['>(nacl_untrusted_build)==0 and <(chromeos)!=1 and OS!="linux"', {
Mark Seaborn 2014/02/07 23:54:10 Why "<(chromeos)!=1"? This could use a comment ex
hidehiko 2014/02/10 08:18:34 I just wanted to include this even for chromeos, b
+ 'sources!': [
+ 'proxy/plugin_main.cc',
+ ]
+ }],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698