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

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

Issue 2860953002: Harmony: Apply the upper bound on equal-sized button widths in DialogClientView. (Closed)
Patch Set: test_layout_provider.h, sanity checks, self-review: nit data member names Created 3 years, 7 months 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/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "test/menu_runner_test_api.h", 704 "test/menu_runner_test_api.h",
705 "test/menu_test_utils.cc", 705 "test/menu_test_utils.cc",
706 "test/menu_test_utils.h", 706 "test/menu_test_utils.h",
707 "test/native_widget_factory.h", 707 "test/native_widget_factory.h",
708 "test/scoped_views_test_helper.cc", 708 "test/scoped_views_test_helper.cc",
709 "test/scoped_views_test_helper.h", 709 "test/scoped_views_test_helper.h",
710 "test/slider_test_api.cc", 710 "test/slider_test_api.cc",
711 "test/slider_test_api.h", 711 "test/slider_test_api.h",
712 "test/test_layout_manager.cc", 712 "test/test_layout_manager.cc",
713 "test/test_layout_manager.h", 713 "test/test_layout_manager.h",
714 "test/test_layout_provider.cc",
715 "test/test_layout_provider.h",
714 "test/test_platform_native_widget.h", 716 "test/test_platform_native_widget.h",
715 "test/test_views.cc", 717 "test/test_views.cc",
716 "test/test_views.h", 718 "test/test_views.h",
717 "test/test_views_delegate.h", 719 "test/test_views_delegate.h",
718 "test/test_views_delegate_mac.mm", 720 "test/test_views_delegate_mac.mm",
719 "test/test_widget_observer.cc", 721 "test/test_widget_observer.cc",
720 "test/test_widget_observer.h", 722 "test/test_widget_observer.h",
721 "test/views_interactive_ui_test_base.cc", 723 "test/views_interactive_ui_test_base.cc",
722 "test/views_interactive_ui_test_base.h", 724 "test/views_interactive_ui_test_base.h",
723 "test/views_test_base.cc", 725 "test/views_test_base.cc",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 "//ui/base:test_support", 1065 "//ui/base:test_support",
1064 "//ui/compositor", 1066 "//ui/compositor",
1065 "//ui/events:test_support", 1067 "//ui/events:test_support",
1066 "//ui/gl:test_support", 1068 "//ui/gl:test_support",
1067 "//ui/resources", 1069 "//ui/resources",
1068 "//ui/resources:ui_test_pak", 1070 "//ui/resources:ui_test_pak",
1069 "//ui/strings", 1071 "//ui/strings",
1070 ] 1072 ]
1071 } 1073 }
1072 } 1074 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_provider.cc ('k') | ui/views/bubble/bubble_frame_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698