diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index cfac8f1..3a04c20 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -114,6 +114,9 @@ 'type': 'static_library', 'defines': [ 'HAVE_STDINT_H', # Required by on2_integer.h + # TODO(wez): See crbug.com/82606 and crbug.com/86353. + 'PPAPI_INSTANCE_REMOVE_SCRIPTING', + 'PPAPI_VAR_REMOVE_SCRIPTING', ], 'dependencies': [ 'remoting_base', |