diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:48:27 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 00:48:27 +0000 |
commit | 423e644f968f8a13dbc54dc9113d4aa7ce5dad8f (patch) | |
tree | eae826909e515f7a699b2a53776a07a1768fa233 /ui/surface/surface.gyp | |
parent | 0390b81932bb0d95ecc0250706854adc11f4f2c2 (diff) | |
download | chromium_src-423e644f968f8a13dbc54dc9113d4aa7ce5dad8f.zip chromium_src-423e644f968f8a13dbc54dc9113d4aa7ce5dad8f.tar.gz chromium_src-423e644f968f8a13dbc54dc9113d4aa7ce5dad8f.tar.bz2 |
Move io_surface_support_mac to ui/gl.
This removes a dependency on media/ via ui/surface from gpu.gyp, allowing
media to use gpu.gyp for gpu::Mailbox.
R=piman@chromium.org, sky@chromium.org
BUG=179729
Review URL: https://codereview.chromium.org/17381009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207129 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/surface/surface.gyp')
-rw-r--r-- | ui/surface/surface.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp index 2c7ba5e..5887e06 100644 --- a/ui/surface/surface.gyp +++ b/ui/surface/surface.gyp @@ -74,8 +74,6 @@ 'accelerated_surface_win.h', 'd3d9_utils_win.cc', 'd3d9_utils_win.h', - 'io_surface_support_mac.cc', - 'io_surface_support_mac.h', 'surface_export.h', 'surface_switches.h', 'surface_switches.cc', |