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

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

Issue 2345183002: Views: Draw Textfield selected text in gray when top-level Widget loses focus.
Patch Set: Refactor to use SelectionController(Delegate). Unfinished! Created 4 years 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/native_theme/native_theme_win.cc ('k') | ui/views/controls/label.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/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "painter.h", 300 "painter.h",
301 "pointer_watcher.h", 301 "pointer_watcher.h",
302 "rect_based_targeting_utils.cc", 302 "rect_based_targeting_utils.cc",
303 "rect_based_targeting_utils.h", 303 "rect_based_targeting_utils.h",
304 "repeat_controller.cc", 304 "repeat_controller.cc",
305 "repeat_controller.h", 305 "repeat_controller.h",
306 "round_rect_painter.cc", 306 "round_rect_painter.cc",
307 "round_rect_painter.h", 307 "round_rect_painter.h",
308 "selection_controller.cc", 308 "selection_controller.cc",
309 "selection_controller.h", 309 "selection_controller.h",
310 "selection_controller_delegate.cc",
310 "selection_controller_delegate.h", 311 "selection_controller_delegate.h",
311 "shadow_border.cc", 312 "shadow_border.cc",
312 "shadow_border.h", 313 "shadow_border.h",
313 "style/platform_style.cc", 314 "style/platform_style.cc",
314 "style/platform_style.h", 315 "style/platform_style.h",
315 "style/platform_style_mac.mm", 316 "style/platform_style_mac.mm",
316 "view.cc", 317 "view.cc",
317 "view.h", 318 "view.h",
318 "view_constants.cc", 319 "view_constants.cc",
319 "view_constants.h", 320 "view_constants.h",
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "//ui/base:test_support", 1018 "//ui/base:test_support",
1018 "//ui/compositor", 1019 "//ui/compositor",
1019 "//ui/events:test_support", 1020 "//ui/events:test_support",
1020 "//ui/gl:test_support", 1021 "//ui/gl:test_support",
1021 "//ui/resources", 1022 "//ui/resources",
1022 "//ui/resources:ui_test_pak", 1023 "//ui/resources:ui_test_pak",
1023 "//ui/strings", 1024 "//ui/strings",
1024 ] 1025 ]
1025 } 1026 }
1026 } 1027 }
OLDNEW
« no previous file with comments | « ui/native_theme/native_theme_win.cc ('k') | ui/views/controls/label.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698