Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 40427d556d0d618eeb03b8b3226df9ae2ffa5b03..b76b56321079a22fb2283005dc66e0373fbf5656 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -414,7 +414,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', |
@@ -464,6 +463,11 @@ |
'common/gpu/x_util.h', |
], |
}], |
+ ['enable_ppapi==1', { |
+ 'dependencies': [ |
+ '../ppapi/ppapi_internal.gyp:ppapi_shared', |
+ ], |
+ }], |
['enable_gpu==1', { |
'dependencies': [ |
'../gpu/gpu.gyp:command_buffer_service', |