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

Side by Side Diff: ash/BUILD.gn

Issue 2686703002: Remove TrayPopupLabelButton (a pre-MD class) and its assets. (Closed)
Patch Set: Created 3 years, 10 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
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "common/system/tray/tray_item_view.h", 416 "common/system/tray/tray_item_view.h",
417 "common/system/tray/tray_notification_view.cc", 417 "common/system/tray/tray_notification_view.cc",
418 "common/system/tray/tray_notification_view.h", 418 "common/system/tray/tray_notification_view.h",
419 "common/system/tray/tray_popup_header_button.cc", 419 "common/system/tray/tray_popup_header_button.cc",
420 "common/system/tray/tray_popup_header_button.h", 420 "common/system/tray/tray_popup_header_button.h",
421 "common/system/tray/tray_popup_ink_drop_style.h", 421 "common/system/tray/tray_popup_ink_drop_style.h",
422 "common/system/tray/tray_popup_item_container.cc", 422 "common/system/tray/tray_popup_item_container.cc",
423 "common/system/tray/tray_popup_item_container.h", 423 "common/system/tray/tray_popup_item_container.h",
424 "common/system/tray/tray_popup_item_style.cc", 424 "common/system/tray/tray_popup_item_style.cc",
425 "common/system/tray/tray_popup_item_style.h", 425 "common/system/tray/tray_popup_item_style.h",
426 "common/system/tray/tray_popup_label_button.cc",
427 "common/system/tray/tray_popup_label_button.h",
428 "common/system/tray/tray_popup_label_button_border.cc",
429 "common/system/tray/tray_popup_label_button_border.h",
430 "common/system/tray/tray_popup_utils.cc", 426 "common/system/tray/tray_popup_utils.cc",
431 "common/system/tray/tray_popup_utils.h", 427 "common/system/tray/tray_popup_utils.h",
432 "common/system/tray/tray_utils.cc", 428 "common/system/tray/tray_utils.cc",
433 "common/system/tray/tray_utils.h", 429 "common/system/tray/tray_utils.h",
434 "common/system/tray/tri_view.cc", 430 "common/system/tray/tri_view.cc",
435 "common/system/tray/tri_view.h", 431 "common/system/tray/tri_view.h",
436 "common/system/tray/view_click_listener.h", 432 "common/system/tray/view_click_listener.h",
437 "common/system/tray_accessibility.cc", 433 "common/system/tray_accessibility.cc",
438 "common/system/tray_accessibility.h", 434 "common/system/tray_accessibility.h",
439 "common/system/update/tray_update.cc", 435 "common/system/update/tray_update.cc",
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "//content/public/app:both", 1421 "//content/public/app:both",
1426 "//device/bluetooth", 1422 "//device/bluetooth",
1427 ] 1423 ]
1428 1424
1429 data_deps = [ 1425 data_deps = [
1430 "//ash/common/strings:ash_test_strings", 1426 "//ash/common/strings:ash_test_strings",
1431 "//ash/resources:ash_test_resources_with_content_100_percent", 1427 "//ash/resources:ash_test_resources_with_content_100_percent",
1432 "//ash/resources:ash_test_resources_200_percent", 1428 "//ash/resources:ash_test_resources_200_percent",
1433 ] 1429 ]
1434 } 1430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698