summaryrefslogtreecommitdiffstats
path: root/ui/message_center
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-12-02 23:28:23 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-03 07:29:21 +0000
commitbba95ce46aeb5ddbec99727adbc9288883b23819 (patch)
tree38b4ab6147b26c7dea69fda20c135d630adecdf0 /ui/message_center
parent1c240d2719e764ed0108aa59ba35a6d99c00491a (diff)
downloadchromium_src-bba95ce46aeb5ddbec99727adbc9288883b23819.zip
chromium_src-bba95ce46aeb5ddbec99727adbc9288883b23819.tar.gz
chromium_src-bba95ce46aeb5ddbec99727adbc9288883b23819.tar.bz2
gn format //ui
No intended functionality change. (Binary used includes https://codereview.chromium.org/774753004/) R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/776763002 Cr-Commit-Position: refs/heads/master@{#306568}
Diffstat (limited to 'ui/message_center')
-rw-r--r--ui/message_center/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index 31e9a89..613a5bf 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -128,7 +128,6 @@ component("message_center") {
"views/message_center_bubble.h",
]
}
-
} else {
# Notification service disabled.
sources = [
@@ -136,6 +135,7 @@ component("message_center") {
"notification_delegate.cc",
"notification_delegate.h",
]
+
# Android implements its own notification UI manager instead of deferring to
# the message center (when notifications are enabled). Include a minimal
# set of files required for notifications on Android.