Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: chrome/test/BUILD.gn

Issue 2039823002: MacViews: Refactor certificate viewer tests to work for MacViews browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@certview
Patch Set: Rebase onto master & add ignoreMouseEvents fix for hiding/reshowing the certificate viewer. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« chrome/browser/ui/cocoa/certificate_viewer_mac_browsertest.mm ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698