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

Unified Diff: ash/BUILD.gn

Issue 2957043002: Add a row in the network tray to inform users to turn Bluetooth on to enable Tether. (Closed)
Patch Set: khorimoto@ comments Created 3 years, 5 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/ash_strings.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 6f4d341785545b092f72dd3725bbde12fb6a270d..519df5e4fdac3affc75204548358437a8cfc46d6 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -538,6 +538,8 @@ component("ash") {
"system/tray/tray_event_filter.h",
"system/tray/tray_image_item.cc",
"system/tray/tray_image_item.h",
+ "system/tray/tray_info_label.cc",
+ "system/tray/tray_info_label.h",
"system/tray/tray_item_more.cc",
"system/tray/tray_item_more.h",
"system/tray/tray_item_view.cc",
@@ -1242,6 +1244,7 @@ source_set("common_unittests") {
"system/tray/size_range_layout_unittest.cc",
"system/tray/system_tray_unittest.cc",
"system/tray/tray_details_view_unittest.cc",
+ "system/tray/tray_info_label_unittest.cc",
"system/tray/tri_view_unittest.cc",
"system/tray_tracing_unittest.cc",
"system/update/tray_update_unittest.cc",
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/ash_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698