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

Unified Diff: extensions/shell/BUILD.gn

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Mac Build + GN Test builds 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: extensions/shell/BUILD.gn
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index b7bf9ce833d35376462a3acebd723115d3568b24..09cbb82d31881efc634d71dbb40d213391c5be8d 100644
--- a/extensions/shell/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -33,6 +33,7 @@ source_set("app_shell_lib") {
"//base:prefs",
"//components/devtools_discovery",
"//components/devtools_http_handler",
+ "//components/guest_view:guest_view",
"//components/pref_registry",
"//components/update_client",
"//components/user_prefs",

Powered by Google App Engine
This is Rietveld 408576698