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

Unified Diff: blimp/client/core/common/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/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 803deff0ad0d11cbec84ca1c46a35239e8a6dce7..c2e15ab7a6cb7f63d854044a40a6563087866396 100644
--- a/blimp/client/core/common/BUILD.gn
+++ b/blimp/client/core/common/BUILD.gn
@@ -9,7 +9,10 @@ if (is_android) {
if (is_android) {
android_library("common_java") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [
+ "//blimp/client/app/*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/core/*",
+ ]
java_files = [ "android/java/src/org/chromium/blimp/core/common/PreferencesUtil.java" ]
« 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