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

Unified Diff: ui/accelerated_widget_mac/BUILD.gn

Issue 1087873003: Fix errors found in Mac gn component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try to fix sandbox_mac_unittests Created 5 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 | « third_party/sudden_motion_sensor/BUILD.gn ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/BUILD.gn
diff --git a/ui/accelerated_widget_mac/BUILD.gn b/ui/accelerated_widget_mac/BUILD.gn
index edb8da572b0be57dbe1a62d864a69baad075641d..e95ef54e8e81f4c47fd7f2d70f1ee6151a5320ed 100644
--- a/ui/accelerated_widget_mac/BUILD.gn
+++ b/ui/accelerated_widget_mac/BUILD.gn
@@ -27,9 +27,15 @@ component("accelerated_widget_mac") {
"//skia",
"//ui/base",
"//ui/events",
+ "//ui/events:events_base",
"//ui/gfx/geometry",
"//ui/gl",
]
- libs = [ "QuartzCore.framework" ]
+ libs = [
+ # Required by io_surface_texture.mm.
+ "IOSurface.framework",
+ "OpenGL.framework",
+ "QuartzCore.framework",
+ ]
}
« no previous file with comments | « third_party/sudden_motion_sensor/BUILD.gn ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698