diff options
Diffstat (limited to 'ppapi/ppapi_shared_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_shared_untrusted.gyp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ppapi/ppapi_shared_untrusted.gyp b/ppapi/ppapi_shared_untrusted.gyp index dba33ad..e0a08b4 100644 --- a/ppapi/ppapi_shared_untrusted.gyp +++ b/ppapi/ppapi_shared_untrusted.gyp @@ -23,13 +23,19 @@ 'build_glibc': 0, 'build_newlib': 1, }, + 'defines': [ + 'NACL_PPAPI_IPC_PROXY', + ], 'include_dirs': [ - '../third_party/skia/include/config', + '..', + '../third_party/khronos', ], 'dependencies': [ - '<(DEPTH)/native_client/tools.gyp:prep_toolchain', + '../native_client/tools.gyp:prep_toolchain', '../base/base_untrusted.gyp:base_untrusted', - '../ipc/ipc_untrusted.gyp:ipc_untrusted', + '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted', + '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', + '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', ], }, ], |