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

Unified Diff: ui/views/examples/BUILD.gn

Issue 2144753002: Remove views::SingleSplitView as it's presently unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix includes Created 4 years, 5 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
« no previous file with comments | « ui/views/controls/single_split_view_unittest.cc ('k') | ui/views/examples/double_split_view_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index 0d3371ddb942535b4e6e1e79d1e3aa08b2cd3ac9..44eb4a4c5216f0b082ffcfc456acb05ae1190e99 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -16,8 +16,6 @@ component("views_examples_lib") {
"checkbox_example.h",
"combobox_example.cc",
"combobox_example.h",
- "double_split_view_example.cc",
- "double_split_view_example.h",
"example_base.cc",
"example_base.h",
"example_combobox_model.cc",
@@ -40,8 +38,6 @@ component("views_examples_lib") {
"radio_button_example.h",
"scroll_view_example.cc",
"scroll_view_example.h",
- "single_split_view_example.cc",
- "single_split_view_example.h",
"slider_example.cc",
"slider_example.h",
"tabbed_pane_example.cc",
« no previous file with comments | « ui/views/controls/single_split_view_unittest.cc ('k') | ui/views/examples/double_split_view_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698