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

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

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased 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
« no previous file with comments | « blimp/client/core/render_widget/BUILD.gn ('k') | blimp/client/core/settings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/session/BUILD.gn
diff --git a/blimp/client/core/session/BUILD.gn b/blimp/client/core/session/BUILD.gn
index efe90bb902e372a3cb99caed1e31c5c1e68cf584..859e5fdd6e5c9fcdb4af55c9e211eb40d26364b0 100644
--- a/blimp/client/core/session/BUILD.gn
+++ b/blimp/client/core/session/BUILD.gn
@@ -9,8 +9,9 @@ if (is_android) {
source_set("session") {
visibility = [
- "//blimp/client/*",
- "//blimp/engine:browser_tests",
+ "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/core/*",
+ "//blimp/engine:browser_tests", # TODO(nyquist): Remove this. See crbug/653789.
]
sources = [
« no previous file with comments | « blimp/client/core/render_widget/BUILD.gn ('k') | blimp/client/core/settings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698