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

Unified Diff: blimp/client/core/switches/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
Index: blimp/client/core/switches/BUILD.gn
diff --git a/blimp/client/core/switches/BUILD.gn b/blimp/client/core/switches/BUILD.gn
index b3184f5611a0b710b5ca9f8617ca0404c481a45d..93df03cb9be6a3374544ab8718a3adb014ce24ce 100644
--- a/blimp/client/core/switches/BUILD.gn
+++ b/blimp/client/core/switches/BUILD.gn
@@ -9,7 +9,6 @@ if (is_android) {
source_set("switches") {
visibility = [
- "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
"//blimp/client/core/*",
"//blimp/engine:browser_tests", # TODO(nyquist): Remove this. See crbug/653789.
]

Powered by Google App Engine
This is Rietveld 408576698