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

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: Addressed John's comments 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 5d8da661b22f54e5c8c2e3905b14bd8527960674..3ad73cc7fca5ca7ac54ed9bb88d20a1c2531a3ed 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -133,6 +133,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",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698