| Index: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
|
| index 0fc8388f8ad413e4105a61b43ecab155eebaeb27..9528127b4224d8979fb39fc09d55ca0f20fe2b90 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
|
| @@ -24,6 +24,9 @@
|
| '<(DEPTH)/media',
|
| '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted',
|
| ],
|
| + 'defines': [
|
| + 'NACL_PPAPI_SRPC_PROXY',
|
| + ],
|
| 'sources': [
|
| '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc',
|
| '<(DEPTH)/gpu/command_buffer/common/debug_marker_manager.cc',
|
|
|