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

Unified Diff: chrome/test/BUILD.gn

Issue 2849003002: Linux native notifications: Add initial unit test (Closed)
Patch Set: address thestig's comments Created 3 years, 8 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/notifications/notification_platform_bridge_linux_unittest.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 6419c2c6a8b7c690aca517c32dc6be2cd13f41c6..ca019697d52141039e0cd741d4cef65badd2d1c7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3651,6 +3651,10 @@ test("unit_tests") {
]
}
+ if (is_desktop_linux && enable_native_notifications) {
+ sources += [ "../browser/notifications/notification_platform_bridge_linux_unittest.cc" ]
+ }
+
if (is_linux || is_win) {
sources += [ "../browser/webshare/share_service_impl_unittest.cc" ]
}
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698