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

Unified Diff: ui/views/BUILD.gn

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: fix cros build Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 6d7003e682a10e9151a79df9278f0b4302b4a29e..7ffc22c21de8f1949d8438d7f0bf1efaa64b183d 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -145,10 +145,6 @@ component("views") {
"controls/button/radio_button.h",
"controls/button/toggle_button.cc",
"controls/button/toggle_button.h",
- "controls/button/vector_icon_button.cc",
- "controls/button/vector_icon_button.h",
- "controls/button/vector_icon_button_delegate.cc",
- "controls/button/vector_icon_button_delegate.h",
"controls/combobox/combobox.cc",
"controls/combobox/combobox.h",
"controls/combobox/combobox_listener.h",
@@ -935,6 +931,8 @@ source_set("views_unittests_sources") {
"//ui/resources",
"//ui/resources:ui_test_pak",
"//ui/strings",
+ "//ui/strings",
+ "//ui/vector_icons",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698