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

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

Issue 2500623002: Add ViewObserver to View for view updates (Closed)
Patch Set: Remove Rect forward declaration and view.h include 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 | « no previous file | ui/views/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/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "style/platform_style.h", 317 "style/platform_style.h",
318 "style/platform_style_mac.mm", 318 "style/platform_style_mac.mm",
319 "view.cc", 319 "view.cc",
320 "view.h", 320 "view.h",
321 "view_constants.cc", 321 "view_constants.cc",
322 "view_constants.h", 322 "view_constants.h",
323 "view_model.cc", 323 "view_model.cc",
324 "view_model.h", 324 "view_model.h",
325 "view_model_utils.cc", 325 "view_model_utils.cc",
326 "view_model_utils.h", 326 "view_model_utils.h",
327 "view_observer.h",
327 "view_targeter.cc", 328 "view_targeter.cc",
328 "view_targeter.h", 329 "view_targeter.h",
329 "view_targeter_delegate.cc", 330 "view_targeter_delegate.cc",
330 "view_targeter_delegate.h", 331 "view_targeter_delegate.h",
331 "views_delegate.cc", 332 "views_delegate.cc",
332 "views_delegate.h", 333 "views_delegate.h",
333 "views_export.h", 334 "views_export.h",
334 "views_exports.cc", 335 "views_exports.cc",
335 "views_switches.cc", 336 "views_switches.cc",
336 "views_switches.h", 337 "views_switches.h",
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 "//ui/base:test_support", 1015 "//ui/base:test_support",
1015 "//ui/compositor", 1016 "//ui/compositor",
1016 "//ui/events:test_support", 1017 "//ui/events:test_support",
1017 "//ui/gl:test_support", 1018 "//ui/gl:test_support",
1018 "//ui/resources", 1019 "//ui/resources",
1019 "//ui/resources:ui_test_pak", 1020 "//ui/resources:ui_test_pak",
1020 "//ui/strings", 1021 "//ui/strings",
1021 ] 1022 ]
1022 } 1023 }
1023 } 1024 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698