DescriptionPPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy.
This way, those of us working on the proxy switch need only add:
{
'variables': {
'build_ppapi_ipc_proxy_untrusted': '1',
},
}
to "~/.gyp/include.gypi"
...and we'll be able to build our untrusted targets without editing all.gyp. For anybody who doesn't set that flag, our ppapi_proxy_untrusted.gypi file will still be parsed, but it doesn't matter if the source files build (or even exist).
BUG=116317
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137751
Patch Set 1 #
Total comments: 7
Patch Set 2 : merge #Patch Set 3 : mseaborn's review comments. #
Messages
Total messages: 13 (0 generated)
|