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

Unified Diff: content/common/BUILD.gn

Issue 2102443002: [GN] content_unittests should depeng on //content/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 4 years, 6 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 | « no previous file | content/common/sandbox_init_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index cd1a09aa742d712cc559dc1c05c389a400bb6a2f..14b1a98cecc4f0a822afc87c35910b0571a9b9a0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -113,6 +113,7 @@ source_set("common") {
if (is_mac) {
deps += [ "//sandbox/mac:seatbelt" ]
+ libs += [ "IOSurface.framework" ]
}
if (is_android) {
« no previous file with comments | « no previous file | content/common/sandbox_init_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698