| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index a1a6a1dddfeff10a1bda85e85e54bfe130bdc249..8c5c4ca8d2f27e151a664f3afc7b0c15a1367783 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -416,7 +416,6 @@
|
| '../gpu/gpu.gyp:gpu_ipc',
|
| '../ipc/ipc.gyp:ipc',
|
| '../media/media.gyp:shared_memory_support',
|
| - '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../ui/gl/gl.gyp:gl',
|
| @@ -466,6 +465,11 @@
|
| 'common/gpu/x_util.h',
|
| ],
|
| }],
|
| + ['enable_plugins==1', {
|
| + 'dependencies': [
|
| + '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| + ],
|
| + }],
|
| ['enable_gpu==1', {
|
| 'dependencies': [
|
| '../gpu/gpu.gyp:command_buffer_service',
|
|
|