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

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: More merging. 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') | no next file with comments »
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 e8c79a6962382a8e7408c13dcfb9904165937915..20aeb6af2246858fb5d2224228942a182db3097b 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -37,6 +37,7 @@ group("core") {
":switches",
"//blimp/client/core/compositor",
"//blimp/client/core/contents",
+ "//blimp/client/core/geolocation",
"//blimp/client/core/session",
]
}
@@ -78,6 +79,7 @@ source_set("unit_tests") {
"//blimp/client:feature",
"//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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698