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

Unified Diff: device/geolocation/BUILD.gn

Issue 2161223003: Adds GeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@engine_feature_prep
Patch Set: Addresses nyquist's #79 comments Created 4 years, 4 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: device/geolocation/BUILD.gn
diff --git a/device/geolocation/BUILD.gn b/device/geolocation/BUILD.gn
index 0e4c4357bb0de899fb081f6616831d95832a70c4..caf12a250a2b29c74aa461dff9cd50fbff5e532c 100644
--- a/device/geolocation/BUILD.gn
+++ b/device/geolocation/BUILD.gn
@@ -152,6 +152,8 @@ source_set("unittests") {
sources = [
"fake_access_token_store.cc",
"fake_access_token_store.h",
+ "fake_location_provider.cc",
+ "fake_location_provider.h",
"geolocation_provider_impl_unittest.cc",
"location_arbitrator_impl_unittest.cc",
"mock_location_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698