diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 13:22:24 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 13:22:24 +0000 |
commit | e8f83287160399cc8f2275d50de63445f60e3326 (patch) | |
tree | b9a46334dad4aa49b271db097a31dcd7836f4bbe | |
parent | d34b1039c3a9bbe6703b1a65cc80e14e296cbe91 (diff) | |
download | chromium_src-e8f83287160399cc8f2275d50de63445f60e3326.zip chromium_src-e8f83287160399cc8f2275d50de63445f60e3326.tar.gz chromium_src-e8f83287160399cc8f2275d50de63445f60e3326.tar.bz2 |
Remove surface.gyp from command_buffer_service.gypi
This dependency is no longer used or needed since io_surface_support_mac
has moved to ui/gl/ in https://codereview.chromium.org/17381009/. This
could have been done there but was missed.
R=piman
BUG=179729
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17413011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207408 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | gpu/command_buffer_service.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index 5ac5388..66608ff 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -16,7 +16,6 @@ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../crypto/crypto.gyp:crypto', '../ui/gl/gl.gyp:gl', - '../ui/surface/surface.gyp:surface', '../ui/ui.gyp:ui', '<(angle_path)/src/build_angle.gyp:translator_glsl', '../third_party/khronos/khronos.gyp:khronos_headers', |