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

Unified Diff: blimp/client/core/switches/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/switches/BUILD.gn
diff --git a/blimp/client/core/switches/BUILD.gn b/blimp/client/core/switches/BUILD.gn
index 00cc89edb215b68e113ebc9bc4d717bf9e7a030e..2ddb4c5a1312b53b85503f8c88dce8184f05df79 100644
--- a/blimp/client/core/switches/BUILD.gn
+++ b/blimp/client/core/switches/BUILD.gn
@@ -9,7 +9,8 @@ if (is_android) {
source_set("switches") {
visibility = [
- "//blimp/client/*",
+ "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/core/*",
"//blimp/engine:browser_tests",
]
@@ -21,7 +22,7 @@ source_set("switches") {
if (is_android) {
android_library("switches_java") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [ "//blimp/client/core/*" ]
java_files =
[ "android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java" ]

Powered by Google App Engine
This is Rietveld 408576698