diff options
author | huey@chromium.org <huey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 05:27:51 +0000 |
---|---|---|
committer | huey@chromium.org <huey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 05:27:51 +0000 |
commit | 3a37db4021cc84d76b4276621612655c0255c5eb (patch) | |
tree | 1769f7e27cab65b7e3a2fa23f7818d9d08f6544c /net/net.gyp | |
parent | 8e3ee1dae7a589cfd2c4e19597a7b076f4588801 (diff) | |
download | chromium_src-3a37db4021cc84d76b4276621612655c0255c5eb.zip chromium_src-3a37db4021cc84d76b4276621612655c0255c5eb.tar.gz chromium_src-3a37db4021cc84d76b4276621612655c0255c5eb.tar.bz2 |
Exclude file_posix.cc from iOS build of net/ target
Move the sources! section out of link_settings, where it was
being ignored.
BUG=330074
Review URL: https://codereview.chromium.org/150973007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/net.gyp b/net/net.gyp index b9c7dc6..308c98d 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1554,6 +1554,9 @@ '../third_party/nss/nss.gyp:nss', 'third_party/nss/ssl.gyp:libssl', ], + 'sources!': [ + 'disk_cache/file_posix.cc', + ], 'link_settings': { 'libraries': [ '$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework', @@ -1562,9 +1565,6 @@ '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework', '$(SDKROOT)/usr/lib/libresolv.dylib', ], - 'sources!': [ - 'disk_cache/file_posix.cc', - ], }, }, ], |