| Index: ui/surface/surface.gyp
|
| diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp
|
| index a219473e402fec6c1618edda822a0e7f6bd431bb..e45e2ae888a524eca34185d1f53753c79c85a5b9 100644
|
| --- a/ui/surface/surface.gyp
|
| +++ b/ui/surface/surface.gyp
|
| @@ -13,15 +13,6 @@
|
| '../../third_party/khronos',
|
| ],
|
| }],
|
| - ['OS == "mac"', {
|
| - # Required by accelerated_surface_mac.cc.
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
|
| - '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
| - ],
|
| - },
|
| - }],
|
| ],
|
| },
|
| 'targets': [
|
| @@ -37,8 +28,6 @@
|
| '../gl/gl.gyp:gl',
|
| ],
|
| 'sources': [
|
| - 'accelerated_surface_mac.cc',
|
| - 'accelerated_surface_mac.h',
|
| 'surface_export.h',
|
| 'transport_dib.cc',
|
| 'transport_dib.h',
|
|
|