summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:25:32 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-30 00:25:32 +0000
commit8350f16f65f145e137b732578491bc4cc2877784 (patch)
treead40ac10f7947a914d5a184be2d43f98a5a5b306 /content/content_common.gypi
parenta397169facbe431de97afec378e48132391b42f5 (diff)
downloadchromium_src-8350f16f65f145e137b732578491bc4cc2877784.zip
chromium_src-8350f16f65f145e137b732578491bc4cc2877784.tar.gz
chromium_src-8350f16f65f145e137b732578491bc4cc2877784.tar.bz2
Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component
webkit_gpu (implicitly) depends on webkit_glue (and its deep dependencies) just because of this. Moving gl_bindings_skia_cmd_buffer here allows ui/compositor to just depend on webkit_gpu and not glue any more. It also makes somewhat more sense. webkit_gpu should be a component because it's used by both ui/compositor and content/. I think we've been lucky so far without it because each component uses a different subset of webkit_gpu. BUG=159278 Review URL: https://chromiumcodereview.appspot.com/11348231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 40427d5..504aedf 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -410,6 +410,7 @@
}, { # OS!="ios"
'dependencies': [
'../cc/cc.gyp:cc',
+ '../gpu/gpu.gyp:gles2_c_lib',
'../gpu/gpu.gyp:gles2_implementation',
'../gpu/gpu.gyp:gpu_ipc',
'../ipc/ipc.gyp:ipc',