| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index eb677977588077fbf342a27bfda75dde616ef81b..499a2152bf7631bf6fc1cfd3e7db54ec126aedc6 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1818,7 +1818,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")
|
| }
|
|
|