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

Unified Diff: blimp/client/core/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/app/session/test_client_session.cc ('k') | blimp/client/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index bf61664e99cfd933f7b57104d9971d90d047aefb..32c4566ecb3c558f336681da94ea16461bc1e441 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -30,7 +30,7 @@ group("core_shim") {
group("core") {
visibility = [
":core_shim",
- "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/app:*", # TODO(nyquist): Remove when enable_blimp_client is gone.
"//blimp/client/test",
"//blimp/test/*",
]
@@ -97,7 +97,7 @@ if (is_android) {
visibility = [
":core_shim_java",
"//blimp/client:blimp_unittests_java_deps",
- "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/app:*", # TODO(nyquist): Remove when enable_blimp_client is gone.
]
deps = [
« no previous file with comments | « blimp/client/app/session/test_client_session.cc ('k') | blimp/client/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698