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", |