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

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: add copyright header 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/notifications/platform_notification_service.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6ed30a1272dee4a23cab229ec0d61917af1f6f31..7d34132c547724e93cb9411c54dbb13c979c4ae4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1479,6 +1479,7 @@
# cross-platform panels).
'sources': [
'browser/notifications/notification_browsertest.cc',
+ 'browser/notifications/platform_notification_service_browsertest.cc',
],
}],
],
@@ -1490,6 +1491,7 @@
# TODO(peter): Enable the Notification browser tests.
'browser/notifications/notification_browsertest.cc',
+ 'browser/notifications/platform_notification_service_browsertest.cc',
]
}],
['toolkit_views==1', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/notifications/platform_notification_service.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698