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

Side by Side Diff: ui/message_center/BUILD.gn

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: addressed comments Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/vector_icons/vector_icons.gni") 8 import("//ui/vector_icons/vector_icons.gni")
9 9
10 aggregate_vector_icons("message_center_vector_icons") { 10 aggregate_vector_icons("message_center_vector_icons") {
11 icon_directory = "vector_icons" 11 icon_directory = "vector_icons"
12 12
13 icons = [ 13 icons = [
14 "notification_settings_button.1x.icon", 14 "notification_settings_button.1x.icon",
15 "notification_settings_button.icon", 15 "notification_settings_button.icon",
16 "notification_close_button.1x.icon", 16 "notification_close_button.1x.icon",
17 "notification_close_button.icon", 17 "notification_close_button.icon",
18 "product.1x.icon",
19 "product.icon",
18 ] 20 ]
19 } 21 }
20 22
21 # TODO(msw|mukai|dewittj): Move ash-specific files: crbug.com/585175 23 # TODO(msw|mukai|dewittj): Move ash-specific files: crbug.com/585175
22 component("message_center") { 24 component("message_center") {
23 deps = [ 25 deps = [
24 "//base", 26 "//base",
25 "//ui/base", 27 "//ui/base",
26 "//url", 28 "//url",
27 ] 29 ]
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "views/message_view.cc", 133 "views/message_view.cc",
132 "views/message_view.h", 134 "views/message_view.h",
133 "views/message_view_context_menu_controller.cc", 135 "views/message_view_context_menu_controller.cc",
134 "views/message_view_context_menu_controller.h", 136 "views/message_view_context_menu_controller.h",
135 "views/message_view_factory.cc", 137 "views/message_view_factory.cc",
136 "views/message_view_factory.h", 138 "views/message_view_factory.h",
137 "views/notification_button.cc", 139 "views/notification_button.cc",
138 "views/notification_button.h", 140 "views/notification_button.h",
139 "views/notification_view.cc", 141 "views/notification_view.cc",
140 "views/notification_view.h", 142 "views/notification_view.h",
143 "views/notification_view_md.cc",
144 "views/notification_view_md.h",
141 "views/notifier_settings_view.cc", 145 "views/notifier_settings_view.cc",
142 "views/notifier_settings_view.h", 146 "views/notifier_settings_view.h",
143 "views/padded_button.cc", 147 "views/padded_button.cc",
144 "views/padded_button.h", 148 "views/padded_button.h",
145 "views/popup_alignment_delegate.cc", 149 "views/popup_alignment_delegate.cc",
146 "views/popup_alignment_delegate.h", 150 "views/popup_alignment_delegate.h",
147 "views/proportional_image_view.cc", 151 "views/proportional_image_view.cc",
148 "views/proportional_image_view.h", 152 "views/proportional_image_view.h",
149 "views/slide_out_controller.cc", 153 "views/slide_out_controller.cc",
150 "views/slide_out_controller.h", 154 "views/slide_out_controller.h",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 if (!is_ios) { 275 if (!is_ios) {
272 sources += [ "mojo/struct_traits_unittest.cc" ] 276 sources += [ "mojo/struct_traits_unittest.cc" ]
273 deps += [ 277 deps += [
274 "//mojo/edk/system", 278 "//mojo/edk/system",
275 "//ui/gfx:test_support", 279 "//ui/gfx:test_support",
276 "//ui/message_center/mojo:test_interfaces", 280 "//ui/message_center/mojo:test_interfaces",
277 ] 281 ]
278 } 282 }
279 } # !is_ios && !is_android 283 } # !is_ios && !is_android
280 } 284 }
OLDNEW
« no previous file with comments | « ui/arc/notification/arc_notification_item_impl.cc ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698