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

Side by Side Diff: ash/BUILD.gn

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: nit and rebase Created 4 years, 2 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/aura/wm_window_aura.h » ('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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "common/gpu_support_stub.h", 106 "common/gpu_support_stub.h",
107 "common/key_event_watcher.cc", 107 "common/key_event_watcher.cc",
108 "common/key_event_watcher.h", 108 "common/key_event_watcher.h",
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",
117 "common/metrics/pointer_metrics_recorder.h",
116 "common/metrics/user_metrics_action.h", 118 "common/metrics/user_metrics_action.h",
117 "common/multi_profile_uma.cc", 119 "common/multi_profile_uma.cc",
118 "common/multi_profile_uma.h", 120 "common/multi_profile_uma.h",
119 "common/palette_delegate.h", 121 "common/palette_delegate.h",
120 "common/popup_message.cc", 122 "common/popup_message.cc",
121 "common/popup_message.h", 123 "common/popup_message.h",
122 "common/scoped_root_window_for_new_windows.cc", 124 "common/scoped_root_window_for_new_windows.cc",
123 "common/scoped_root_window_for_new_windows.h", 125 "common/scoped_root_window_for_new_windows.h",
124 "common/session/session_state_delegate.cc", 126 "common/session/session_state_delegate.cc",
125 "common/session/session_state_delegate.h", 127 "common/session/session_state_delegate.h",
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 "wm/resize_shadow_controller.cc", 779 "wm/resize_shadow_controller.cc",
778 "wm/resize_shadow_controller.h", 780 "wm/resize_shadow_controller.h",
779 "wm/screen_pinning_controller.cc", 781 "wm/screen_pinning_controller.cc",
780 "wm/screen_pinning_controller.h", 782 "wm/screen_pinning_controller.h",
781 "wm/session_state_animator.cc", 783 "wm/session_state_animator.cc",
782 "wm/session_state_animator.h", 784 "wm/session_state_animator.h",
783 "wm/session_state_animator_impl.cc", 785 "wm/session_state_animator_impl.cc",
784 "wm/session_state_animator_impl.h", 786 "wm/session_state_animator_impl.h",
785 "wm/stacking_controller.cc", 787 "wm/stacking_controller.cc",
786 "wm/stacking_controller.h", 788 "wm/stacking_controller.h",
787 "wm/stylus_metrics_recorder.cc",
788 "wm/stylus_metrics_recorder.h",
789 "wm/system_gesture_event_filter.cc", 789 "wm/system_gesture_event_filter.cc",
790 "wm/system_gesture_event_filter.h", 790 "wm/system_gesture_event_filter.h",
791 "wm/system_modal_container_event_filter.cc", 791 "wm/system_modal_container_event_filter.cc",
792 "wm/system_modal_container_event_filter.h", 792 "wm/system_modal_container_event_filter.h",
793 "wm/system_modal_container_event_filter_delegate.h", 793 "wm/system_modal_container_event_filter_delegate.h",
794 "wm/system_wallpaper_controller.cc", 794 "wm/system_wallpaper_controller.cc",
795 "wm/system_wallpaper_controller.h", 795 "wm/system_wallpaper_controller.h",
796 "wm/toplevel_window_event_handler.cc", 796 "wm/toplevel_window_event_handler.cc",
797 "wm/toplevel_window_event_handler.h", 797 "wm/toplevel_window_event_handler.h",
798 "wm/video_detector.cc", 798 "wm/video_detector.cc",
(...skipping 14 matching lines...) Expand all
813 "wm/workspace/workspace_event_handler_aura.h", 813 "wm/workspace/workspace_event_handler_aura.h",
814 ] 814 ]
815 815
816 configs += [ "//build/config:precompiled_headers" ] 816 configs += [ "//build/config:precompiled_headers" ]
817 defines = [ "ASH_IMPLEMENTATION" ] 817 defines = [ "ASH_IMPLEMENTATION" ]
818 818
819 public_deps = [ 819 public_deps = [
820 "//ash/common/strings", 820 "//ash/common/strings",
821 "//ash/resources", 821 "//ash/resources",
822 "//ash/resources/vector_icons", 822 "//ash/resources/vector_icons",
823 "//ash/shared:app_types",
823 ] 824 ]
824 deps = [ 825 deps = [
825 "//ash/autoclick/common:autoclick", 826 "//ash/autoclick/common:autoclick",
826 "//ash/touch_hud", 827 "//ash/touch_hud",
827 "//base", 828 "//base",
828 "//base:i18n", 829 "//base:i18n",
829 "//base/third_party/dynamic_annotations", 830 "//base/third_party/dynamic_annotations",
830 "//cc", 831 "//cc",
831 "//components/device_event_log", 832 "//components/device_event_log",
832 "//components/onc", 833 "//components/onc",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 "accelerators/spoken_feedback_toggler.cc", 946 "accelerators/spoken_feedback_toggler.cc",
946 "accelerators/spoken_feedback_toggler.h", 947 "accelerators/spoken_feedback_toggler.h",
947 "display/resolution_notification_controller.cc", 948 "display/resolution_notification_controller.cc",
948 "display/resolution_notification_controller.h", 949 "display/resolution_notification_controller.h",
949 "touch/touch_transformer_controller.cc", 950 "touch/touch_transformer_controller.cc",
950 "touch/touch_transformer_controller.h", 951 "touch/touch_transformer_controller.h",
951 "touch/touchscreen_util.cc", 952 "touch/touchscreen_util.cc",
952 "touch/touchscreen_util.h", 953 "touch/touchscreen_util.h",
953 "virtual_keyboard_controller.cc", 954 "virtual_keyboard_controller.cc",
954 "virtual_keyboard_controller.h", 955 "virtual_keyboard_controller.h",
955 "wm/stylus_metrics_recorder.cc",
956 "wm/stylus_metrics_recorder.h",
957 ] 956 ]
958 } 957 }
959 958
960 # Usage of content should be in ash_content_unittests. 959 # Usage of content should be in ash_content_unittests.
961 assert_no_deps = [ "//content/*" ] 960 assert_no_deps = [ "//content/*" ]
962 } 961 }
963 962
964 component("ash_with_content") { 963 component("ash_with_content") {
965 sources = [ 964 sources = [
966 "content/ash_with_content_export.h", 965 "content/ash_with_content_export.h",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 "accelerators/spoken_feedback_toggler_unittest.cc", 1388 "accelerators/spoken_feedback_toggler_unittest.cc",
1390 "app_list/app_list_presenter_delegate_unittest.cc", 1389 "app_list/app_list_presenter_delegate_unittest.cc",
1391 "ash_touch_exploration_manager_chromeos_unittest.cc", 1390 "ash_touch_exploration_manager_chromeos_unittest.cc",
1392 "aura/pointer_watcher_adapter_unittest.cc", 1391 "aura/pointer_watcher_adapter_unittest.cc",
1393 "autoclick/autoclick_unittest.cc", 1392 "autoclick/autoclick_unittest.cc",
1394 "common/accelerators/accelerator_table_unittest.cc", 1393 "common/accelerators/accelerator_table_unittest.cc",
1395 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c", 1394 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c",
1396 "common/frame/custom_frame_view_ash_unittest.cc", 1395 "common/frame/custom_frame_view_ash_unittest.cc",
1397 "common/frame/default_header_painter_unittest.cc", 1396 "common/frame/default_header_painter_unittest.cc",
1398 "common/material_design/material_design_controller_unittest.cc", 1397 "common/material_design/material_design_controller_unittest.cc",
1398 "common/metrics/pointer_metrics_recorder_unittest.cc",
1399 "common/popup_message_unittest.cc", 1399 "common/popup_message_unittest.cc",
1400 "common/shelf/shelf_background_animator_unittest.cc", 1400 "common/shelf/shelf_background_animator_unittest.cc",
1401 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", 1401 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1402 "common/shelf/shelf_locking_manager_unittest.cc", 1402 "common/shelf/shelf_locking_manager_unittest.cc",
1403 "common/shelf/shelf_model_unittest.cc", 1403 "common/shelf/shelf_model_unittest.cc",
1404 "common/shelf/shelf_tooltip_manager_unittest.cc", 1404 "common/shelf/shelf_tooltip_manager_unittest.cc",
1405 "common/shelf/shelf_window_watcher_unittest.cc", 1405 "common/shelf/shelf_window_watcher_unittest.cc",
1406 "common/system/chromeos/brightness/tray_brightness_unittest.cc", 1406 "common/system/chromeos/brightness/tray_brightness_unittest.cc",
1407 "common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc", 1407 "common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc",
1408 "common/system/chromeos/media_security/multi_profile_media_tray_item_unittes t.cc", 1408 "common/system/chromeos/media_security/multi_profile_media_tray_item_unittes t.cc",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 if (is_win) { 1672 if (is_win) {
1673 configs -= [ "//build/config/win:console" ] 1673 configs -= [ "//build/config/win:console" ]
1674 configs += [ "//build/config/win:windowed" ] 1674 configs += [ "//build/config/win:windowed" ]
1675 deps += [ "//sandbox" ] 1675 deps += [ "//sandbox" ]
1676 } 1676 }
1677 1677
1678 if (is_chromeos) { 1678 if (is_chromeos) {
1679 deps += [ "//device/bluetooth" ] 1679 deps += [ "//device/bluetooth" ]
1680 } 1680 }
1681 } 1681 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698