| 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 "input/main_thread_event_queue_task.h", | 169 "input/main_thread_event_queue_task.h", |
| 170 "input/main_thread_event_queue_task_list.cc", | 170 "input/main_thread_event_queue_task_list.cc", |
| 171 "input/main_thread_event_queue_task_list.h", | 171 "input/main_thread_event_queue_task_list.h", |
| 172 "input/main_thread_input_event_filter.cc", | 172 "input/main_thread_input_event_filter.cc", |
| 173 "input/main_thread_input_event_filter.h", | 173 "input/main_thread_input_event_filter.h", |
| 174 "input/render_widget_input_handler.cc", | 174 "input/render_widget_input_handler.cc", |
| 175 "input/render_widget_input_handler.h", | 175 "input/render_widget_input_handler.h", |
| 176 "input/render_widget_input_handler_delegate.h", | 176 "input/render_widget_input_handler_delegate.h", |
| 177 "input/scoped_web_input_event_with_latency_info.cc", | 177 "input/scoped_web_input_event_with_latency_info.cc", |
| 178 "input/scoped_web_input_event_with_latency_info.h", | 178 "input/scoped_web_input_event_with_latency_info.h", |
| 179 "input/target_frame_for_input_impl.cc", |
| 180 "input/target_frame_for_input_impl.h", |
| 179 "input/widget_input_handler_impl.cc", | 181 "input/widget_input_handler_impl.cc", |
| 180 "input/widget_input_handler_impl.h", | 182 "input/widget_input_handler_impl.h", |
| 181 "input/widget_input_handler_manager.cc", | 183 "input/widget_input_handler_manager.cc", |
| 182 "input/widget_input_handler_manager.h", | 184 "input/widget_input_handler_manager.h", |
| 183 "installedapp/related_apps_fetcher.cc", | 185 "installedapp/related_apps_fetcher.cc", |
| 184 "installedapp/related_apps_fetcher.h", | 186 "installedapp/related_apps_fetcher.h", |
| 185 "internal_document_state_data.cc", | 187 "internal_document_state_data.cc", |
| 186 "internal_document_state_data.h", | 188 "internal_document_state_data.h", |
| 187 "java/gin_java_bridge_dispatcher.cc", | 189 "java/gin_java_bridge_dispatcher.cc", |
| 188 "java/gin_java_bridge_dispatcher.h", | 190 "java/gin_java_bridge_dispatcher.h", |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 # See comment at the top of //content/BUILD.gn for how this works. | 997 # See comment at the top of //content/BUILD.gn for how this works. |
| 996 group("for_content_tests") { | 998 group("for_content_tests") { |
| 997 visibility = [ "//content/test/*" ] | 999 visibility = [ "//content/test/*" ] |
| 998 | 1000 |
| 999 if (!is_component_build) { | 1001 if (!is_component_build) { |
| 1000 public_deps = [ | 1002 public_deps = [ |
| 1001 ":renderer", | 1003 ":renderer", |
| 1002 ] | 1004 ] |
| 1003 } | 1005 } |
| 1004 } | 1006 } |
| OLD | NEW |