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

Unified Diff: printing/BUILD.gn

Issue 389083002: GN: Add //ui/base/ime, fix up printing on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: printing/BUILD.gn
diff --git a/printing/BUILD.gn b/printing/BUILD.gn
index b640ba6226846623e7cd40e2f35042f645e22eae..0f7f56433730f44e3c57c4f07fe3f7e14042bdc7 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -226,7 +226,7 @@ if (use_cups) {
defines = [ "USE_CUPS" ]
if (is_mac) {
- libs = [ "libcups.dylib" ]
+ ldflags = [ "$mac_sdk_path/usr/lib/libcups.dylib" ]
} else {
libs = exec_script("cups_config_helper.py", [ "--libs-for-gn" ], "value")
}
« no previous file with comments | « media/audio/BUILD.gn ('k') | sandbox/mac/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698