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

Unified Diff: components/wifi.gypi

Issue 64683014: Mac OS X-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Explicitly track connected_network_guid and use it to notify network disconnect. Created 6 years, 11 months 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
Index: components/wifi.gypi
diff --git a/components/wifi.gypi b/components/wifi.gypi
index 4cfb12abb61811f255ff63b87dbbd368ce9312db..3090bd2dc6259e38534f660e02cdf1ff817e0c45 100644
--- a/components/wifi.gypi
+++ b/components/wifi.gypi
@@ -23,6 +23,7 @@
'wifi/wifi_service.cc',
'wifi/wifi_service.h',
'wifi/fake_wifi_service.cc',
+ 'wifi/wifi_service_mac.mm',
'wifi/wifi_service_win.cc',
],
'conditions': [
@@ -33,6 +34,14 @@
],
},
}],
+ ['OS == "mac"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
+ '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
+ ]
+ },
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698