| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 4d82fac024da14098a10806e242a1a14347e04a5..fc73593375fbebf94b4b1f48b86d73e3e09900ce 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1819,7 +1819,7 @@ test("unit_tests") {
|
| deps += [ ":test_proto" ]
|
| } else if (safe_browsing_mode == 2) {
|
| sources += rebase_path(
|
| - chrome_tests_unit_gypi_values.chrome_unit_tests_mobile_safe_browsing_sources + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_sources,
|
| + chrome_tests_unit_gypi_values.chrome_unit_tests_shared_safe_browsing_sources,
|
| ".",
|
| "//chrome")
|
| }
|
|
|