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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 7 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "child_frame_compositing_helper.cc", 61 "child_frame_compositing_helper.cc",
62 "child_frame_compositing_helper.h", 62 "child_frame_compositing_helper.h",
63 "clipboard_utils.cc", 63 "clipboard_utils.cc",
64 "clipboard_utils.h", 64 "clipboard_utils.h",
65 "content_security_policy_util.cc", 65 "content_security_policy_util.cc",
66 "content_security_policy_util.h", 66 "content_security_policy_util.h",
67 "context_menu_params_builder.cc", 67 "context_menu_params_builder.cc",
68 "context_menu_params_builder.h", 68 "context_menu_params_builder.h",
69 "cursor_utils.cc", 69 "cursor_utils.cc",
70 "cursor_utils.h", 70 "cursor_utils.h",
71 "device_sensors/device_light_event_pump.cc",
72 "device_sensors/device_light_event_pump.h",
73 "device_sensors/device_motion_event_pump.cc", 71 "device_sensors/device_motion_event_pump.cc",
74 "device_sensors/device_motion_event_pump.h", 72 "device_sensors/device_motion_event_pump.h",
75 "device_sensors/device_orientation_event_pump.cc", 73 "device_sensors/device_orientation_event_pump.cc",
76 "device_sensors/device_orientation_event_pump.h", 74 "device_sensors/device_orientation_event_pump.h",
77 "device_sensors/device_sensor_event_pump.h", 75 "device_sensors/device_sensor_event_pump.h",
78 "devtools/devtools_agent.cc", 76 "devtools/devtools_agent.cc",
79 "devtools/devtools_agent.h", 77 "devtools/devtools_agent.h",
80 "devtools/devtools_agent_filter.cc", 78 "devtools/devtools_agent_filter.cc",
81 "devtools/devtools_agent_filter.h", 79 "devtools/devtools_agent_filter.h",
82 "devtools/devtools_client.cc", 80 "devtools/devtools_client.cc",
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 # For the defines in mojo_media_config. 979 # For the defines in mojo_media_config.
982 public_configs = [ "//media/mojo/services:mojo_media_config" ] 980 public_configs = [ "//media/mojo/services:mojo_media_config" ]
983 } 981 }
984 982
985 if (!is_component_build) { 983 if (!is_component_build) {
986 public_deps = [ 984 public_deps = [
987 ":renderer", 985 ":renderer",
988 ] 986 ]
989 } 987 }
990 } 988 }
OLDNEW
« no previous file with comments | « content/browser/device_sensors/device_sensor_browsertest.cc ('k') | content/renderer/device_sensors/device_light_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698