Index: gpu/ipc/service/BUILD.gn |
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn |
index 34a1ac62e38efedd8e6c8182edde9b0095f2cc7b..f3b357046e8848c18da3545d748ef0943deb22f8 100644 |
--- a/gpu/ipc/service/BUILD.gn |
+++ b/gpu/ipc/service/BUILD.gn |
@@ -78,8 +78,9 @@ source_set("ipc_service_sources") { |
deps += [ "//ui/accelerated_widget_mac" ] |
lib_dirs = [ "$mac_sdk_path/usr/lib" ] |
libs += [ |
- "QuartzCore.framework", |
+ "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. |
Mark Mentovai
2016/06/22 21:09:05
>80 OK in .gn?
Robert Sesek
2016/06/22 22:13:43
GN format didn't complain. Putting the comment abo
|
"CoreGraphics.framework", |
+ "QuartzCore.framework", |
] |
} |
if (is_android) { |