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

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

Issue 2892563004: Use animated vector icon for app menu notification animation. (Closed)
Patch Set: one more f 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 | « ui/gfx/paint_vector_icon.cc ('k') | ui/views/controls/animated_icon_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 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/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "cocoa/views_nswindow_delegate.h", 105 "cocoa/views_nswindow_delegate.h",
106 "cocoa/views_nswindow_delegate.mm", 106 "cocoa/views_nswindow_delegate.mm",
107 "cocoa/views_scrollbar_bridge.h", 107 "cocoa/views_scrollbar_bridge.h",
108 "cocoa/views_scrollbar_bridge.mm", 108 "cocoa/views_scrollbar_bridge.mm",
109 "cocoa/widget_owner_nswindow_adapter.h", 109 "cocoa/widget_owner_nswindow_adapter.h",
110 "cocoa/widget_owner_nswindow_adapter.mm", 110 "cocoa/widget_owner_nswindow_adapter.mm",
111 "color_chooser/color_chooser_listener.h", 111 "color_chooser/color_chooser_listener.h",
112 "color_chooser/color_chooser_view.cc", 112 "color_chooser/color_chooser_view.cc",
113 "color_chooser/color_chooser_view.h", 113 "color_chooser/color_chooser_view.h",
114 "context_menu_controller.h", 114 "context_menu_controller.h",
115 "controls/animated_icon_view.cc",
116 "controls/animated_icon_view.h",
115 "controls/button/blue_button.cc", 117 "controls/button/blue_button.cc",
116 "controls/button/blue_button.h", 118 "controls/button/blue_button.h",
117 "controls/button/button.cc", 119 "controls/button/button.cc",
118 "controls/button/button.h", 120 "controls/button/button.h",
119 "controls/button/checkbox.cc", 121 "controls/button/checkbox.cc",
120 "controls/button/checkbox.h", 122 "controls/button/checkbox.h",
121 "controls/button/custom_button.cc", 123 "controls/button/custom_button.cc",
122 "controls/button/custom_button.h", 124 "controls/button/custom_button.h",
123 "controls/button/image_button.cc", 125 "controls/button/image_button.cc",
124 "controls/button/image_button.h", 126 "controls/button/image_button.h",
(...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "//ui/base:test_support", 1077 "//ui/base:test_support",
1076 "//ui/compositor", 1078 "//ui/compositor",
1077 "//ui/events:test_support", 1079 "//ui/events:test_support",
1078 "//ui/gl:test_support", 1080 "//ui/gl:test_support",
1079 "//ui/resources", 1081 "//ui/resources",
1080 "//ui/resources:ui_test_pak", 1082 "//ui/resources:ui_test_pak",
1081 "//ui/strings", 1083 "//ui/strings",
1082 ] 1084 ]
1083 } 1085 }
1084 } 1086 }
OLDNEW
« no previous file with comments | « ui/gfx/paint_vector_icon.cc ('k') | ui/views/controls/animated_icon_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698