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

Unified Diff: blimp/client/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: Fixes BUILD to include //device/geolocation 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/DEPS » ('j') | blimp/client/feature/geolocation_feature.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 093c71145b3206a7f23e4bd225168049298d1a11..89c4a58044c648fd8c4607a959b1b8478d3affbc 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -91,6 +91,8 @@ source_set("app_unit_tests") {
source_set("feature") {
sources = [
+ "feature/geolocation_feature.cc",
+ "feature/geolocation_feature.h",
"feature/ime_feature.cc",
"feature/ime_feature.h",
"feature/render_widget_feature.cc",
@@ -107,6 +109,7 @@ source_set("feature") {
"//blimp/net",
"//cc",
"//cc/proto",
+ "//device/geolocation",
"//components/url_formatter",
"//net:net",
"//skia",
@@ -125,6 +128,8 @@ source_set("test_support") {
sources = [
"feature/mock_ime_feature_delegate.cc",
"feature/mock_ime_feature_delegate.h",
+ "feature/mock_location_provider.cc",
+ "feature/mock_location_provider.h",
"feature/mock_render_widget_feature_delegate.cc",
"feature/mock_render_widget_feature_delegate.h",
"session/test_client_session.cc",
@@ -194,6 +199,7 @@ source_set("feature_unit_tests") {
sources = [
"feature/compositor/blimp_compositor_manager_unittest.cc",
+ "feature/geolocation_feature_unittest.cc",
"feature/render_widget_feature_unittest.cc",
"feature/tab_control_feature_unittest.cc",
]
@@ -210,6 +216,7 @@ source_set("feature_unit_tests") {
"//blimp/net:test_support",
"//blimp/test:support",
"//cc/proto",
+ "//device/geolocation:device_geolocation",
"//net",
"//net:test_support",
"//skia",
« no previous file with comments | « no previous file | blimp/client/DEPS » ('j') | blimp/client/feature/geolocation_feature.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698