| 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",
|
| - ]
|
| - }
|
| }
|
|
|