Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index fa928a2b8277f719224c0c001ccce6f766704ccb..cf446018d20ab66341411ba7a94aeead3caa3199 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -826,7 +826,6 @@ if (!is_android) { |
chrome_tests_gypi_values.chrome_browser_tests_full_safe_browsing_sources, |
".", |
"//chrome") |
- defines += [ "FULL_SAFE_BROWSING" ] |
} |
if (enable_captive_portal_detection) { |
sources += [ "../browser/captive_portal/captive_portal_browsertest.cc" ] |
@@ -1423,7 +1422,6 @@ if (!is_android) { |
unit_gypi_values.chrome_unit_tests_full_safe_browsing_sources, |
".", |
"//chrome") |
- defines += [ "FULL_SAFE_BROWSING" ] |
deps += [ ":test_proto" ] |
if (is_android) { |
deps -= [ ":test_proto" ] |