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

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: Made networkingPrivateApi available on OS X. Created 7 years, 1 month 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 | « chrome/common/extensions/api/networking_private.json ('k') | components/wifi/fake_wifi_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi.gypi
diff --git a/components/wifi.gypi b/components/wifi.gypi
index 9685e1101b6c9a6ecc9bd8910f996cb9a9330b7e..0565db42b51e40396abe2ed79af6edefd3850d26 100644
--- a/components/wifi.gypi
+++ b/components/wifi.gypi
@@ -9,7 +9,7 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:onc_component',
+ '../components/components.gyp:onc_component',
],
'include_dirs': [
'..',
@@ -22,6 +22,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': [
@@ -32,6 +33,13 @@
],
},
}],
+ ['OS=="mac"', {
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/CoreWLAN.framework',
+ ],
+ },
+ }],
],
},
{
« no previous file with comments | « chrome/common/extensions/api/networking_private.json ('k') | components/wifi/fake_wifi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698