diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 17:57:57 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 17:57:57 +0000 |
commit | 089585e305b076212c16b1bf2d2ceda4d9396b7e (patch) | |
tree | 9d3f4c970e452477cdcefae46f6a389680758bd1 /base/base.gypi | |
parent | b07bef4879345c6f65136baa01484c79445da10e (diff) | |
download | chromium_src-089585e305b076212c16b1bf2d2ceda4d9396b7e.zip chromium_src-089585e305b076212c16b1bf2d2ceda4d9396b7e.tar.gz chromium_src-089585e305b076212c16b1bf2d2ceda4d9396b7e.tar.bz2 |
Remove native_library_mac from the iOS build
This shouldn't have ever been included in the first place; libraries can't be loaded dynamically.
TBR=
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10790034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi index 92d66fa..9b859ff 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -575,7 +575,6 @@ ['include', '^mac/objc_property_releaser\\.'], ['include', '^mac/scoped_nsautorelease_pool\\.'], ['include', '^message_pump_mac\\.'], - ['include', '^native_library_mac\\.'], ['include', '^threading/platform_thread_mac\\.'], ['include', '^sys_string_conversions_mac\\.'], ['include', '^time_mac\\.'], |