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

Unified Diff: components/constrained_window/BUILD.gn

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test change to build Created 5 years, 8 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: components/constrained_window/BUILD.gn
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index cbbb36f44fa0f3fd5d3d4c262a75ddde55db6c0e..55aae211866379d441a3eeab51b955651156a296 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -10,6 +10,7 @@ static_library("constrained_window") {
]
deps = [
+ "//components/guest_view:guest_view",
"//components/web_modal",
"//ui/views",
"//skia",

Powered by Google App Engine
This is Rietveld 408576698