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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "presentation/presentation_connection_proxy.cc", | 282 "presentation/presentation_connection_proxy.cc", |
283 "presentation/presentation_connection_proxy.h", | 283 "presentation/presentation_connection_proxy.h", |
284 "presentation/presentation_dispatcher.cc", | 284 "presentation/presentation_dispatcher.cc", |
285 "presentation/presentation_dispatcher.h", | 285 "presentation/presentation_dispatcher.h", |
286 "push_messaging/push_messaging_dispatcher.cc", | 286 "push_messaging/push_messaging_dispatcher.cc", |
287 "push_messaging/push_messaging_dispatcher.h", | 287 "push_messaging/push_messaging_dispatcher.h", |
288 "render_frame_impl.cc", | 288 "render_frame_impl.cc", |
289 "render_frame_impl.h", | 289 "render_frame_impl.h", |
290 "render_frame_proxy.cc", | 290 "render_frame_proxy.cc", |
291 "render_frame_proxy.h", | 291 "render_frame_proxy.h", |
| 292 "render_process.cc", |
292 "render_process.h", | 293 "render_process.h", |
293 "render_process_impl.cc", | 294 "render_process_impl.cc", |
294 "render_process_impl.h", | 295 "render_process_impl.h", |
295 "render_thread_impl.cc", | 296 "render_thread_impl.cc", |
296 "render_thread_impl.h", | 297 "render_thread_impl.h", |
297 "render_view_impl.cc", | 298 "render_view_impl.cc", |
298 "render_view_impl.h", | 299 "render_view_impl.h", |
299 "render_view_impl_android.cc", | 300 "render_view_impl_android.cc", |
300 "render_view_linux.cc", | 301 "render_view_linux.cc", |
301 "render_view_win.cc", | 302 "render_view_win.cc", |
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 # For the defines in mojo_media_config. | 934 # For the defines in mojo_media_config. |
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 935 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
935 } | 936 } |
936 | 937 |
937 if (!is_component_build) { | 938 if (!is_component_build) { |
938 public_deps = [ | 939 public_deps = [ |
939 ":renderer", | 940 ":renderer", |
940 ] | 941 ] |
941 } | 942 } |
942 } | 943 } |
OLD | NEW |