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

Side by Side Diff: ash/BUILD.gn

Issue 2923083002: chromeos: Convert system tray session length limit to mojo (Closed)
Patch Set: rebase Created 3 years, 6 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/public/interfaces/session_controller.mojom » ('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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "system/screen_security/screen_tray_item.cc", 478 "system/screen_security/screen_tray_item.cc",
479 "system/screen_security/screen_tray_item.h", 479 "system/screen_security/screen_tray_item.h",
480 "system/session/last_window_closed_observer.h", 480 "system/session/last_window_closed_observer.h",
481 "system/session/logout_button_observer.h", 481 "system/session/logout_button_observer.h",
482 "system/session/logout_button_tray.cc", 482 "system/session/logout_button_tray.cc",
483 "system/session/logout_button_tray.h", 483 "system/session/logout_button_tray.h",
484 "system/session/logout_confirmation_controller.cc", 484 "system/session/logout_confirmation_controller.cc",
485 "system/session/logout_confirmation_controller.h", 485 "system/session/logout_confirmation_controller.h",
486 "system/session/logout_confirmation_dialog.cc", 486 "system/session/logout_confirmation_dialog.cc",
487 "system/session/logout_confirmation_dialog.h", 487 "system/session/logout_confirmation_dialog.h",
488 "system/session/session_length_limit_observer.h",
489 "system/session/tray_session_length_limit.cc", 488 "system/session/tray_session_length_limit.cc",
490 "system/session/tray_session_length_limit.h", 489 "system/session/tray_session_length_limit.h",
491 "system/status_area_focus_observer.h", 490 "system/status_area_focus_observer.h",
492 "system/status_area_layout_manager.cc", 491 "system/status_area_layout_manager.cc",
493 "system/status_area_layout_manager.h", 492 "system/status_area_layout_manager.h",
494 "system/status_area_widget.cc", 493 "system/status_area_widget.cc",
495 "system/status_area_widget.h", 494 "system/status_area_widget.h",
496 "system/status_area_widget_delegate.cc", 495 "system/status_area_widget_delegate.cc",
497 "system/status_area_widget_delegate.h", 496 "system/status_area_widget_delegate.h",
498 "system/supervised/tray_supervised_user.cc", 497 "system/supervised/tray_supervised_user.cc",
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 "//content/public/app:both", 1522 "//content/public/app:both",
1524 "//device/bluetooth", 1523 "//device/bluetooth",
1525 ] 1524 ]
1526 1525
1527 data_deps = [ 1526 data_deps = [
1528 "//ash/strings:ash_test_strings", 1527 "//ash/strings:ash_test_strings",
1529 "//ash/resources:ash_test_resources_with_content_100_percent", 1528 "//ash/resources:ash_test_resources_with_content_100_percent",
1530 "//ash/resources:ash_test_resources_200_percent", 1529 "//ash/resources:ash_test_resources_200_percent",
1531 ] 1530 ]
1532 } 1531 }
OLDNEW
« no previous file with comments | « no previous file | ash/public/interfaces/session_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698