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

Side by Side Diff: ash/BUILD.gn

Issue 2807693002: Make LogoutButtonTray a regular View (Closed)
Patch Set: Rebased 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/shelf/shelf_layout_manager_unittest.cc » ('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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "system/tray/system_tray_notifier.cc", 517 "system/tray/system_tray_notifier.cc",
518 "system/tray/system_tray_notifier.h", 518 "system/tray/system_tray_notifier.h",
519 "system/tray/throbber_view.cc", 519 "system/tray/throbber_view.cc",
520 "system/tray/throbber_view.h", 520 "system/tray/throbber_view.h",
521 "system/tray/tray_background_view.cc", 521 "system/tray/tray_background_view.cc",
522 "system/tray/tray_background_view.h", 522 "system/tray/tray_background_view.h",
523 "system/tray/tray_bubble_wrapper.cc", 523 "system/tray/tray_bubble_wrapper.cc",
524 "system/tray/tray_bubble_wrapper.h", 524 "system/tray/tray_bubble_wrapper.h",
525 "system/tray/tray_constants.cc", 525 "system/tray/tray_constants.cc",
526 "system/tray/tray_constants.h", 526 "system/tray/tray_constants.h",
527 "system/tray/tray_container.cc",
528 "system/tray/tray_container.h",
527 "system/tray/tray_details_view.cc", 529 "system/tray/tray_details_view.cc",
528 "system/tray/tray_details_view.h", 530 "system/tray/tray_details_view.h",
529 "system/tray/tray_event_filter.cc", 531 "system/tray/tray_event_filter.cc",
530 "system/tray/tray_event_filter.h", 532 "system/tray/tray_event_filter.h",
531 "system/tray/tray_image_item.cc", 533 "system/tray/tray_image_item.cc",
532 "system/tray/tray_image_item.h", 534 "system/tray/tray_image_item.h",
533 "system/tray/tray_item_more.cc", 535 "system/tray/tray_item_more.cc",
534 "system/tray/tray_item_more.h", 536 "system/tray/tray_item_more.h",
535 "system/tray/tray_item_view.cc", 537 "system/tray/tray_item_view.cc",
536 "system/tray/tray_item_view.h", 538 "system/tray/tray_item_view.h",
(...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1491 "//content/public/app:both",
1490 "//device/bluetooth", 1492 "//device/bluetooth",
1491 ] 1493 ]
1492 1494
1493 data_deps = [ 1495 data_deps = [
1494 "//ash/strings:ash_test_strings", 1496 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1497 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1498 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1499 ]
1498 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698