summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 17:10:47 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 17:10:47 +0000
commit9637d67548d27124cfec2266352e4bae530f21ba (patch)
tree8f6e02d7ffec7f0e3bd92ed737e1ae7c92ef1537 /gpu/command_buffer_service.gypi
parent8fce2dce937bec5af34405c134242b66d31606e7 (diff)
downloadchromium_src-9637d67548d27124cfec2266352e4bae530f21ba.zip
chromium_src-9637d67548d27124cfec2266352e4bae530f21ba.tar.gz
chromium_src-9637d67548d27124cfec2266352e4bae530f21ba.tar.bz2
Revert 247966 "Remove unnecessary dependency from gpu/ to libui.dll"
> Remove unnecessary dependency from gpu/ to libui.dll > > The command buffer uses ui/gfx/ types and ui/gl/ bindings, but those are > separate components from ui/ui.gyp:ui. libui.dll pulls in a bunch of dependencies > (like net/) that the command buffer doesn't need. > > R=piman > > Review URL: https://codereview.chromium.org/137203006 BUG=339518 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/131143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 62b5470..541c9e2 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -19,6 +19,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
+ '../ui/ui.gyp:ui',
'<(angle_path)/src/build_angle.gyp:translator',
'../third_party/khronos/khronos.gyp:khronos_headers',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',