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

Unified Diff: chrome/test/BUILD.gn

Issue 2458703003: Create a stub NSUserNotificationCenter and make tests use it. (Closed)
Patch Set: Robert's review Created 4 years, 1 month 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 93e4cee6b25610b68690e0a87cd815c98815ca07..767e5ba0f9c5e4cbf1b7c78fdba182b80f63dd49 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4143,6 +4143,8 @@ test("unit_tests") {
"../browser/notifications/notification_permission_context_unittest.cc",
"../browser/notifications/notification_platform_bridge_mac_unittest.mm",
"../browser/notifications/platform_notification_service_unittest.cc",
+ "../browser/notifications/stub_notification_center_mac.h",
+ "../browser/notifications/stub_notification_center_mac.mm",
]
if (is_android) {
sources -= [

Powered by Google App Engine
This is Rietveld 408576698