Commit 4af79269 authored by mattm's avatar mattm Committed by Commit bot

Enable download_protection_service_unittest.cc on ChromeOS

Enabling the tests was missed in https://codereview.chromium.org/10970023.

BUG=127046

Review URL: https://codereview.chromium.org/1012263002

Cr-Commit-Position: refs/heads/master@{#321843}
parent 1ababd13
......@@ -2316,11 +2316,6 @@
'ipc_protobuf_message_test_proto',
],
'conditions': [
['chromeos == 1', {
'sources!': [
'browser/safe_browsing/download_protection_service_unittest.cc',
],
}],
['OS == "android"', {
'dependencies!': [
'ipc_protobuf_message_test_proto',
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment