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

Unified Diff: chrome/chrome_tests.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_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 df19165a13b8ae99283b2a5f685d0a82368e7bc3..a9a7f4eb37b408771e288eb5a11b1d81d548626e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1443,6 +1443,15 @@
['exclude', '^browser/extensions/notifications_apitest.cc'],
],
}],
+ ['OS=="android"', {
+ 'sources!': [
+ # Android does not use the message center-based Notification system.
+ 'browser/notifications/message_center_notifications_browsertest.cc',
+
+ # TODO(peter): Enable the Notification browser tests.
+ 'browser/notifications/notification_browsertest.cc',
+ ]
+ }],
['toolkit_views==1', {
'dependencies': [
'../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698