| OLD | NEW |
| 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") { |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 "views/message_popup_collection.cc", | 136 "views/message_popup_collection.cc", |
| 137 "views/message_popup_collection.h", | 137 "views/message_popup_collection.h", |
| 138 "views/message_view.cc", | 138 "views/message_view.cc", |
| 139 "views/message_view.h", | 139 "views/message_view.h", |
| 140 "views/message_view_context_menu_controller.cc", | 140 "views/message_view_context_menu_controller.cc", |
| 141 "views/message_view_context_menu_controller.h", | 141 "views/message_view_context_menu_controller.h", |
| 142 "views/message_view_factory.cc", | 142 "views/message_view_factory.cc", |
| 143 "views/message_view_factory.h", | 143 "views/message_view_factory.h", |
| 144 "views/notification_button.cc", | 144 "views/notification_button.cc", |
| 145 "views/notification_button.h", | 145 "views/notification_button.h", |
| 146 "views/notification_control_buttons_view.cc", |
| 147 "views/notification_control_buttons_view.h", |
| 146 "views/notification_header_view.cc", | 148 "views/notification_header_view.cc", |
| 147 "views/notification_header_view.h", | 149 "views/notification_header_view.h", |
| 148 "views/notification_view.cc", | 150 "views/notification_view.cc", |
| 149 "views/notification_view.h", | 151 "views/notification_view.h", |
| 150 "views/notification_view_md.cc", | 152 "views/notification_view_md.cc", |
| 151 "views/notification_view_md.h", | 153 "views/notification_view_md.h", |
| 152 "views/notifier_settings_view.cc", | 154 "views/notifier_settings_view.cc", |
| 153 "views/notifier_settings_view.h", | 155 "views/notifier_settings_view.h", |
| 154 "views/padded_button.cc", | 156 "views/padded_button.cc", |
| 155 "views/padded_button.h", | 157 "views/padded_button.h", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 if (!is_ios) { | 284 if (!is_ios) { |
| 283 sources += [ "mojo/struct_traits_unittest.cc" ] | 285 sources += [ "mojo/struct_traits_unittest.cc" ] |
| 284 deps += [ | 286 deps += [ |
| 285 "//mojo/edk/system", | 287 "//mojo/edk/system", |
| 286 "//ui/gfx:test_support", | 288 "//ui/gfx:test_support", |
| 287 "//ui/message_center/mojo:test_interfaces", | 289 "//ui/message_center/mojo:test_interfaces", |
| 288 ] | 290 ] |
| 289 } | 291 } |
| 290 } # !is_ios && !is_android | 292 } # !is_ios && !is_android |
| 291 } | 293 } |
| OLD | NEW |