Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: net/net.gyp

Issue 747773002: Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from mmenke, round two. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/mac/url_conversions_unittest.mm ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 6f264fb867491b9c914c4e29f8a248a2a20b183c..655c83c47532a9ec248a2f17b1c6cbd53c3b74b6 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -442,6 +442,12 @@
},
},
],
+ [ 'OS == "ios" or OS == "mac"', {
+ 'sources': [
+ '<@(net_base_mac_ios_sources)',
+ ],
+ },
+ ],
['OS=="android" and _toolset=="target" and android_webview_build == 0', {
'dependencies': [
'net_java',
@@ -546,6 +552,11 @@
'<@(net_linux_test_sources)',
],
}],
+ ['OS == "mac" or OS == "ios"', {
+ 'sources': [
+ '<@(net_base_test_mac_ios_sources)',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'proxy/proxy_config_service_linux_unittest.cc',
« no previous file with comments | « net/base/mac/url_conversions_unittest.mm ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698