| Index: ppapi/ppapi_proxy_untrusted.gyp
|
| ===================================================================
|
| --- ppapi/ppapi_proxy_untrusted.gyp (revision 147456)
|
| +++ ppapi/ppapi_proxy_untrusted.gyp (working copy)
|
| @@ -26,6 +26,12 @@
|
| 'dependencies': [
|
| '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| '../base/base_untrusted.gyp:base_untrusted',
|
| + '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted',
|
| + '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
|
| + '../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted',
|
| + '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
|
| + '../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted',
|
| + '../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted',
|
| '../ipc/ipc_untrusted.gyp:ipc_untrusted',
|
| '../ppapi/ppapi_shared_untrusted.gyp:ppapi_shared_untrusted',
|
| ],
|
| @@ -34,3 +40,4 @@
|
| }],
|
| ],
|
| }
|
| +
|
|
|