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

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

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Self-review 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/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",

Powered by Google App Engine
This is Rietveld 408576698