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

Side by Side Diff: content/browser/BUILD.gn

Issue 2563483006: Move gamepad_service out of content/ and into device/ (Closed)
Patch Set: addressed Blundell's review comments Created 4 years 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 | content/browser/browser_main_loop.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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//content/browser/payments:payment_app_proto", 63 "//content/browser/payments:payment_app_proto",
64 "//content/browser/service_worker:service_worker_proto", 64 "//content/browser/service_worker:service_worker_proto",
65 "//content/browser/speech/proto", 65 "//content/browser/speech/proto",
66 "//content/common", 66 "//content/common",
67 "//content/public/common:common_sources", 67 "//content/public/common:common_sources",
68 "//crypto", 68 "//crypto",
69 "//device/battery", 69 "//device/battery",
70 "//device/battery:mojo_bindings", 70 "//device/battery:mojo_bindings",
71 "//device/bluetooth", 71 "//device/bluetooth",
72 "//device/gamepad", 72 "//device/gamepad",
73 "//device/gamepad/public/interfaces",
74 "//device/generic_sensor", 73 "//device/generic_sensor",
75 "//device/geolocation", 74 "//device/geolocation",
76 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
77 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
78 "//device/power_monitor", 77 "//device/power_monitor",
79 "//device/power_save_blocker", 78 "//device/power_save_blocker",
80 "//device/sensors/public/cpp", 79 "//device/sensors/public/cpp",
81 "//device/time_zone_monitor", 80 "//device/time_zone_monitor",
82 "//device/time_zone_monitor/public/interfaces", 81 "//device/time_zone_monitor/public/interfaces",
83 "//device/vibration", 82 "//device/vibration",
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 "frame_host/render_frame_host_manager.cc", 633 "frame_host/render_frame_host_manager.cc",
635 "frame_host/render_frame_host_manager.h", 634 "frame_host/render_frame_host_manager.h",
636 "frame_host/render_frame_message_filter.cc", 635 "frame_host/render_frame_message_filter.cc",
637 "frame_host/render_frame_message_filter.h", 636 "frame_host/render_frame_message_filter.h",
638 "frame_host/render_frame_proxy_host.cc", 637 "frame_host/render_frame_proxy_host.cc",
639 "frame_host/render_frame_proxy_host.h", 638 "frame_host/render_frame_proxy_host.h",
640 "frame_host/render_widget_host_view_child_frame.cc", 639 "frame_host/render_widget_host_view_child_frame.cc",
641 "frame_host/render_widget_host_view_child_frame.h", 640 "frame_host/render_widget_host_view_child_frame.h",
642 "frame_host/render_widget_host_view_guest.cc", 641 "frame_host/render_widget_host_view_guest.cc",
643 "frame_host/render_widget_host_view_guest.h", 642 "frame_host/render_widget_host_view_guest.h",
644 "gamepad/gamepad_service.cc",
645 "gamepad/gamepad_service.h",
646 "gamepad/gamepad_shared_buffer_impl.cc",
647 "gamepad/gamepad_shared_buffer_impl.h",
648 "gpu/browser_gpu_channel_host_factory.cc", 643 "gpu/browser_gpu_channel_host_factory.cc",
649 "gpu/browser_gpu_channel_host_factory.h", 644 "gpu/browser_gpu_channel_host_factory.h",
650 "gpu/browser_gpu_memory_buffer_manager.cc", 645 "gpu/browser_gpu_memory_buffer_manager.cc",
651 "gpu/browser_gpu_memory_buffer_manager.h", 646 "gpu/browser_gpu_memory_buffer_manager.h",
652 "gpu/compositor_util.cc", 647 "gpu/compositor_util.cc",
653 "gpu/compositor_util.h", 648 "gpu/compositor_util.h",
654 "gpu/gpu_data_manager_impl.cc", 649 "gpu/gpu_data_manager_impl.cc",
655 "gpu/gpu_data_manager_impl.h", 650 "gpu/gpu_data_manager_impl.h",
656 "gpu/gpu_data_manager_impl_private.cc", 651 "gpu/gpu_data_manager_impl_private.cc",
657 "gpu/gpu_data_manager_impl_private.h", 652 "gpu/gpu_data_manager_impl_private.h",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 "renderer_host/dip_util.h", 991 "renderer_host/dip_util.h",
997 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 992 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
998 "renderer_host/dwrite_font_proxy_message_filter_win.h", 993 "renderer_host/dwrite_font_proxy_message_filter_win.h",
999 "renderer_host/event_with_latency_info.h", 994 "renderer_host/event_with_latency_info.h",
1000 "renderer_host/file_utilities_message_filter.cc", 995 "renderer_host/file_utilities_message_filter.cc",
1001 "renderer_host/file_utilities_message_filter.h", 996 "renderer_host/file_utilities_message_filter.h",
1002 "renderer_host/font_utils_linux.cc", 997 "renderer_host/font_utils_linux.cc",
1003 "renderer_host/font_utils_linux.h", 998 "renderer_host/font_utils_linux.h",
1004 "renderer_host/frame_metadata_util.cc", 999 "renderer_host/frame_metadata_util.cc",
1005 "renderer_host/frame_metadata_util.h", 1000 "renderer_host/frame_metadata_util.h",
1006 "renderer_host/gamepad_monitor.cc",
1007 "renderer_host/gamepad_monitor.h",
1008 "renderer_host/input/gesture_event_queue.cc", 1001 "renderer_host/input/gesture_event_queue.cc",
1009 "renderer_host/input/gesture_event_queue.h", 1002 "renderer_host/input/gesture_event_queue.h",
1010 "renderer_host/input/input_ack_handler.h", 1003 "renderer_host/input/input_ack_handler.h",
1011 "renderer_host/input/input_router.h", 1004 "renderer_host/input/input_router.h",
1012 "renderer_host/input/input_router_client.h", 1005 "renderer_host/input/input_router_client.h",
1013 "renderer_host/input/input_router_config_helper.cc", 1006 "renderer_host/input/input_router_config_helper.cc",
1014 "renderer_host/input/input_router_config_helper.h", 1007 "renderer_host/input/input_router_config_helper.h",
1015 "renderer_host/input/input_router_impl.cc", 1008 "renderer_host/input/input_router_impl.cc",
1016 "renderer_host/input/input_router_impl.h", 1009 "renderer_host/input/input_router_impl.h",
1017 "renderer_host/input/motion_event_web.cc", 1010 "renderer_host/input/motion_event_web.cc",
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 if (!is_component_build) { 1958 if (!is_component_build) {
1966 public_deps = [ 1959 public_deps = [
1967 ":browser", 1960 ":browser",
1968 ] 1961 ]
1969 } else { 1962 } else {
1970 public_deps = [ 1963 public_deps = [
1971 "//third_party/leveldatabase", 1964 "//third_party/leveldatabase",
1972 ] 1965 ]
1973 } 1966 }
1974 } 1967 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698