| OLD | NEW |
| 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 assert(use_aura) | 10 assert(use_aura) |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "common/keyboard/keyboard_ui.cc", | 109 "common/keyboard/keyboard_ui.cc", |
| 110 "common/keyboard/keyboard_ui.h", | 110 "common/keyboard/keyboard_ui.h", |
| 111 "common/keyboard/keyboard_ui_observer.h", | 111 "common/keyboard/keyboard_ui_observer.h", |
| 112 "common/login_status.h", | 112 "common/login_status.h", |
| 113 "common/material_design/material_design_controller.cc", | 113 "common/material_design/material_design_controller.cc", |
| 114 "common/material_design/material_design_controller.h", | 114 "common/material_design/material_design_controller.h", |
| 115 "common/metrics/gesture_action_type.h", | 115 "common/metrics/gesture_action_type.h", |
| 116 "common/metrics/pointer_metrics_recorder.cc", | 116 "common/metrics/pointer_metrics_recorder.cc", |
| 117 "common/metrics/pointer_metrics_recorder.h", | 117 "common/metrics/pointer_metrics_recorder.h", |
| 118 "common/metrics/user_metrics_action.h", | 118 "common/metrics/user_metrics_action.h", |
| 119 "common/mojo_interface_factory.cc", |
| 120 "common/mojo_interface_factory.h", |
| 119 "common/multi_profile_uma.cc", | 121 "common/multi_profile_uma.cc", |
| 120 "common/multi_profile_uma.h", | 122 "common/multi_profile_uma.h", |
| 121 "common/palette_delegate.h", | 123 "common/palette_delegate.h", |
| 122 "common/popup_message.cc", | 124 "common/popup_message.cc", |
| 123 "common/popup_message.h", | 125 "common/popup_message.h", |
| 124 "common/scoped_root_window_for_new_windows.cc", | 126 "common/scoped_root_window_for_new_windows.cc", |
| 125 "common/scoped_root_window_for_new_windows.h", | 127 "common/scoped_root_window_for_new_windows.h", |
| 126 "common/session/session_state_delegate.cc", | 128 "common/session/session_state_delegate.cc", |
| 127 "common/session/session_state_delegate.h", | 129 "common/session/session_state_delegate.h", |
| 128 "common/session/session_state_observer.cc", | 130 "common/session/session_state_observer.cc", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "common/system/tray/label_tray_view.cc", | 352 "common/system/tray/label_tray_view.cc", |
| 351 "common/system/tray/label_tray_view.h", | 353 "common/system/tray/label_tray_view.h", |
| 352 "common/system/tray/special_popup_row.cc", | 354 "common/system/tray/special_popup_row.cc", |
| 353 "common/system/tray/special_popup_row.h", | 355 "common/system/tray/special_popup_row.h", |
| 354 "common/system/tray/system_menu_button.cc", | 356 "common/system/tray/system_menu_button.cc", |
| 355 "common/system/tray/system_menu_button.h", | 357 "common/system/tray/system_menu_button.h", |
| 356 "common/system/tray/system_tray.cc", | 358 "common/system/tray/system_tray.cc", |
| 357 "common/system/tray/system_tray.h", | 359 "common/system/tray/system_tray.h", |
| 358 "common/system/tray/system_tray_bubble.cc", | 360 "common/system/tray/system_tray_bubble.cc", |
| 359 "common/system/tray/system_tray_bubble.h", | 361 "common/system/tray/system_tray_bubble.h", |
| 362 "common/system/tray/system_tray_controller.cc", |
| 363 "common/system/tray/system_tray_controller.h", |
| 360 "common/system/tray/system_tray_delegate.cc", | 364 "common/system/tray/system_tray_delegate.cc", |
| 361 "common/system/tray/system_tray_delegate.h", | 365 "common/system/tray/system_tray_delegate.h", |
| 362 "common/system/tray/system_tray_item.cc", | 366 "common/system/tray/system_tray_item.cc", |
| 363 "common/system/tray/system_tray_item.h", | 367 "common/system/tray/system_tray_item.h", |
| 364 "common/system/tray/system_tray_notifier.cc", | 368 "common/system/tray/system_tray_notifier.cc", |
| 365 "common/system/tray/system_tray_notifier.h", | 369 "common/system/tray/system_tray_notifier.h", |
| 366 "common/system/tray/throbber_view.cc", | 370 "common/system/tray/throbber_view.cc", |
| 367 "common/system/tray/throbber_view.h", | 371 "common/system/tray/throbber_view.h", |
| 368 "common/system/tray/tray_background_view.cc", | 372 "common/system/tray/tray_background_view.cc", |
| 369 "common/system/tray/tray_background_view.h", | 373 "common/system/tray/tray_background_view.h", |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 | 821 |
| 818 public_deps = [ | 822 public_deps = [ |
| 819 "//ash/common/strings", | 823 "//ash/common/strings", |
| 820 "//ash/resources", | 824 "//ash/resources", |
| 821 "//ash/resources/vector_icons", | 825 "//ash/resources/vector_icons", |
| 822 "//ash/shared:app_types", | 826 "//ash/shared:app_types", |
| 823 ] | 827 ] |
| 824 deps = [ | 828 deps = [ |
| 825 "//ash/autoclick/common:autoclick", | 829 "//ash/autoclick/common:autoclick", |
| 826 "//ash/public/cpp", | 830 "//ash/public/cpp", |
| 831 "//ash/public/interfaces", |
| 827 "//ash/touch_hud", | 832 "//ash/touch_hud", |
| 828 "//base", | 833 "//base", |
| 829 "//base:i18n", | 834 "//base:i18n", |
| 830 "//base/third_party/dynamic_annotations", | 835 "//base/third_party/dynamic_annotations", |
| 831 "//cc", | 836 "//cc", |
| 832 "//components/device_event_log", | 837 "//components/device_event_log", |
| 833 "//components/onc", | 838 "//components/onc", |
| 834 "//components/signin/core/account_id", | 839 "//components/signin/core/account_id", |
| 835 "//components/user_manager", | 840 "//components/user_manager", |
| 836 "//components/wallpaper", | 841 "//components/wallpaper", |
| 837 "//media", | 842 "//media", |
| 838 "//net", | 843 "//net", |
| 844 "//services/shell/public/cpp", |
| 839 "//skia", | 845 "//skia", |
| 840 "//third_party/icu", | 846 "//third_party/icu", |
| 841 "//ui/accessibility", | 847 "//ui/accessibility", |
| 842 "//ui/app_list/presenter", | 848 "//ui/app_list/presenter", |
| 843 "//ui/aura", | 849 "//ui/aura", |
| 844 "//ui/base", | 850 "//ui/base", |
| 845 "//ui/base:ui_data_pack", | 851 "//ui/base:ui_data_pack", |
| 846 "//ui/base/ime", | 852 "//ui/base/ime", |
| 847 "//ui/compositor", | 853 "//ui/compositor", |
| 848 "//ui/display", | 854 "//ui/display", |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1675 if (is_win) { | 1681 if (is_win) { |
| 1676 configs -= [ "//build/config/win:console" ] | 1682 configs -= [ "//build/config/win:console" ] |
| 1677 configs += [ "//build/config/win:windowed" ] | 1683 configs += [ "//build/config/win:windowed" ] |
| 1678 deps += [ "//sandbox" ] | 1684 deps += [ "//sandbox" ] |
| 1679 } | 1685 } |
| 1680 | 1686 |
| 1681 if (is_chromeos) { | 1687 if (is_chromeos) { |
| 1682 deps += [ "//device/bluetooth" ] | 1688 deps += [ "//device/bluetooth" ] |
| 1683 } | 1689 } |
| 1684 } | 1690 } |
| OLD | NEW |