Chromium Code Reviews| Index: ppapi/ppapi.gyp |
| diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp |
| index 2c3323ad0de6e7c3339cd26e41ef7761daed2d6f..7d490f71c9d60e775192a53990a2f51f1864d95d 100644 |
| --- a/ppapi/ppapi.gyp |
| +++ b/ppapi/ppapi.gyp |
| @@ -7,6 +7,11 @@ |
| # in the .gyp files (since ppapi_internal depends on parts of Chrome). |
| { |
| + 'conditions': [ |
| + ['disable_nacl==0 and build_ppapi_ipc_proxy_untrusted==1', { |
| + 'includes': ['ppapi_proxy_untrusted.gypi'], |
| + }], |
| + ], |
| 'variables': { |
| 'chromium_code': 1, # Use higher warning level. |
| }, |