summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 16:42:15 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-30 16:42:15 +0000
commit2f32d7ffb61896cd37fafaa19ce63b6de5b5d313 (patch)
treeee7c9293a9f5bc33ec894a66efc6f9ecf97f3f8b /gpu/command_buffer_service.gypi
parent64be42fecfc5bd94e76c751c12214a5942fce8bf (diff)
downloadchromium_src-2f32d7ffb61896cd37fafaa19ce63b6de5b5d313.zip
chromium_src-2f32d7ffb61896cd37fafaa19ce63b6de5b5d313.tar.gz
chromium_src-2f32d7ffb61896cd37fafaa19ce63b6de5b5d313.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index 541c9e2..62b5470 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -19,7 +19,6 @@
'../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',