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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/ash_strings.grd » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "system/tray/tray_constants.cc", 531 "system/tray/tray_constants.cc",
532 "system/tray/tray_constants.h", 532 "system/tray/tray_constants.h",
533 "system/tray/tray_container.cc", 533 "system/tray/tray_container.cc",
534 "system/tray/tray_container.h", 534 "system/tray/tray_container.h",
535 "system/tray/tray_details_view.cc", 535 "system/tray/tray_details_view.cc",
536 "system/tray/tray_details_view.h", 536 "system/tray/tray_details_view.h",
537 "system/tray/tray_event_filter.cc", 537 "system/tray/tray_event_filter.cc",
538 "system/tray/tray_event_filter.h", 538 "system/tray/tray_event_filter.h",
539 "system/tray/tray_image_item.cc", 539 "system/tray/tray_image_item.cc",
540 "system/tray/tray_image_item.h", 540 "system/tray/tray_image_item.h",
541 "system/tray/tray_info_label.cc",
542 "system/tray/tray_info_label.h",
541 "system/tray/tray_item_more.cc", 543 "system/tray/tray_item_more.cc",
542 "system/tray/tray_item_more.h", 544 "system/tray/tray_item_more.h",
543 "system/tray/tray_item_view.cc", 545 "system/tray/tray_item_view.cc",
544 "system/tray/tray_item_view.h", 546 "system/tray/tray_item_view.h",
545 "system/tray/tray_popup_header_button.cc", 547 "system/tray/tray_popup_header_button.cc",
546 "system/tray/tray_popup_header_button.h", 548 "system/tray/tray_popup_header_button.h",
547 "system/tray/tray_popup_ink_drop_style.h", 549 "system/tray/tray_popup_ink_drop_style.h",
548 "system/tray/tray_popup_item_style.cc", 550 "system/tray/tray_popup_item_style.cc",
549 "system/tray/tray_popup_item_style.h", 551 "system/tray/tray_popup_item_style.h",
550 "system/tray/tray_popup_utils.cc", 552 "system/tray/tray_popup_utils.cc",
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 "system/screen_security/screen_tray_item_unittest.cc", 1237 "system/screen_security/screen_tray_item_unittest.cc",
1236 "system/session/logout_confirmation_controller_unittest.cc", 1238 "system/session/logout_confirmation_controller_unittest.cc",
1237 "system/session/tray_session_length_limit_unittest.cc", 1239 "system/session/tray_session_length_limit_unittest.cc",
1238 "system/status_area_widget_unittest.cc", 1240 "system/status_area_widget_unittest.cc",
1239 "system/supervised/tray_supervised_user_unittest.cc", 1241 "system/supervised/tray_supervised_user_unittest.cc",
1240 "system/tiles/tray_tiles_unittest.cc", 1242 "system/tiles/tray_tiles_unittest.cc",
1241 "system/toast/toast_manager_unittest.cc", 1243 "system/toast/toast_manager_unittest.cc",
1242 "system/tray/size_range_layout_unittest.cc", 1244 "system/tray/size_range_layout_unittest.cc",
1243 "system/tray/system_tray_unittest.cc", 1245 "system/tray/system_tray_unittest.cc",
1244 "system/tray/tray_details_view_unittest.cc", 1246 "system/tray/tray_details_view_unittest.cc",
1247 "system/tray/tray_info_label_unittest.cc",
1245 "system/tray/tri_view_unittest.cc", 1248 "system/tray/tri_view_unittest.cc",
1246 "system/tray_tracing_unittest.cc", 1249 "system/tray_tracing_unittest.cc",
1247 "system/update/tray_update_unittest.cc", 1250 "system/update/tray_update_unittest.cc",
1248 "system/user/tray_user_unittest.cc", 1251 "system/user/tray_user_unittest.cc",
1249 "system/web_notification/ash_popup_alignment_delegate_unittest.cc", 1252 "system/web_notification/ash_popup_alignment_delegate_unittest.cc",
1250 "system/web_notification/web_notification_tray_unittest.cc", 1253 "system/web_notification/web_notification_tray_unittest.cc",
1251 "test/ash_test_helper_unittest.cc", 1254 "test/ash_test_helper_unittest.cc",
1252 "tooltips/tooltip_controller_unittest.cc", 1255 "tooltips/tooltip_controller_unittest.cc",
1253 "tray_action/tray_action_unittest.cc", 1256 "tray_action/tray_action_unittest.cc",
1254 "wallpaper/wallpaper_controller_unittest.cc", 1257 "wallpaper/wallpaper_controller_unittest.cc",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 "//content/public/app:both", 1562 "//content/public/app:both",
1560 "//device/bluetooth", 1563 "//device/bluetooth",
1561 ] 1564 ]
1562 1565
1563 data_deps = [ 1566 data_deps = [
1564 "//ash/strings:ash_test_strings", 1567 "//ash/strings:ash_test_strings",
1565 "//ash/resources:ash_test_resources_with_content_100_percent", 1568 "//ash/resources:ash_test_resources_with_content_100_percent",
1566 "//ash/resources:ash_test_resources_200_percent", 1569 "//ash/resources:ash_test_resources_200_percent",
1567 ] 1570 ]
1568 } 1571 }
OLDNEW
« 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