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

Unified Diff: ui/surface/BUILD.gn

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/gl/gl_image_io_surface.mm ('k') | ui/surface/accelerated_surface_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/BUILD.gn
diff --git a/ui/surface/BUILD.gn b/ui/surface/BUILD.gn
index 96130c44d8e67ac6614858b2396114c54c46d5db..b583c8bee7181ce32f1871875d8c8b07899778c4 100644
--- a/ui/surface/BUILD.gn
+++ b/ui/surface/BUILD.gn
@@ -6,8 +6,6 @@ import("//build/config/ui.gni")
component("surface") {
sources = [
- "accelerated_surface_mac.cc",
- "accelerated_surface_mac.h",
"surface_export.h",
"transport_dib.cc",
"transport_dib.h",
@@ -27,12 +25,4 @@ component("surface") {
"//ui/gfx/geometry",
"//ui/gl",
]
-
- if (is_mac) {
- # Required by accelerated_surface_mac.cc.
- libs = [
- "IOSurface.framework",
- "OpenGL.framework",
- ]
- }
}
« no previous file with comments | « ui/gl/gl_image_io_surface.mm ('k') | ui/surface/accelerated_surface_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698