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

Unified Diff: chrome/test/BUILD.gn

Issue 2849003002: Linux native notifications: Add initial unit test (Closed)
Patch Set: 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
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) {
Lei Zhang 2017/04/29 01:35:05 Curiuos why the mac version isn't gated on similar
Tom (Use chromium acct) 2017/05/01 18:25:29 The mac version doesn't need to be conditioned on
+ sources += [ "../browser/notifications/notification_platform_bridge_linux_unittest.cc" ]
+ }
+
if (is_linux || is_win) {
sources += [ "../browser/webshare/share_service_impl_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698