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

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

Issue 2522843002: Convert Gamepad IPC messages into mojo interface. (Closed)
Patch Set: remove useless Fuzztraits<blink::WebGamepad> 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 "renderer_host/dip_util.h", 989 "renderer_host/dip_util.h",
989 "renderer_host/dwrite_font_proxy_message_filter_win.cc", 990 "renderer_host/dwrite_font_proxy_message_filter_win.cc",
990 "renderer_host/dwrite_font_proxy_message_filter_win.h", 991 "renderer_host/dwrite_font_proxy_message_filter_win.h",
991 "renderer_host/event_with_latency_info.h", 992 "renderer_host/event_with_latency_info.h",
992 "renderer_host/file_utilities_message_filter.cc", 993 "renderer_host/file_utilities_message_filter.cc",
993 "renderer_host/file_utilities_message_filter.h", 994 "renderer_host/file_utilities_message_filter.h",
994 "renderer_host/font_utils_linux.cc", 995 "renderer_host/font_utils_linux.cc",
995 "renderer_host/font_utils_linux.h", 996 "renderer_host/font_utils_linux.h",
996 "renderer_host/frame_metadata_util.cc", 997 "renderer_host/frame_metadata_util.cc",
997 "renderer_host/frame_metadata_util.h", 998 "renderer_host/frame_metadata_util.h",
998 "renderer_host/gamepad_browser_message_filter.cc", 999 "renderer_host/gamepad_monitor.cc",
999 "renderer_host/gamepad_browser_message_filter.h", 1000 "renderer_host/gamepad_monitor.h",
1000 "renderer_host/input/gesture_event_queue.cc", 1001 "renderer_host/input/gesture_event_queue.cc",
1001 "renderer_host/input/gesture_event_queue.h", 1002 "renderer_host/input/gesture_event_queue.h",
1002 "renderer_host/input/input_ack_handler.h", 1003 "renderer_host/input/input_ack_handler.h",
1003 "renderer_host/input/input_router.h", 1004 "renderer_host/input/input_router.h",
1004 "renderer_host/input/input_router_client.h", 1005 "renderer_host/input/input_router_client.h",
1005 "renderer_host/input/input_router_config_helper.cc", 1006 "renderer_host/input/input_router_config_helper.cc",
1006 "renderer_host/input/input_router_config_helper.h", 1007 "renderer_host/input/input_router_config_helper.h",
1007 "renderer_host/input/input_router_impl.cc", 1008 "renderer_host/input/input_router_impl.cc",
1008 "renderer_host/input/input_router_impl.h", 1009 "renderer_host/input/input_router_impl.h",
1009 "renderer_host/input/motion_event_web.cc", 1010 "renderer_host/input/motion_event_web.cc",
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 if (!is_component_build) { 1972 if (!is_component_build) {
1972 public_deps = [ 1973 public_deps = [
1973 ":browser", 1974 ":browser",
1974 ] 1975 ]
1975 } else { 1976 } else {
1976 public_deps = [ 1977 public_deps = [
1977 "//third_party/leveldatabase", 1978 "//third_party/leveldatabase",
1978 ] 1979 ]
1979 } 1980 }
1980 } 1981 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698