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

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

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: code rebase 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/gamepad/gamepad_service.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("//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",
73 "//device/generic_sensor", 74 "//device/generic_sensor",
74 "//device/geolocation", 75 "//device/geolocation",
75 "//device/geolocation/public/interfaces", 76 "//device/geolocation/public/interfaces",
76 "//device/nfc:mojo_bindings", 77 "//device/nfc:mojo_bindings",
77 "//device/power_monitor", 78 "//device/power_monitor",
78 "//device/power_save_blocker", 79 "//device/power_save_blocker",
79 "//device/sensors/public/cpp", 80 "//device/sensors/public/cpp",
80 "//device/time_zone_monitor", 81 "//device/time_zone_monitor",
81 "//device/time_zone_monitor/public/interfaces", 82 "//device/time_zone_monitor/public/interfaces",
82 "//device/vibration", 83 "//device/vibration",
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 "renderer_host/dip_util.h", 996 "renderer_host/dip_util.h",
996 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 997 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
997 "renderer_host/dwrite_font_proxy_message_filter_win.h", 998 "renderer_host/dwrite_font_proxy_message_filter_win.h",
998 "renderer_host/event_with_latency_info.h", 999 "renderer_host/event_with_latency_info.h",
999 "renderer_host/file_utilities_message_filter.cc", 1000 "renderer_host/file_utilities_message_filter.cc",
1000 "renderer_host/file_utilities_message_filter.h", 1001 "renderer_host/file_utilities_message_filter.h",
1001 "renderer_host/font_utils_linux.cc", 1002 "renderer_host/font_utils_linux.cc",
1002 "renderer_host/font_utils_linux.h", 1003 "renderer_host/font_utils_linux.h",
1003 "renderer_host/frame_metadata_util.cc", 1004 "renderer_host/frame_metadata_util.cc",
1004 "renderer_host/frame_metadata_util.h", 1005 "renderer_host/frame_metadata_util.h",
1005 "renderer_host/gamepad_browser_message_filter.cc", 1006 "renderer_host/gamepad_monitor.cc",
1006 "renderer_host/gamepad_browser_message_filter.h", 1007 "renderer_host/gamepad_monitor.h",
1007 "renderer_host/input/gesture_event_queue.cc", 1008 "renderer_host/input/gesture_event_queue.cc",
1008 "renderer_host/input/gesture_event_queue.h", 1009 "renderer_host/input/gesture_event_queue.h",
1009 "renderer_host/input/input_ack_handler.h", 1010 "renderer_host/input/input_ack_handler.h",
1010 "renderer_host/input/input_router.h", 1011 "renderer_host/input/input_router.h",
1011 "renderer_host/input/input_router_client.h", 1012 "renderer_host/input/input_router_client.h",
1012 "renderer_host/input/input_router_config_helper.cc", 1013 "renderer_host/input/input_router_config_helper.cc",
1013 "renderer_host/input/input_router_config_helper.h", 1014 "renderer_host/input/input_router_config_helper.h",
1014 "renderer_host/input/input_router_impl.cc", 1015 "renderer_host/input/input_router_impl.cc",
1015 "renderer_host/input/input_router_impl.h", 1016 "renderer_host/input/input_router_impl.h",
1016 "renderer_host/input/motion_event_web.cc", 1017 "renderer_host/input/motion_event_web.cc",
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 if (!is_component_build) { 1965 if (!is_component_build) {
1965 public_deps = [ 1966 public_deps = [
1966 ":browser", 1967 ":browser",
1967 ] 1968 ]
1968 } else { 1969 } else {
1969 public_deps = [ 1970 public_deps = [
1970 "//third_party/leveldatabase", 1971 "//third_party/leveldatabase",
1971 ] 1972 ]
1972 } 1973 }
1973 } 1974 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698