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

Unified Diff: blimp/engine/BUILD.gn

Issue 2091023006: Adds EngineGeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 32b2b5adcf350e1a4608034c4eff87975dfb6d86..f8bf0cf79b27ac3345b627fc16db1cb82213b622 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -265,6 +265,8 @@ source_set("feature") {
"feature/engine_settings_feature.h",
"feature/geolocation/blimp_location_provider.cc",
"feature/geolocation/blimp_location_provider.h",
+ "feature/geolocation/engine_geolocation_feature.cc",
+ "feature/geolocation/engine_geolocation_feature.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698