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

Unified Diff: net/net.gyp

Issue 773373002: Update from https://crrev.com/306706 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/http/http_cache_transaction.cc ('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 5ddf430740f1b55c6a1d799d4d8cecf7dcd7ffd2..8bfcc7b28e9e5c22ad592b073545324cf7ce9c46 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',
@@ -550,6 +556,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/http/http_cache_transaction.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698