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

Unified Diff: blimp/client/core/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 kmarshall's #82 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
« no previous file with comments | « no previous file | blimp/client/core/geolocation/BUILD.gn » ('j') | device/geolocation/fake_location_provider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index dc2a17471e04f22d189f38b69a0851cacdada4b0..31d0ae62d205b3c78f49b5128058fcd64c531d16 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -34,6 +34,7 @@ group("core") {
":switches",
"//blimp/client/core/compositor",
"//blimp/client/core/contents",
+ "//blimp/client/core/geolocation",
"//blimp/client/core/session",
]
}
@@ -74,6 +75,7 @@ source_set("unit_tests") {
":context",
"//blimp/client/core/compositor:unit_tests",
"//blimp/client/core/contents:unit_tests",
+ "//blimp/client/core/geolocation:unit_tests",
"//blimp/client/core/session:unit_tests",
"//blimp/client/public:public_headers",
"//blimp/client/test",
« no previous file with comments | « no previous file | blimp/client/core/geolocation/BUILD.gn » ('j') | device/geolocation/fake_location_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698