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

Unified Diff: chrome/test/BUILD.gn

Issue 1299543002: Delete dead signin code (SigninGlobalError) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac? Created 5 years, 4 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_unit.gypi ('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 d3b7d9a5941eb4049a83a32247f51a65b207131d..b271f121150fdee940fc8a846b4611ab4b185933 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1672,10 +1672,7 @@ if (!is_android) {
}
if (is_chromeos) {
deps += [ "//chrome/browser/chromeos:unit_tests" ]
- sources -= [
- "../browser/signin/signin_global_error_unittest.cc",
- "../browser/signin/signin_manager_unittest.cc",
- ]
+ sources -= [ "../browser/signin/signin_manager_unittest.cc" ]
}
if (use_x11) {
deps += [ "//ui/events/devices" ]
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698