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

Side by Side Diff: ash/BUILD.gn

Issue 2330403002: Do not activate system tray bubble by default (Closed)
Patch Set: Do not activate system tray bubble by default Created 4 years, 3 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/accelerators/accelerator_controller_delegate_aura.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 assert(use_aura) 10 assert(use_aura)
(...skipping 15 matching lines...) Expand all
26 "accelerators/spoken_feedback_toggler.h", 26 "accelerators/spoken_feedback_toggler.h",
27 "app_list/app_list_presenter_delegate.cc", 27 "app_list/app_list_presenter_delegate.cc",
28 "app_list/app_list_presenter_delegate.h", 28 "app_list/app_list_presenter_delegate.h",
29 "app_list/app_list_presenter_delegate_factory.cc", 29 "app_list/app_list_presenter_delegate_factory.cc",
30 "app_list/app_list_presenter_delegate_factory.h", 30 "app_list/app_list_presenter_delegate_factory.h",
31 "ash_export.h", 31 "ash_export.h",
32 "ash_touch_exploration_manager_chromeos.cc", 32 "ash_touch_exploration_manager_chromeos.cc",
33 "ash_touch_exploration_manager_chromeos.h", 33 "ash_touch_exploration_manager_chromeos.h",
34 "aura/aura_layout_manager_adapter.cc", 34 "aura/aura_layout_manager_adapter.cc",
35 "aura/aura_layout_manager_adapter.h", 35 "aura/aura_layout_manager_adapter.h",
36 "aura/key_event_watcher_aura.cc",
37 "aura/key_event_watcher_aura.h",
36 "aura/pointer_watcher_adapter.cc", 38 "aura/pointer_watcher_adapter.cc",
37 "aura/pointer_watcher_adapter.h", 39 "aura/pointer_watcher_adapter.h",
38 "aura/wm_lookup_aura.cc", 40 "aura/wm_lookup_aura.cc",
39 "aura/wm_lookup_aura.h", 41 "aura/wm_lookup_aura.h",
40 "aura/wm_root_window_controller_aura.cc", 42 "aura/wm_root_window_controller_aura.cc",
41 "aura/wm_root_window_controller_aura.h", 43 "aura/wm_root_window_controller_aura.h",
42 "aura/wm_shelf_aura.cc", 44 "aura/wm_shelf_aura.cc",
43 "aura/wm_shelf_aura.h", 45 "aura/wm_shelf_aura.h",
44 "aura/wm_shell_aura.cc", 46 "aura/wm_shell_aura.cc",
45 "aura/wm_shell_aura.h", 47 "aura/wm_shell_aura.h",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "common/frame/frame_border_hit_test.cc", 97 "common/frame/frame_border_hit_test.cc",
96 "common/frame/frame_border_hit_test.h", 98 "common/frame/frame_border_hit_test.h",
97 "common/frame/header_painter.h", 99 "common/frame/header_painter.h",
98 "common/frame/header_painter_util.cc", 100 "common/frame/header_painter_util.cc",
99 "common/frame/header_painter_util.h", 101 "common/frame/header_painter_util.h",
100 "common/frame/header_view.cc", 102 "common/frame/header_view.cc",
101 "common/frame/header_view.h", 103 "common/frame/header_view.h",
102 "common/gpu_support.h", 104 "common/gpu_support.h",
103 "common/gpu_support_stub.cc", 105 "common/gpu_support_stub.cc",
104 "common/gpu_support_stub.h", 106 "common/gpu_support_stub.h",
107 "common/key_event_watcher.cc",
108 "common/key_event_watcher.h",
105 "common/keyboard/keyboard_ui.cc", 109 "common/keyboard/keyboard_ui.cc",
106 "common/keyboard/keyboard_ui.h", 110 "common/keyboard/keyboard_ui.h",
107 "common/keyboard/keyboard_ui_observer.h", 111 "common/keyboard/keyboard_ui_observer.h",
108 "common/login_status.h", 112 "common/login_status.h",
109 "common/material_design/material_design_controller.cc", 113 "common/material_design/material_design_controller.cc",
110 "common/material_design/material_design_controller.h", 114 "common/material_design/material_design_controller.h",
111 "common/metrics/gesture_action_type.h", 115 "common/metrics/gesture_action_type.h",
112 "common/metrics/user_metrics_action.h", 116 "common/metrics/user_metrics_action.h",
113 "common/multi_profile_uma.cc", 117 "common/multi_profile_uma.cc",
114 "common/multi_profile_uma.h", 118 "common/multi_profile_uma.h",
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 if (is_win) { 1648 if (is_win) {
1645 configs -= [ "//build/config/win:console" ] 1649 configs -= [ "//build/config/win:console" ]
1646 configs += [ "//build/config/win:windowed" ] 1650 configs += [ "//build/config/win:windowed" ]
1647 deps += [ "//sandbox" ] 1651 deps += [ "//sandbox" ]
1648 } 1652 }
1649 1653
1650 if (is_chromeos) { 1654 if (is_chromeos) {
1651 deps += [ "//device/bluetooth" ] 1655 deps += [ "//device/bluetooth" ]
1652 } 1656 }
1653 } 1657 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698