Chromium Code Reviews| 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', |
| + ] |
| + }], |
| ], |
| }], |
| ], |