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

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

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased for good measure Created 4 years, 2 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/core/render_widget/BUILD.gn
diff --git a/blimp/client/core/render_widget/BUILD.gn b/blimp/client/core/render_widget/BUILD.gn
index 34ec7207176f22c223515d154757211777277cdd..44bc71ce2a6b54ae20c94c7677b8e920dfdfa7b2 100644
--- a/blimp/client/core/render_widget/BUILD.gn
+++ b/blimp/client/core/render_widget/BUILD.gn
@@ -3,7 +3,10 @@
# found in the LICENSE file.
source_set("render_widget") {
- visibility = [ "//blimp/client/*" ]
+ visibility = [
+ "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/651964.
+ "//blimp/client/core/*",
+ ]
sources = [
"render_widget_feature.cc",
@@ -23,6 +26,12 @@ source_set("render_widget") {
}
source_set("test_support") {
+ visibility = [
+ "//blimp/client/core/render_widget:unit_tests",
+ "//blimp/client/core/compositor:unit_tests",
+ "//blimp/engine:browser_tests",
+ ]
+
testonly = true
sources = [

Powered by Google App Engine
This is Rietveld 408576698