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

Unified Diff: chrome/test/BUILD.gn

Issue 2576353002: Make AppWindowWaiter a common test support (Closed)
Patch Set: nits Created 4 years 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/browser/extensions/api/tabs/tabs_test.cc ('k') | no next file » | 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 cbea7fd39f720fae12eecd1b705774f5581ef305..dc147dcc1ab9c43f9da29b1b530c50af343badbe 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -187,6 +187,7 @@ static_library("test_support") {
if (enable_extensions) {
public_deps += [
+ "//apps:test_support",
"//chrome/common/extensions/api",
"//extensions:test_support",
]
@@ -248,6 +249,7 @@ static_library("test_support") {
if (enable_extensions) {
public_deps += [
+ "//apps:test_support",
"//chrome/common/extensions/api",
"//extensions:test_support",
]
@@ -2258,8 +2260,6 @@ test("browser_tests") {
"../browser/chromeos/login/supervised/supervised_user_password_browsertest.cc",
"../browser/chromeos/login/supervised/supervised_user_test_base.cc",
"../browser/chromeos/login/supervised/supervised_user_test_base.h",
- "../browser/chromeos/login/test/app_window_waiter.cc",
- "../browser/chromeos/login/test/app_window_waiter.h",
"../browser/chromeos/login/test/https_forwarder.cc",
"../browser/chromeos/login/test/https_forwarder.h",
"../browser/chromeos/login/test/oobe_base_test.cc",
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698