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

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

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: Convert Gamepad IPC messages into mojo interface. 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//content/browser/payments:payment_app_proto", 62 "//content/browser/payments:payment_app_proto",
63 "//content/browser/service_worker:service_worker_proto", 63 "//content/browser/service_worker:service_worker_proto",
64 "//content/browser/speech/proto", 64 "//content/browser/speech/proto",
65 "//content/common", 65 "//content/common",
66 "//content/public/common:common_sources", 66 "//content/public/common:common_sources",
67 "//crypto", 67 "//crypto",
68 "//device/battery", 68 "//device/battery",
69 "//device/battery:mojo_bindings", 69 "//device/battery:mojo_bindings",
70 "//device/bluetooth", 70 "//device/bluetooth",
71 "//device/gamepad", 71 "//device/gamepad",
72 "//device/gamepad/public/interfaces",
72 "//device/generic_sensor", 73 "//device/generic_sensor",
73 "//device/geolocation", 74 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
76 "//device/power_monitor", 77 "//device/power_monitor",
77 "//device/power_save_blocker", 78 "//device/power_save_blocker",
78 "//device/sensors/public/cpp", 79 "//device/sensors/public/cpp",
79 "//device/time_zone_monitor", 80 "//device/time_zone_monitor",
80 "//device/time_zone_monitor/public/interfaces", 81 "//device/time_zone_monitor/public/interfaces",
81 "//device/vibration", 82 "//device/vibration",
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 "renderer_host/dip_util.h", 993 "renderer_host/dip_util.h",
993 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 994 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
994 "renderer_host/dwrite_font_proxy_message_filter_win.h", 995 "renderer_host/dwrite_font_proxy_message_filter_win.h",
995 "renderer_host/event_with_latency_info.h", 996 "renderer_host/event_with_latency_info.h",
996 "renderer_host/file_utilities_message_filter.cc", 997 "renderer_host/file_utilities_message_filter.cc",
997 "renderer_host/file_utilities_message_filter.h", 998 "renderer_host/file_utilities_message_filter.h",
998 "renderer_host/font_utils_linux.cc", 999 "renderer_host/font_utils_linux.cc",
999 "renderer_host/font_utils_linux.h", 1000 "renderer_host/font_utils_linux.h",
1000 "renderer_host/frame_metadata_util.cc", 1001 "renderer_host/frame_metadata_util.cc",
1001 "renderer_host/frame_metadata_util.h", 1002 "renderer_host/frame_metadata_util.h",
1002 "renderer_host/gamepad_browser_message_filter.cc", 1003 "renderer_host/gamepad_monitor.cc",
1003 "renderer_host/gamepad_browser_message_filter.h", 1004 "renderer_host/gamepad_monitor.h",
1004 "renderer_host/input/gesture_event_queue.cc", 1005 "renderer_host/input/gesture_event_queue.cc",
1005 "renderer_host/input/gesture_event_queue.h", 1006 "renderer_host/input/gesture_event_queue.h",
1006 "renderer_host/input/input_ack_handler.h", 1007 "renderer_host/input/input_ack_handler.h",
1007 "renderer_host/input/input_router.h", 1008 "renderer_host/input/input_router.h",
1008 "renderer_host/input/input_router_client.h", 1009 "renderer_host/input/input_router_client.h",
1009 "renderer_host/input/input_router_config_helper.cc", 1010 "renderer_host/input/input_router_config_helper.cc",
1010 "renderer_host/input/input_router_config_helper.h", 1011 "renderer_host/input/input_router_config_helper.h",
1011 "renderer_host/input/input_router_impl.cc", 1012 "renderer_host/input/input_router_impl.cc",
1012 "renderer_host/input/input_router_impl.h", 1013 "renderer_host/input/input_router_impl.h",
1013 "renderer_host/input/motion_event_web.cc", 1014 "renderer_host/input/motion_event_web.cc",
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1976 if (!is_component_build) {
1976 public_deps = [ 1977 public_deps = [
1977 ":browser", 1978 ":browser",
1978 ] 1979 ]
1979 } else { 1980 } else {
1980 public_deps = [ 1981 public_deps = [
1981 "//third_party/leveldatabase", 1982 "//third_party/leveldatabase",
1982 ] 1983 ]
1983 } 1984 }
1984 } 1985 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_service.h » ('j') | content/browser/gamepad/gamepad_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698