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

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

Issue 2266863003: blimp: Move BlimpCompositor to use delegated rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make gn happy Created 4 years, 4 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
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | blimp/client/core/compositor/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 4233dc9ab66d40e1645f30790659b07abea0c3d1..e8c79a6962382a8e7408c13dcfb9904165937915 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -27,7 +27,10 @@ group("core_shim") {
}
group("core") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [
+ "//blimp/client/*",
+ "//blimp/test/*",
+ ]
deps = [
":context",
@@ -142,7 +145,10 @@ if (is_android) {
}
java_group("core_java") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [
+ "//blimp/client/*",
+ "//blimp:blimp_unittests_java_deps",
+ ]
deps = [
":context_java",
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | blimp/client/core/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698