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

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

Issue 2408623002: Views: Extract text selection code from Textfield. (Closed)
Patch Set: Check for |handles_selection_clipboard_| Created 4 years, 1 month 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/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 "native_theme_delegate.h", 300 "native_theme_delegate.h",
301 "painter.cc", 301 "painter.cc",
302 "painter.h", 302 "painter.h",
303 "pointer_watcher.h", 303 "pointer_watcher.h",
304 "rect_based_targeting_utils.cc", 304 "rect_based_targeting_utils.cc",
305 "rect_based_targeting_utils.h", 305 "rect_based_targeting_utils.h",
306 "repeat_controller.cc", 306 "repeat_controller.cc",
307 "repeat_controller.h", 307 "repeat_controller.h",
308 "round_rect_painter.cc", 308 "round_rect_painter.cc",
309 "round_rect_painter.h", 309 "round_rect_painter.h",
310 "selection_controller.cc",
311 "selection_controller.h",
312 "selection_controller_delegate.h",
310 "shadow_border.cc", 313 "shadow_border.cc",
311 "shadow_border.h", 314 "shadow_border.h",
312 "style/platform_style.cc", 315 "style/platform_style.cc",
313 "style/platform_style.h", 316 "style/platform_style.h",
314 "style/platform_style_mac.mm", 317 "style/platform_style_mac.mm",
315 "view.cc", 318 "view.cc",
316 "view.h", 319 "view.h",
317 "view_constants.cc", 320 "view_constants.cc",
318 "view_constants.h", 321 "view_constants.h",
319 "view_model.cc", 322 "view_model.cc",
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 "//ui/base:test_support", 1015 "//ui/base:test_support",
1013 "//ui/compositor", 1016 "//ui/compositor",
1014 "//ui/events:test_support", 1017 "//ui/events:test_support",
1015 "//ui/gl:test_support", 1018 "//ui/gl:test_support",
1016 "//ui/resources", 1019 "//ui/resources",
1017 "//ui/resources:ui_test_pak", 1020 "//ui/resources:ui_test_pak",
1018 "//ui/strings", 1021 "//ui/strings",
1019 ] 1022 ]
1020 } 1023 }
1021 } 1024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698