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

Unified Diff: chrome/browser/BUILD.gn

Issue 2766153002: Don't compile PasswordManagerBrowserTestBase on Android (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 99b84075e5109d14ca63ed888fde13819c1fce52..637c00481d36bd7a025a1ca9be40d64a9dcb6563 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4525,8 +4525,6 @@ static_library("test_support_ui") {
visibility = [ "//chrome/test:test_support_ui" ]
sources = [
- "password_manager/password_manager_test_base.cc",
- "password_manager/password_manager_test_base.h",
"signin/token_revoker_test_utils.cc",
"signin/token_revoker_test_utils.h",
"ui/webui/signin/login_ui_test_utils.cc",
@@ -4535,6 +4533,8 @@ static_library("test_support_ui") {
if (!is_android) {
sources += [
+ "password_manager/password_manager_test_base.cc",
+ "password_manager/password_manager_test_base.h",
"ui/webui/web_ui_test_handler.cc",
"ui/webui/web_ui_test_handler.h",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698