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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "render_process_impl.h", | 295 "render_process_impl.h", |
296 "render_thread_impl.cc", | 296 "render_thread_impl.cc", |
297 "render_thread_impl.h", | 297 "render_thread_impl.h", |
298 "render_view_impl.cc", | 298 "render_view_impl.cc", |
299 "render_view_impl.h", | 299 "render_view_impl.h", |
300 "render_view_impl_android.cc", | 300 "render_view_impl_android.cc", |
301 "render_view_linux.cc", | 301 "render_view_linux.cc", |
302 "render_view_win.cc", | 302 "render_view_win.cc", |
303 "render_widget.cc", | 303 "render_widget.cc", |
304 "render_widget.h", | 304 "render_widget.h", |
305 "render_widget_fullscreen.cc", | |
306 "render_widget_fullscreen.h", | |
307 "render_widget_mouse_lock_dispatcher.cc", | 305 "render_widget_mouse_lock_dispatcher.cc", |
308 "render_widget_mouse_lock_dispatcher.h", | 306 "render_widget_mouse_lock_dispatcher.h", |
309 "render_widget_owner_delegate.h", | 307 "render_widget_owner_delegate.h", |
310 "renderer_blink_platform_impl.cc", | 308 "renderer_blink_platform_impl.cc", |
311 "renderer_blink_platform_impl.h", | 309 "renderer_blink_platform_impl.h", |
312 "renderer_clipboard_delegate.cc", | 310 "renderer_clipboard_delegate.cc", |
313 "renderer_clipboard_delegate.h", | 311 "renderer_clipboard_delegate.h", |
314 "renderer_main.cc", | 312 "renderer_main.cc", |
315 "renderer_main_platform_delegate.h", | 313 "renderer_main_platform_delegate.h", |
316 "renderer_main_platform_delegate_android.cc", | 314 "renderer_main_platform_delegate_android.cc", |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 # For the defines in mojo_media_config. | 911 # For the defines in mojo_media_config. |
914 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
915 } | 913 } |
916 | 914 |
917 if (!is_component_build) { | 915 if (!is_component_build) { |
918 public_deps = [ | 916 public_deps = [ |
919 ":renderer", | 917 ":renderer", |
920 ] | 918 ] |
921 } | 919 } |
922 } | 920 } |
OLD | NEW |