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

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

Issue 2906323002: Rename ArcCustomNotificationView to ArcNotificationContentView (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
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "notification/arc_custom_notification_view.cc", 10 "notification/arc_notification_content_view.cc",
11 "notification/arc_custom_notification_view.h", 11 "notification/arc_notification_content_view.h",
12 "notification/arc_notification_delegate.cc", 12 "notification/arc_notification_delegate.cc",
13 "notification/arc_notification_delegate.h", 13 "notification/arc_notification_delegate.h",
14 "notification/arc_notification_item.h", 14 "notification/arc_notification_item.h",
15 "notification/arc_notification_item_impl.cc", 15 "notification/arc_notification_item_impl.cc",
16 "notification/arc_notification_item_impl.h", 16 "notification/arc_notification_item_impl.h",
17 "notification/arc_notification_manager.cc", 17 "notification/arc_notification_manager.cc",
18 "notification/arc_notification_manager.h", 18 "notification/arc_notification_manager.h",
19 "notification/arc_notification_surface_manager.cc", 19 "notification/arc_notification_surface_manager.cc",
20 "notification/arc_notification_surface_manager.h", 20 "notification/arc_notification_surface_manager.h",
21 "notification/arc_notification_view.cc", 21 "notification/arc_notification_view.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//ui/base:test_support", 63 "//ui/base:test_support",
64 "//ui/base/ime", 64 "//ui/base/ime",
65 "//ui/events", 65 "//ui/events",
66 "//ui/events:test_support", 66 "//ui/events:test_support",
67 "//ui/gl:test_support", 67 "//ui/gl:test_support",
68 "//ui/message_center:test_support", 68 "//ui/message_center:test_support",
69 "//ui/views", 69 "//ui/views",
70 "//ui/views:test_support", 70 "//ui/views:test_support",
71 ] 71 ]
72 } 72 }
OLDNEW
« no previous file with comments | « no previous file | ui/arc/notification/arc_custom_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698