Commit 456eb397 authored by dbeam@chromium.org's avatar dbeam@chromium.org

Compile libaddressinput on Mac.

All new symbols need to be in an .order file on Mac but because libaddressinput
is built statically it doesn't need to export symbols at all, so remove this
from its gyp file.

R=rouslan@chromium.org
BUG=317837
TEST=mac compiles when we actually start using libaddressinput in chrome

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238372 0039d316-1c4b-4281-b951-d872f2087c98
parent 5da5dfb5
...@@ -3,15 +3,11 @@ ...@@ -3,15 +3,11 @@
# found in the LICENSE file. # found in the LICENSE file.
{ {
'target_defaults': { 'target_defaults': {
'cflags!': [
'-fvisibility=hidden',
],
'conditions': [ 'conditions': [
['OS=="mac" or OS=="ios"', { ['OS=="mac" or OS=="ios"', {
'xcode_settings': { 'xcode_settings': {
'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
'GCC_WARN_ABOUT_MISSING_NEWLINE': 'NO', 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'NO',
} },
}], }],
], ],
}, },
......
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