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

Side by Side Diff: ash/BUILD.gn

Issue 2331093002: UMA stats for stylus usage (Closed)
Patch Set: Incorporate comments from xiyuan@ and mpearson@ 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/shell.h » ('j') | chrome/browser/chromeos/note_taking_app_utils.cc » ('J')
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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 "wm/resize_shadow_controller.cc", 780 "wm/resize_shadow_controller.cc",
781 "wm/resize_shadow_controller.h", 781 "wm/resize_shadow_controller.h",
782 "wm/screen_pinning_controller.cc", 782 "wm/screen_pinning_controller.cc",
783 "wm/screen_pinning_controller.h", 783 "wm/screen_pinning_controller.h",
784 "wm/session_state_animator.cc", 784 "wm/session_state_animator.cc",
785 "wm/session_state_animator.h", 785 "wm/session_state_animator.h",
786 "wm/session_state_animator_impl.cc", 786 "wm/session_state_animator_impl.cc",
787 "wm/session_state_animator_impl.h", 787 "wm/session_state_animator_impl.h",
788 "wm/stacking_controller.cc", 788 "wm/stacking_controller.cc",
789 "wm/stacking_controller.h", 789 "wm/stacking_controller.h",
790 "wm/stylus_metrics_recorder.cc",
791 "wm/stylus_metrics_recorder.h",
792 "wm/system_gesture_event_filter.cc", 790 "wm/system_gesture_event_filter.cc",
793 "wm/system_gesture_event_filter.h", 791 "wm/system_gesture_event_filter.h",
794 "wm/system_modal_container_event_filter.cc", 792 "wm/system_modal_container_event_filter.cc",
795 "wm/system_modal_container_event_filter.h", 793 "wm/system_modal_container_event_filter.h",
796 "wm/system_modal_container_event_filter_delegate.h", 794 "wm/system_modal_container_event_filter_delegate.h",
797 "wm/system_wallpaper_controller.cc", 795 "wm/system_wallpaper_controller.cc",
798 "wm/system_wallpaper_controller.h", 796 "wm/system_wallpaper_controller.h",
799 "wm/toplevel_window_event_handler.cc", 797 "wm/toplevel_window_event_handler.cc",
800 "wm/toplevel_window_event_handler.h", 798 "wm/toplevel_window_event_handler.h",
801 "wm/video_detector.cc", 799 "wm/video_detector.cc",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 "accelerators/spoken_feedback_toggler.cc", 935 "accelerators/spoken_feedback_toggler.cc",
938 "accelerators/spoken_feedback_toggler.h", 936 "accelerators/spoken_feedback_toggler.h",
939 "display/resolution_notification_controller.cc", 937 "display/resolution_notification_controller.cc",
940 "display/resolution_notification_controller.h", 938 "display/resolution_notification_controller.h",
941 "touch/touch_transformer_controller.cc", 939 "touch/touch_transformer_controller.cc",
942 "touch/touch_transformer_controller.h", 940 "touch/touch_transformer_controller.h",
943 "touch/touchscreen_util.cc", 941 "touch/touchscreen_util.cc",
944 "touch/touchscreen_util.h", 942 "touch/touchscreen_util.h",
945 "virtual_keyboard_controller.cc", 943 "virtual_keyboard_controller.cc",
946 "virtual_keyboard_controller.h", 944 "virtual_keyboard_controller.h",
947 "wm/stylus_metrics_recorder.cc",
948 "wm/stylus_metrics_recorder.h",
949 ] 945 ]
950 } 946 }
951 947
952 # Usage of content should be in ash_content_unittests. 948 # Usage of content should be in ash_content_unittests.
953 assert_no_deps = [ "//content/*" ] 949 assert_no_deps = [ "//content/*" ]
954 } 950 }
955 951
956 component("ash_with_content") { 952 component("ash_with_content") {
957 sources = [ 953 sources = [
958 "content/ash_with_content_export.h", 954 "content/ash_with_content_export.h",
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 if (is_win) { 1634 if (is_win) {
1639 configs -= [ "//build/config/win:console" ] 1635 configs -= [ "//build/config/win:console" ]
1640 configs += [ "//build/config/win:windowed" ] 1636 configs += [ "//build/config/win:windowed" ]
1641 deps += [ "//sandbox" ] 1637 deps += [ "//sandbox" ]
1642 } 1638 }
1643 1639
1644 if (is_chromeos) { 1640 if (is_chromeos) {
1645 deps += [ "//device/bluetooth" ] 1641 deps += [ "//device/bluetooth" ]
1646 } 1642 }
1647 } 1643 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | chrome/browser/chromeos/note_taking_app_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698