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

Unified Diff: printing/BUILD.gn

Issue 1263513004: Get content_unittests to link on the mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_mac_net_unittests
Patch Set: merge to #341417 Created 5 years, 5 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 | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index 04d790207824f0f5a0d24edc3ba5c5465ec1cc83..ca35327851d53d2e064fed39ee545431292151cf 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -235,7 +235,8 @@ if (use_cups) {
defines = [ "USE_CUPS" ]
if (is_mac) {
- ldflags = [ "$mac_sdk_path/usr/lib/libcups.dylib" ]
+ libs = [ "cups" ]
+ lib_dirs = [ "$mac_sdk_path/usr/lib" ]
} else {
libs = exec_script("cups_config_helper.py", [ "--libs-for-gn" ], "value")
}
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698