| Index: components/nacl/renderer/plugin/plugin.gyp
|
| diff --git a/components/nacl/renderer/plugin/plugin.gyp b/components/nacl/renderer/plugin/plugin.gyp
|
| index a6201d5a8185dac56b2af85161f64a83b884c4cf..4a7dd10c226d8419a34be0eaef64b2baf37500df 100644
|
| --- a/components/nacl/renderer/plugin/plugin.gyp
|
| +++ b/components/nacl/renderer/plugin/plugin.gyp
|
| @@ -16,6 +16,8 @@
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/media/media.gyp:shared_memory_support',
|
| + '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
|
| + '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
|
| '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
|
| '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
|
| ],
|
|
|