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

Unified Diff: chrome/test/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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 8268f257af17eb98567667f8321d71a785a47848..14d115e5148d8461b1cd3caa0e7f634eec773576 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -132,6 +132,7 @@ source_set("test_support") {
"//content/public/utility",
"//components/autofill/core/browser:test_support",
"//components/captive_portal:test_support",
+ "//components/guest_view:test_support",
"//components/infobars/core",
"//components/sessions:test_support",
"//components/user_manager:test_support",
@@ -630,6 +631,7 @@ if (!is_android) {
"//components/captive_portal:test_support",
"//components/dom_distiller/content",
"//components/dom_distiller/core:test_support",
+ "//components/guest_view:test_support",
"//components/resources",
"//components/strings",
"//components/translate/core/common",

Powered by Google App Engine
This is Rietveld 408576698