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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 695853002: Include Web Notifications on Android at build-time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt 2 Created 6 years, 2 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 405f75d8eb797dfa8635fa39b15f63e359dce62b..5efd1ef63fd9cb590cf857a4a84b8b5d8eb71533 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2084,6 +2084,8 @@
'browser/extensions/webstore_inline_installer_unittest.cc',
'browser/extensions/webstore_installer_unittest.cc',
'browser/metrics/extensions_metrics_provider_unittest.cc',
+ 'browser/notifications/extension_welcome_notification_unittest.cc',
+ 'browser/notifications/notification_conversion_helper_unittest.cc',
'browser/renderer_context_menu/context_menu_content_type_unittest.cc',
'browser/search/hotword_service_unittest.cc',
'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc',
@@ -2647,6 +2649,10 @@
# Android has no windows that have placement info.
'browser/prefs/browser_ui_prefs_migrator_unittest.cc',
+
+ # Android does not use the Message Center notification system.
+ 'browser/notifications/message_center_notifications_unittest.cc',
+ 'browser/notifications/message_center_settings_controller_unittest.cc',
],
'sources/': [
['exclude', '^browser/captive_portal/'],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698