summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorhuey@chromium.org <huey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 05:27:51 +0000
committerhuey@chromium.org <huey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 05:27:51 +0000
commit3a37db4021cc84d76b4276621612655c0255c5eb (patch)
tree1769f7e27cab65b7e3a2fa23f7818d9d08f6544c /net/net.gyp
parent8e3ee1dae7a589cfd2c4e19597a7b076f4588801 (diff)
downloadchromium_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.gyp6
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',
- ],
},
},
],