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

Side by Side Diff: ash/BUILD.gn

Issue 2832903002: cros: Remove supervised user methods from SystemTrayDelegate (Closed)
Patch Set: rebase Created 3 years, 8 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') | no next file with comments »
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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "system/session/logout_confirmation_dialog.h", 468 "system/session/logout_confirmation_dialog.h",
469 "system/session/session_length_limit_observer.h", 469 "system/session/session_length_limit_observer.h",
470 "system/session/tray_session_length_limit.cc", 470 "system/session/tray_session_length_limit.cc",
471 "system/session/tray_session_length_limit.h", 471 "system/session/tray_session_length_limit.h",
472 "system/status_area_layout_manager.cc", 472 "system/status_area_layout_manager.cc",
473 "system/status_area_layout_manager.h", 473 "system/status_area_layout_manager.h",
474 "system/status_area_widget.cc", 474 "system/status_area_widget.cc",
475 "system/status_area_widget.h", 475 "system/status_area_widget.h",
476 "system/status_area_widget_delegate.cc", 476 "system/status_area_widget_delegate.cc",
477 "system/status_area_widget_delegate.h", 477 "system/status_area_widget_delegate.h",
478 "system/supervised/custodian_info_tray_observer.h",
479 "system/supervised/tray_supervised_user.cc", 478 "system/supervised/tray_supervised_user.cc",
480 "system/supervised/tray_supervised_user.h", 479 "system/supervised/tray_supervised_user.h",
481 "system/system_clock_observer.cc", 480 "system/system_clock_observer.cc",
482 "system/system_clock_observer.h", 481 "system/system_clock_observer.h",
483 "system/system_notifier.cc", 482 "system/system_notifier.cc",
484 "system/system_notifier.h", 483 "system/system_notifier.h",
485 "system/tiles/tiles_default_view.cc", 484 "system/tiles/tiles_default_view.cc",
486 "system/tiles/tiles_default_view.h", 485 "system/tiles/tiles_default_view.h",
487 "system/tiles/tray_tiles.cc", 486 "system/tiles/tray_tiles.cc",
488 "system/tiles/tray_tiles.h", 487 "system/tiles/tray_tiles.h",
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "//content/public/app:both", 1492 "//content/public/app:both",
1494 "//device/bluetooth", 1493 "//device/bluetooth",
1495 ] 1494 ]
1496 1495
1497 data_deps = [ 1496 data_deps = [
1498 "//ash/strings:ash_test_strings", 1497 "//ash/strings:ash_test_strings",
1499 "//ash/resources:ash_test_resources_with_content_100_percent", 1498 "//ash/resources:ash_test_resources_with_content_100_percent",
1500 "//ash/resources:ash_test_resources_200_percent", 1499 "//ash/resources:ash_test_resources_200_percent",
1501 ] 1500 ]
1502 } 1501 }
OLDNEW
« 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