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

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

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Fix findbugs issue Created 4 years 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/BUILD.gn ('k') | blimp/client/core/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/common/BUILD.gn
diff --git a/blimp/client/core/common/BUILD.gn b/blimp/client/core/common/BUILD.gn
index c2e15ab7a6cb7f63d854044a40a6563087866396..e9b9a7a838264017b84033f0f066534f1b8b4d46 100644
--- a/blimp/client/core/common/BUILD.gn
+++ b/blimp/client/core/common/BUILD.gn
@@ -10,7 +10,7 @@ if (is_android) {
if (is_android) {
android_library("common_java") {
visibility = [
- "//blimp/client/app/*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/app:blimp_test_java_core_deps",
"//blimp/client/core/*",
]
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698