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

Unified Diff: ui/views/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 | « ui/surface/surface.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index aa40f44c11f5c2e7f4432cd5a022c3eec138c78d..765b467cb9541c4f8619433cfa6763918d32376c 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -119,6 +119,10 @@ component("views") {
if (is_mac) {
deps += [ "//ui/accelerated_widget_mac" ]
+ libs = [
+ # Required by bridged_native_widget.mm.
+ "QuartzCore.framework",
+ ]
}
}
« no previous file with comments | « ui/surface/surface.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698