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

Unified Diff: chrome/browser/BUILD.gn

Issue 2703213004: Migrate extension notifications to the new NotificationDisplayService (Closed)
Patch Set: Finish functionality Created 3 years, 10 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d81af4e91e86d54b93b2d2387664768fc832b162..ab02e362f82ff347a722c5c852621f5095e3fb4b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4257,6 +4257,8 @@ static_library("test_support") {
"net/url_request_mock_util.h",
"notifications/notification_test_util.cc",
"notifications/notification_test_util.h",
+ "notifications/stub_notification_display_service.cc",
+ "notifications/stub_notification_display_service.h",
"notifications/stub_notification_platform_bridge.cc",
"notifications/stub_notification_platform_bridge.h",
"policy/test/local_policy_test_server.cc",

Powered by Google App Engine
This is Rietveld 408576698