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

Unified Diff: device/geolocation/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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
Index: device/geolocation/BUILD.gn
diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
index 99e6de356c67ae7a5296898c1d89b559d232b77e..02587804aa5357f9ecc296d0ba9919c8814274e6 100644
--- a/device/geolocation/BUILD.gn
+++ b/device/geolocation/BUILD.gn
@@ -50,11 +50,10 @@ component("geolocation") {
"wifi_data_provider_common.h",
"wifi_data_provider_common_win.cc",
"wifi_data_provider_common_win.h",
- "wifi_data_provider_corewlan_mac.mm",
"wifi_data_provider_linux.cc",
"wifi_data_provider_linux.h",
- "wifi_data_provider_mac.cc",
"wifi_data_provider_mac.h",
+ "wifi_data_provider_mac.mm",
"wifi_data_provider_manager.cc",
"wifi_data_provider_manager.h",
"wifi_data_provider_win.cc",
@@ -108,7 +107,10 @@ component("geolocation") {
}
if (is_mac) {
- libs = [ "Foundation.framework" ]
+ libs = [
+ "CoreWLAN.framework",
+ "Foundation.framework",
+ ]
}
}
« no previous file with comments | « device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm ('k') | device/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698