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

Unified Diff: ui/shell_dialogs/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 | « ui/native_theme/BUILD.gn ('k') | ui/snapshot/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/BUILD.gn
diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn
index baadbba665bb720c28165b72df871af94d3e8176..ff7643937df525a1bbdec36b89371d102fc86f0d 100644
--- a/ui/shell_dialogs/BUILD.gn
+++ b/ui/shell_dialogs/BUILD.gn
@@ -63,6 +63,14 @@ component("shell_dialogs") {
include_dirs = [ "$root_gen_dir/ui" ]
libs = [ "jnigraphics" ]
}
+
+ if (is_mac) {
+ libs = [
+ "CoreServices.framework",
+ "Foundation.framework",
+ "AppKit.framework",
+ ]
+ }
}
test("shell_dialogs_unittests") {
« no previous file with comments | « ui/native_theme/BUILD.gn ('k') | ui/snapshot/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698