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

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

Issue 2500623002: Add ViewObserver to View for view updates (Closed)
Patch Set: sadruls comments 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
« no previous file with comments | « no previous file | ui/views/devtools_observer.h » ('j') | ui/views/devtools_observer.h » ('J')
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "controls/textfield/textfield_model.cc", 244 "controls/textfield/textfield_model.cc",
245 "controls/textfield/textfield_model.h", 245 "controls/textfield/textfield_model.h",
246 "controls/throbber.cc", 246 "controls/throbber.cc",
247 "controls/throbber.h", 247 "controls/throbber.h",
248 "controls/tree/tree_view.cc", 248 "controls/tree/tree_view.cc",
249 "controls/tree/tree_view.h", 249 "controls/tree/tree_view.h",
250 "controls/tree/tree_view_controller.cc", 250 "controls/tree/tree_view_controller.cc",
251 "controls/tree/tree_view_controller.h", 251 "controls/tree/tree_view_controller.h",
252 "debug_utils.cc", 252 "debug_utils.cc",
253 "debug_utils.h", 253 "debug_utils.h",
254 "devtools_observer.h",
254 "drag_controller.h", 255 "drag_controller.h",
255 "drag_utils.cc", 256 "drag_utils.cc",
256 "drag_utils.h", 257 "drag_utils.h",
257 "drag_utils_mac.mm", 258 "drag_utils_mac.mm",
258 "event_monitor.h", 259 "event_monitor.h",
259 "event_monitor_mac.h", 260 "event_monitor_mac.h",
260 "event_monitor_mac.mm", 261 "event_monitor_mac.mm",
261 "focus/external_focus_tracker.cc", 262 "focus/external_focus_tracker.cc",
262 "focus/external_focus_tracker.h", 263 "focus/external_focus_tracker.h",
263 "focus/focus_manager.cc", 264 "focus/focus_manager.cc",
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 "//ui/base:test_support", 1023 "//ui/base:test_support",
1023 "//ui/compositor", 1024 "//ui/compositor",
1024 "//ui/events:test_support", 1025 "//ui/events:test_support",
1025 "//ui/gl:test_support", 1026 "//ui/gl:test_support",
1026 "//ui/resources", 1027 "//ui/resources",
1027 "//ui/resources:ui_test_pak", 1028 "//ui/resources:ui_test_pak",
1028 "//ui/strings", 1029 "//ui/strings",
1029 ] 1030 ]
1030 } 1031 }
1031 } 1032 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/devtools_observer.h » ('j') | ui/views/devtools_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698