Chromium Code Reviews| Index: ppapi/ppapi_proxy.gypi |
| diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi |
| index d6fc604becdb787265c54a7a33ba3742f030524c..3095e59abc66f6ae146e6ca44c1e1db0ecf1ca23 100644 |
| --- a/ppapi/ppapi_proxy.gypi |
| +++ b/ppapi/ppapi_proxy.gypi |
| @@ -239,10 +239,11 @@ |
| 'include_dirs': [ |
| '..', |
| ], |
| - 'target_conditions': [ |
| + 'target_conditions': [ |
|
Mark Seaborn
2014/02/26 22:11:03
Undo whitespace change here
jvoung (off chromium)
2014/02/27 01:39:55
Done.
|
| ['>(nacl_untrusted_build)==1', { |
| 'sources': [ |
| 'proxy/irt_ppapi.c', |
| + 'proxy/irt_shim_ppapi.c', |
| 'proxy/plugin_main_irt.cc', |
| 'proxy/plugin_main_irt.h', |
| ], |