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

Side by Side Diff: ash/BUILD.gn

Issue 2780963002: ash: Fix system tray avatar not updated regression (Closed)
Patch Set: resized_ -> resized_image_ 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/common/session/session_controller.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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "common/system/user/button_from_view.cc", 432 "common/system/user/button_from_view.cc",
433 "common/system/user/button_from_view.h", 433 "common/system/user/button_from_view.h",
434 "common/system/user/login_status.cc", 434 "common/system/user/login_status.cc",
435 "common/system/user/login_status.h", 435 "common/system/user/login_status.h",
436 "common/system/user/rounded_image_view.cc", 436 "common/system/user/rounded_image_view.cc",
437 "common/system/user/rounded_image_view.h", 437 "common/system/user/rounded_image_view.h",
438 "common/system/user/tray_user.cc", 438 "common/system/user/tray_user.cc",
439 "common/system/user/tray_user.h", 439 "common/system/user/tray_user.h",
440 "common/system/user/user_card_view.cc", 440 "common/system/user/user_card_view.cc",
441 "common/system/user/user_card_view.h", 441 "common/system/user/user_card_view.h",
442 "common/system/user/user_observer.h",
443 "common/system/user/user_view.cc", 442 "common/system/user/user_view.cc",
444 "common/system/user/user_view.h", 443 "common/system/user/user_view.h",
445 "common/system/web_notification/ash_popup_alignment_delegate.cc", 444 "common/system/web_notification/ash_popup_alignment_delegate.cc",
446 "common/system/web_notification/ash_popup_alignment_delegate.h", 445 "common/system/web_notification/ash_popup_alignment_delegate.h",
447 "common/system/web_notification/web_notification_tray.cc", 446 "common/system/web_notification/web_notification_tray.cc",
448 "common/system/web_notification/web_notification_tray.h", 447 "common/system/web_notification/web_notification_tray.h",
449 "common/wallpaper/wallpaper_controller.cc", 448 "common/wallpaper/wallpaper_controller.cc",
450 "common/wallpaper/wallpaper_controller.h", 449 "common/wallpaper/wallpaper_controller.h",
451 "common/wallpaper/wallpaper_controller_observer.h", 450 "common/wallpaper/wallpaper_controller_observer.h",
452 "common/wallpaper/wallpaper_delegate.h", 451 "common/wallpaper/wallpaper_delegate.h",
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "//content/public/app:both", 1506 "//content/public/app:both",
1508 "//device/bluetooth", 1507 "//device/bluetooth",
1509 ] 1508 ]
1510 1509
1511 data_deps = [ 1510 data_deps = [
1512 "//ash/strings:ash_test_strings", 1511 "//ash/strings:ash_test_strings",
1513 "//ash/resources:ash_test_resources_with_content_100_percent", 1512 "//ash/resources:ash_test_resources_with_content_100_percent",
1514 "//ash/resources:ash_test_resources_200_percent", 1513 "//ash/resources:ash_test_resources_200_percent",
1515 ] 1514 ]
1516 } 1515 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/session/session_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698