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

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

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

Powered by Google App Engine
This is Rietveld 408576698