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") {
]
libs = [
"AddressBook",
"AppKit",
"Carbon",
"Cocoa",
"QuartzCore",
"AddressBook.framework",
"AppKit.framework",
"Carbon.framework",
"Cocoa.framework",
"QuartzCore.framework",
]
} else { # is_ios
sources += [
......@@ -198,6 +198,6 @@ component("google_toolbox_for_mac") {
# build). Only do this in a component build, so that the shipping
# chrome binary doesn't end up with unnecessarily exported
# 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