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

Unified Diff: blimp/client/core/geolocation/BUILD.gn

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased for good measure Created 4 years, 2 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/client/core/geolocation/BUILD.gn
diff --git a/blimp/client/core/geolocation/BUILD.gn b/blimp/client/core/geolocation/BUILD.gn
index 4fac1b0427dd7d14d1413eb525a25d8320e24a65..f20a2bbddb5759e44c035200c40fbd37ad44c115 100644
--- a/blimp/client/core/geolocation/BUILD.gn
+++ b/blimp/client/core/geolocation/BUILD.gn
@@ -9,8 +9,8 @@ if (is_android) {
source_set("geolocation") {
visibility = [
+ "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/651964.
"//blimp/client/core/*",
- "//blimp/client:session",
"//blimp/engine:browser_tests",
]

Powered by Google App Engine
This is Rietveld 408576698