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

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

Issue 2684343006: Make the account chooser and CVC dialog use the same icon with toolip for Views. (Closed)
Patch Set: comments from msw@ Created 3 years, 10 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/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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "background.cc", 80 "background.cc",
81 "background.h", 81 "background.h",
82 "border.cc", 82 "border.cc",
83 "border.h", 83 "border.h",
84 "bubble/bubble_border.cc", 84 "bubble/bubble_border.cc",
85 "bubble/bubble_border.h", 85 "bubble/bubble_border.h",
86 "bubble/bubble_dialog_delegate.cc", 86 "bubble/bubble_dialog_delegate.cc",
87 "bubble/bubble_dialog_delegate.h", 87 "bubble/bubble_dialog_delegate.h",
88 "bubble/bubble_frame_view.cc", 88 "bubble/bubble_frame_view.cc",
89 "bubble/bubble_frame_view.h", 89 "bubble/bubble_frame_view.h",
90 "bubble/info_bubble.cc",
91 "bubble/info_bubble.h",
92 "bubble/tooltip_icon.cc",
93 "bubble/tooltip_icon.h",
90 "button_drag_utils.cc", 94 "button_drag_utils.cc",
91 "button_drag_utils.h", 95 "button_drag_utils.h",
92 "cocoa/bridged_content_view.h", 96 "cocoa/bridged_content_view.h",
93 "cocoa/bridged_content_view.mm", 97 "cocoa/bridged_content_view.mm",
94 "cocoa/bridged_content_view_touch_bar.mm", 98 "cocoa/bridged_content_view_touch_bar.mm",
95 "cocoa/bridged_native_widget.h", 99 "cocoa/bridged_native_widget.h",
96 "cocoa/bridged_native_widget.mm", 100 "cocoa/bridged_native_widget.mm",
97 "cocoa/bridged_native_widget_owner.h", 101 "cocoa/bridged_native_widget_owner.h",
98 "cocoa/cocoa_mouse_capture.h", 102 "cocoa/cocoa_mouse_capture.h",
99 "cocoa/cocoa_mouse_capture.mm", 103 "cocoa/cocoa_mouse_capture.mm",
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "//ui/base:test_support", 1061 "//ui/base:test_support",
1058 "//ui/compositor", 1062 "//ui/compositor",
1059 "//ui/events:test_support", 1063 "//ui/events:test_support",
1060 "//ui/gl:test_support", 1064 "//ui/gl:test_support",
1061 "//ui/resources", 1065 "//ui/resources",
1062 "//ui/resources:ui_test_pak", 1066 "//ui/resources:ui_test_pak",
1063 "//ui/strings", 1067 "//ui/strings",
1064 ] 1068 ]
1065 } 1069 }
1066 } 1070 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/passwords/credentials_item_view.cc ('k') | ui/views/bubble/info_bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698