| Index: ppapi/ppapi_internal.gyp
|
| diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
|
| index 2240ba25e046a63b9ceb2daa2d8063be606e49c3..d96770ecf74e10efd52b1cc0aa195381200fead9 100644
|
| --- a/ppapi/ppapi_internal.gyp
|
| +++ b/ppapi/ppapi_internal.gyp
|
| @@ -125,6 +125,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../gin/gin.gyp:gin',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| '../media/media.gyp:shared_memory_support',
|
| @@ -175,6 +176,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| + '../gin/gin.gyp:gin',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| '../media/media.gyp:shared_memory_support',
|
|
|