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', { |