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

Unified Diff: ppapi/ppapi.gyp

Issue 10399068: PPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mseaborn's review comments. Created 8 years, 7 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
« no previous file with comments | « build/common.gypi ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
},
« no previous file with comments | « build/common.gypi ('k') | ppapi/ppapi_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698