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

Unified Diff: chrome/test/BUILD.gn

Issue 2656213002: Makes SessionCrashedBubbleView work on chromeos (Closed)
Patch Set: consent works on chromeos Created 3 years, 11 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
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7179c43e4e672e19d8caadd2d925f495facfc744..a750b89b93446cacf06a5c76aaf1a9c12275baab 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4411,8 +4411,11 @@ test("unit_tests") {
"../browser/sessions/session_restore_stats_collector_unittest.cc",
"../browser/sessions/session_service_unittest.cc",
"../browser/sessions/tab_loader_unittest.cc",
- "../browser/ui/startup/session_crashed_infobar_delegate_unittest.cc",
]
+
+ if (is_mac && !mac_views_browser) {
+ sources += [ "../browser/ui/startup/session_crashed_infobar_delegate_unittest.cc" ]
+ }
}
if (enable_webrtc) {
sources += [
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698