Commit ffb8c67d authored by rsesek's avatar rsesek Committed by Commit bot

Fix google_toolbox_for_mac GN Mac component BUILD.gn file.

R=brettw@chromium.org

Review URL: https://codereview.chromium.org/597043002

Cr-Commit-Position: refs/heads/master@{#296476}
parent 6a6eb159
...@@ -172,11 +172,11 @@ component("google_toolbox_for_mac") { ...@@ -172,11 +172,11 @@ component("google_toolbox_for_mac") {
] ]
libs = [ libs = [
"AddressBook", "AddressBook.framework",
"AppKit", "AppKit.framework",
"Carbon", "Carbon.framework",
"Cocoa", "Cocoa.framework",
"QuartzCore", "QuartzCore.framework",
] ]
} else { # is_ios } else { # is_ios
sources += [ sources += [
...@@ -198,6 +198,6 @@ component("google_toolbox_for_mac") { ...@@ -198,6 +198,6 @@ component("google_toolbox_for_mac") {
# build). Only do this in a component build, so that the shipping # build). Only do this in a component build, so that the shipping
# chrome binary doesn't end up with unnecessarily exported # chrome binary doesn't end up with unnecessarily exported
# symbols. # symbols.
config -= [ "//build/config/gcc:symbol_visibility_hidden" ] configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment