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

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

Issue 2702673002: Remove unused TableViewRowBackgroundPainter class. (Closed)
Patch Set: remove include 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
« no previous file with comments | « no previous file | ui/views/controls/table/table_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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "controls/tabbed_pane/tabbed_pane.cc", 254 "controls/tabbed_pane/tabbed_pane.cc",
255 "controls/tabbed_pane/tabbed_pane.h", 255 "controls/tabbed_pane/tabbed_pane.h",
256 "controls/tabbed_pane/tabbed_pane_listener.h", 256 "controls/tabbed_pane/tabbed_pane_listener.h",
257 "controls/table/table_header.cc", 257 "controls/table/table_header.cc",
258 "controls/table/table_header.h", 258 "controls/table/table_header.h",
259 "controls/table/table_utils.cc", 259 "controls/table/table_utils.cc",
260 "controls/table/table_utils.h", 260 "controls/table/table_utils.h",
261 "controls/table/table_view.cc", 261 "controls/table/table_view.cc",
262 "controls/table/table_view.h", 262 "controls/table/table_view.h",
263 "controls/table/table_view_observer.h", 263 "controls/table/table_view_observer.h",
264 "controls/table/table_view_row_background_painter.h",
265 "controls/textfield/textfield.cc", 264 "controls/textfield/textfield.cc",
266 "controls/textfield/textfield.h", 265 "controls/textfield/textfield.h",
267 "controls/textfield/textfield_controller.cc", 266 "controls/textfield/textfield_controller.cc",
268 "controls/textfield/textfield_controller.h", 267 "controls/textfield/textfield_controller.h",
269 "controls/textfield/textfield_model.cc", 268 "controls/textfield/textfield_model.cc",
270 "controls/textfield/textfield_model.h", 269 "controls/textfield/textfield_model.h",
271 "controls/throbber.cc", 270 "controls/throbber.cc",
272 "controls/throbber.h", 271 "controls/throbber.h",
273 "controls/tree/tree_view.cc", 272 "controls/tree/tree_view.cc",
274 "controls/tree/tree_view.h", 273 "controls/tree/tree_view.h",
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 "//ui/base:test_support", 1050 "//ui/base:test_support",
1052 "//ui/compositor", 1051 "//ui/compositor",
1053 "//ui/events:test_support", 1052 "//ui/events:test_support",
1054 "//ui/gl:test_support", 1053 "//ui/gl:test_support",
1055 "//ui/resources", 1054 "//ui/resources",
1056 "//ui/resources:ui_test_pak", 1055 "//ui/resources:ui_test_pak",
1057 "//ui/strings", 1056 "//ui/strings",
1058 ] 1057 ]
1059 } 1058 }
1060 } 1059 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/controls/table/table_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698