Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 3472fcd3c1b5d9750b754c6b667d8335d69f4dc7..ebeb061995546ea88f5c754dbafde2a142e67c52 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1265,10 +1265,10 @@ if (!is_android) { |
# "//components/crash/content/app:breakpad_stubs", |
"//third_party/ocmock", |
] |
- sources += [ |
- "../browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_browsertest.mm", |
- "../browser/spellchecker/spellcheck_message_filter_platform_mac_browsertest.cc", |
- ] |
+ sources += |
+ rebase_path(chrome_tests_gypi_values.chrome_browser_tests_mac_sources, |
+ ".", |
+ "//chrome") |
sources -= [ |
# TODO(groby): This test depends on hunspell and we cannot run it on |
# Mac, which does not use hunspell by default. |