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

Unified Diff: printing/BUILD.gn

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « net/BUILD.gn ('k') | skia/BUILD.gn » ('j') | 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 7a240e2913c4856f8a70135ae86be7215a602225..4046dc4f4b9385a6f76e84f0362e67cb471a42e4 100644
--- a/printing/BUILD.gn
+++ b/printing/BUILD.gn
@@ -100,6 +100,12 @@ component("printing") {
"printing_context_mac.mm",
]
}
+ libs = [
+ "AppKit.framework",
+ "ApplicationServices.framework",
+ "CoreFoundation.framework",
+ "CoreGraphics.framework",
+ ]
}
if (is_win) {
« no previous file with comments | « net/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698