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

Unified Diff: chrome/test/BUILD.gn

Issue 1012263002: Enable download_protection_service_unittest.cc on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 | « 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 20d55d17d8ae3e16f477caced20286bfb0e26c30..0eb16d445b1159208d59c14f78774a7a22b49f45 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1441,9 +1441,7 @@ if (!is_android) {
"//chrome")
defines += [ "FULL_SAFE_BROWSING" ]
deps += [ ":test_proto" ]
- if (is_chromeos) {
- sources -= [ "../browser/safe_browsing/download_protection_service_unittest.cc" ]
- } else if (is_android) {
+ if (is_android) {
deps -= [ ":test_proto" ]
sources -= [
# Android doesn't support download feedbacks.
« 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