Index: ppapi/ppapi.gyp |
diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp |
index 2c3323ad0de6e7c3339cd26e41ef7761daed2d6f..264911e9709da386ca577072eb73296ab379cfd7 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_untrusted_ipc_ppapi_proxy==1', { |
Mark Seaborn
2012/05/17 19:47:28
The indentation is wrong here. Subtract 2 spaces.
dmichael (off chromium)
2012/05/17 20:21:34
Done.
|
+ 'includes': ['ppapi_proxy_untrusted.gypi'], |
+ }], |
+ ], |
'variables': { |
'chromium_code': 1, # Use higher warning level. |
}, |