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

Unified Diff: blimp/client/core/resources/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/render_widget/BUILD.gn ('k') | blimp/client/core/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/resources/BUILD.gn
diff --git a/blimp/client/core/resources/BUILD.gn b/blimp/client/core/resources/BUILD.gn
index 82d9ad6946e09b8ed894a4d44385f6e19954eae9..f4670f11d50d1ec41b879feec997a12821bcbb69 100644
--- a/blimp/client/core/resources/BUILD.gn
+++ b/blimp/client/core/resources/BUILD.gn
@@ -54,10 +54,7 @@ repack_locales("locales") {
# //blimp/client/public shouldn't directly depend on this since we want to
# build different things based on |enable_blimp_client| build flag.
source_set("resources") {
- visibility = [
- "//blimp/client/app/*",
- "//blimp/client/core/*",
- ]
+ visibility = [ "//blimp/client/core/*" ]
sources = [
"blimp_strings.cc",
« no previous file with comments | « blimp/client/core/render_widget/BUILD.gn ('k') | blimp/client/core/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698