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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 "in_process_renderer_thread.h", | 169 "in_process_renderer_thread.h", |
170 "input/input_event_filter.cc", | 170 "input/input_event_filter.cc", |
171 "input/input_event_filter.h", | 171 "input/input_event_filter.h", |
172 "input/input_handler_manager.cc", | 172 "input/input_handler_manager.cc", |
173 "input/input_handler_manager.h", | 173 "input/input_handler_manager.h", |
174 "input/input_handler_manager_client.h", | 174 "input/input_handler_manager_client.h", |
175 "input/input_handler_wrapper.cc", | 175 "input/input_handler_wrapper.cc", |
176 "input/input_handler_wrapper.h", | 176 "input/input_handler_wrapper.h", |
177 "input/main_thread_event_queue.cc", | 177 "input/main_thread_event_queue.cc", |
178 "input/main_thread_event_queue.h", | 178 "input/main_thread_event_queue.h", |
| 179 "input/main_thread_event_queue_task.h", |
| 180 "input/main_thread_event_queue_task_list.cc", |
| 181 "input/main_thread_event_queue_task_list.h", |
179 "input/main_thread_input_event_filter.cc", | 182 "input/main_thread_input_event_filter.cc", |
180 "input/main_thread_input_event_filter.h", | 183 "input/main_thread_input_event_filter.h", |
181 "input/render_widget_input_handler.cc", | 184 "input/render_widget_input_handler.cc", |
182 "input/render_widget_input_handler.h", | 185 "input/render_widget_input_handler.h", |
183 "input/render_widget_input_handler_delegate.h", | 186 "input/render_widget_input_handler_delegate.h", |
184 "input/scoped_web_input_event_with_latency_info.cc", | 187 "input/scoped_web_input_event_with_latency_info.cc", |
185 "input/scoped_web_input_event_with_latency_info.h", | 188 "input/scoped_web_input_event_with_latency_info.h", |
186 "installedapp/related_apps_fetcher.cc", | 189 "installedapp/related_apps_fetcher.cc", |
187 "installedapp/related_apps_fetcher.h", | 190 "installedapp/related_apps_fetcher.h", |
188 "internal_document_state_data.cc", | 191 "internal_document_state_data.cc", |
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 # For the defines in mojo_media_config. | 961 # For the defines in mojo_media_config. |
959 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 962 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
960 } | 963 } |
961 | 964 |
962 if (!is_component_build) { | 965 if (!is_component_build) { |
963 public_deps = [ | 966 public_deps = [ |
964 ":renderer", | 967 ":renderer", |
965 ] | 968 ] |
966 } | 969 } |
967 } | 970 } |
OLD | NEW |