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

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: changed message ids to actual string names 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') | no next file with comments »
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 1edcad5a23efdb854c8557c0c881e22f07538457..ea5fe911a0c47c3503b0649e93ff69f6a3ce25e0 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",
@@ -1247,6 +1249,7 @@ source_set("common_unittests") {
"system/tray/system_tray_unittest.cc",
"system/tray/tray_details_view_unittest.cc",
"system/tray/tray_event_filter_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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698