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

Unified Diff: chrome/chrome_tests.gypi

Issue 784383002: Support persistent notifications in the PlatformNotificationServiceImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-chrome-base
Patch Set: adds browser tests Created 6 years 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/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 0d21c411a64ac07667fc85246e5bf85340a16709..db9236c1ccd10a80ea2dd0c945a156b0353c47c0 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1478,6 +1478,7 @@
# cross-platform panels).
'sources': [
'browser/notifications/notification_browsertest.cc',
+ 'browser/notifications/platform_notification_service_browsertest.cc',
],
}],
],
@@ -1489,6 +1490,7 @@
# TODO(peter): Enable the Notification browser tests.
'browser/notifications/notification_browsertest.cc',
+ 'browser/notifications/platform_notification_service_browsertest.cc',
]
}],
['toolkit_views==1', {

Powered by Google App Engine
This is Rietveld 408576698