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

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: Makes UnexpectedMessage test work outside of debug 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 8bd0611d112961ce8a8675dc6391fda6c5db4a89..642126b4290158f9b14ed4b74586fe80fa97e3f3 100644
--- a/device/geolocation/BUILD.gn
+++ b/device/geolocation/BUILD.gn
@@ -153,6 +153,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_arbitrator.cc",

Powered by Google App Engine
This is Rietveld 408576698