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

Unified Diff: ui/message_center/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index 8d129a6fc4950069f3b49cd7701c26909270335d..ec039bff2de5d829c78d8f5f25bb3d6ec79f9f8c 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -32,7 +32,7 @@ component("message_center") {
defines = [ "MESSAGE_CENTER_IMPLEMENTATION" ]
- if (enable_notifications && !is_android) {
+ if (enable_notifications && (!is_android || use_aura)) {
sources = [
"cocoa/notification_controller.h",
"cocoa/notification_controller.mm",

Powered by Google App Engine
This is Rietveld 408576698