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

Unified Diff: blimp/client/public/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/feature/compositor/blimp_output_surface.cc ('k') | blimp/client/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/public/BUILD.gn
diff --git a/blimp/client/public/BUILD.gn b/blimp/client/public/BUILD.gn
index b9023b139d061fb1f337642751715ad9ba0717cf..a31b2a0d1696b79c90c86928c7d25c7af21a2769 100644
--- a/blimp/client/public/BUILD.gn
+++ b/blimp/client/public/BUILD.gn
@@ -24,7 +24,10 @@ group("public") {
# //blimp/client/public to ensure there are no circular dependencies or
# duplicate symbols regardless of whether enable_blimp_client is set or not.
source_set("public_headers") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [
+ "//blimp/client/*",
+ "//blimp/test/*",
+ ]
sources = [
"blimp_client_context.h",
« no previous file with comments | « blimp/client/feature/compositor/blimp_output_surface.cc ('k') | blimp/client/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698