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

Unified Diff: ash/BUILD.gn

Issue 2439093002: Reland of "Added common layout framework for system menu rows." (Closed)
Patch Set: Made the ThreeViewLayout own the container views. Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index a907e6704cadd22de7bdd6635d3cf77628b14374..01c50bd69f62512745b8af2e1f0afef88a85484d 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -354,6 +354,8 @@ component("ash") {
"common/system/tray/ime_info.h",
"common/system/tray/label_tray_view.cc",
"common/system/tray/label_tray_view.h",
+ "common/system/tray/size_range_layout.cc",
+ "common/system/tray/size_range_layout.h",
"common/system/tray/special_popup_row.cc",
"common/system/tray/special_popup_row.h",
"common/system/tray/system_menu_button.cc",
@@ -370,6 +372,8 @@ component("ash") {
"common/system/tray/system_tray_item.h",
"common/system/tray/system_tray_notifier.cc",
"common/system/tray/system_tray_notifier.h",
+ "common/system/tray/three_view_layout.cc",
+ "common/system/tray/three_view_layout.h",
"common/system/tray/throbber_view.cc",
"common/system/tray/throbber_view.h",
"common/system/tray/tray_background_view.cc",
@@ -400,6 +404,8 @@ component("ash") {
"common/system/tray/tray_popup_label_button.h",
"common/system/tray/tray_popup_label_button_border.cc",
"common/system/tray/tray_popup_label_button_border.h",
+ "common/system/tray/tray_popup_layout_factory.cc",
+ "common/system/tray/tray_popup_layout_factory.h",
"common/system/tray/tray_utils.cc",
"common/system/tray/tray_utils.h",
"common/system/tray/view_click_listener.h",
@@ -1221,7 +1227,9 @@ test("ash_unittests") {
"common/system/chromeos/session/tray_session_length_limit_unittest.cc",
"common/system/ime/tray_ime_chromeos_unittest.cc",
"common/system/tiles/tray_tiles_unittest.cc",
+ "common/system/tray/size_range_layout_unittest.cc",
"common/system/tray/system_tray_unittest.cc",
+ "common/system/tray/three_view_layout_unittest.cc",
"common/system/tray/tray_details_view_unittest.cc",
"common/system/user/tray_user_unittest.cc",
« no previous file with comments | « no previous file | ash/common/system/tray/size_range_layout.h » ('j') | ash/common/system/tray/three_view_layout.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698