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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "input/input_handler_wrapper.h", | 174 "input/input_handler_wrapper.h", |
175 "input/main_thread_event_queue.cc", | 175 "input/main_thread_event_queue.cc", |
176 "input/main_thread_event_queue.h", | 176 "input/main_thread_event_queue.h", |
177 "input/main_thread_input_event_filter.cc", | 177 "input/main_thread_input_event_filter.cc", |
178 "input/main_thread_input_event_filter.h", | 178 "input/main_thread_input_event_filter.h", |
179 "input/render_widget_input_handler.cc", | 179 "input/render_widget_input_handler.cc", |
180 "input/render_widget_input_handler.h", | 180 "input/render_widget_input_handler.h", |
181 "input/render_widget_input_handler_delegate.h", | 181 "input/render_widget_input_handler_delegate.h", |
182 "input/scoped_web_input_event_with_latency_info.cc", | 182 "input/scoped_web_input_event_with_latency_info.cc", |
183 "input/scoped_web_input_event_with_latency_info.h", | 183 "input/scoped_web_input_event_with_latency_info.h", |
| 184 "installedapp/related_apps_fetcher.cc", |
| 185 "installedapp/related_apps_fetcher.h", |
184 "internal_document_state_data.cc", | 186 "internal_document_state_data.cc", |
185 "internal_document_state_data.h", | 187 "internal_document_state_data.h", |
186 "java/gin_java_bridge_dispatcher.cc", | 188 "java/gin_java_bridge_dispatcher.cc", |
187 "java/gin_java_bridge_dispatcher.h", | 189 "java/gin_java_bridge_dispatcher.h", |
188 "java/gin_java_bridge_object.cc", | 190 "java/gin_java_bridge_object.cc", |
189 "java/gin_java_bridge_object.h", | 191 "java/gin_java_bridge_object.h", |
190 "java/gin_java_bridge_value_converter.cc", | 192 "java/gin_java_bridge_value_converter.cc", |
191 "java/gin_java_bridge_value_converter.h", | 193 "java/gin_java_bridge_value_converter.h", |
192 "java/gin_java_function_invocation_helper.cc", | 194 "java/gin_java_function_invocation_helper.cc", |
193 "java/gin_java_function_invocation_helper.h", | 195 "java/gin_java_function_invocation_helper.h", |
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 # For the defines in mojo_media_config. | 942 # For the defines in mojo_media_config. |
941 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 943 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
942 } | 944 } |
943 | 945 |
944 if (!is_component_build) { | 946 if (!is_component_build) { |
945 public_deps = [ | 947 public_deps = [ |
946 ":renderer", | 948 ":renderer", |
947 ] | 949 ] |
948 } | 950 } |
949 } | 951 } |
OLD | NEW |