Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: ui/surface/surface.gyp

Issue 1861543004: Mac: Remove dead IOSurface code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/surface/accelerated_surface_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/surface/accelerated_surface_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698