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

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

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from #7 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
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",

Powered by Google App Engine
This is Rietveld 408576698