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

Unified Diff: blimp/client/core/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/app/session/test_client_session.cc ('k') | blimp/client/core/common/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 d146db122b0419cf68e1add67d83703c5f101f5c..e55a9f11fe423c26cd1e6532cb359590840b941d 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -28,7 +28,9 @@ group("core_shim") {
group("core") {
visibility = [
- "//blimp/client/*",
+ ":core_shim",
+ "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/test",
"//blimp/test/*",
]
@@ -88,8 +90,9 @@ if (is_android) {
java_group("core_java") {
visibility = [
- "//blimp/client/*",
- "//blimp:blimp_unittests_java_deps",
+ ":core_shim_java",
+ "//blimp/client:blimp_unittests_java_deps",
+ "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
]
deps = [
« no previous file with comments | « blimp/client/app/session/test_client_session.cc ('k') | blimp/client/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698