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

Side by Side Diff: ash/BUILD.gn

Issue 2244003002: Materialized font style for TrayItemMore type system tray rows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deferred generic TrayItemPopupStyle application to TrayItemMore. Created 4 years, 3 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 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "common/system/tray/tray_item_more.cc", 377 "common/system/tray/tray_item_more.cc",
378 "common/system/tray/tray_item_more.h", 378 "common/system/tray/tray_item_more.h",
379 "common/system/tray/tray_item_view.cc", 379 "common/system/tray/tray_item_view.cc",
380 "common/system/tray/tray_item_view.h", 380 "common/system/tray/tray_item_view.h",
381 "common/system/tray/tray_notification_view.cc", 381 "common/system/tray/tray_notification_view.cc",
382 "common/system/tray/tray_notification_view.h", 382 "common/system/tray/tray_notification_view.h",
383 "common/system/tray/tray_popup_header_button.cc", 383 "common/system/tray/tray_popup_header_button.cc",
384 "common/system/tray/tray_popup_header_button.h", 384 "common/system/tray/tray_popup_header_button.h",
385 "common/system/tray/tray_popup_item_container.cc", 385 "common/system/tray/tray_popup_item_container.cc",
386 "common/system/tray/tray_popup_item_container.h", 386 "common/system/tray/tray_popup_item_container.h",
387 "common/system/tray/tray_popup_item_style.cc",
388 "common/system/tray/tray_popup_item_style.h",
389 "common/system/tray/tray_popup_item_style_observer.h",
387 "common/system/tray/tray_popup_label_button.cc", 390 "common/system/tray/tray_popup_label_button.cc",
388 "common/system/tray/tray_popup_label_button.h", 391 "common/system/tray/tray_popup_label_button.h",
389 "common/system/tray/tray_popup_label_button_border.cc", 392 "common/system/tray/tray_popup_label_button_border.cc",
390 "common/system/tray/tray_popup_label_button_border.h", 393 "common/system/tray/tray_popup_label_button_border.h",
391 "common/system/tray/tray_utils.cc", 394 "common/system/tray/tray_utils.cc",
392 "common/system/tray/tray_utils.h", 395 "common/system/tray/tray_utils.h",
393 "common/system/tray/view_click_listener.h", 396 "common/system/tray/view_click_listener.h",
394 "common/system/tray_accessibility.cc", 397 "common/system/tray_accessibility.cc",
395 "common/system/tray_accessibility.h", 398 "common/system/tray_accessibility.h",
396 "common/system/update/tray_update.cc", 399 "common/system/update/tray_update.cc",
(...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 if (is_win) { 1640 if (is_win) {
1638 configs -= [ "//build/config/win:console" ] 1641 configs -= [ "//build/config/win:console" ]
1639 configs += [ "//build/config/win:windowed" ] 1642 configs += [ "//build/config/win:windowed" ]
1640 deps += [ "//sandbox" ] 1643 deps += [ "//sandbox" ]
1641 } 1644 }
1642 1645
1643 if (is_chromeos) { 1646 if (is_chromeos) {
1644 deps += [ "//device/bluetooth" ] 1647 deps += [ "//device/bluetooth" ]
1645 } 1648 }
1646 } 1649 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/tray_item_more.h » ('j') | ash/common/system/tray/tray_item_more.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698