| # Copyright 2016 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| mojom = "//ui/message_center/mojo/notification.mojom" |
| public_headers = [ "//ui/message_center/notification.h" ] |
| traits_headers = [ "//ui/message_center/mojo/notification_struct_traits.h" ] |
| sources = [ |
| "//ui/message_center/mojo:struct_traits", |
| ] |
| deps = [ |
| "//ui/message_center/mojo:struct_traits", |
| ] |
| type_mappings = |
| [ "message_center.mojom.Notification=message_center::Notification" ] |