diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 15:05:30 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-11 15:05:30 +0000 |
commit | 16acb162ec85f5ce428eb5c9f3b43ff65b6200ab (patch) | |
tree | af5eea2473190400f54a5a08329c0d78f6e7b020 /build/dynamiclib.xcconfig | |
parent | 0b733220c5fbef986647fce040c1b5d5e48be2b6 (diff) | |
download | chromium_src-16acb162ec85f5ce428eb5c9f3b43ff65b6200ab.zip chromium_src-16acb162ec85f5ce428eb5c9f3b43ff65b6200ab.tar.gz chromium_src-16acb162ec85f5ce428eb5c9f3b43ff65b6200ab.tar.bz2 |
Update a few targets to the condition they should be in. Eliminate redundant
build settings. Make sure all executable targets have the proper "strip if
needed" phase. Fix dependencies.
Review URL: http://codereview.chromium.org/13374
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/dynamiclib.xcconfig')
-rw-r--r-- | build/dynamiclib.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dynamiclib.xcconfig b/build/dynamiclib.xcconfig index 5096ebc..73d398b 100644 --- a/build/dynamiclib.xcconfig +++ b/build/dynamiclib.xcconfig @@ -6,4 +6,4 @@ GCC_DYNAMIC_NO_PIC = NO // Dynamic libs should not have their external symbols stripped. -STRIP_STYLE = non-global
\ No newline at end of file +STRIP_STYLE = non-global |