| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |