| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "gpu/gpu_benchmarking_extension.h", | 140 "gpu/gpu_benchmarking_extension.h", |
| 141 "gpu/queue_message_swap_promise.cc", | 141 "gpu/queue_message_swap_promise.cc", |
| 142 "gpu/queue_message_swap_promise.h", | 142 "gpu/queue_message_swap_promise.h", |
| 143 "gpu/render_widget_compositor.cc", | 143 "gpu/render_widget_compositor.cc", |
| 144 "gpu/render_widget_compositor.h", | 144 "gpu/render_widget_compositor.h", |
| 145 "gpu/render_widget_compositor_delegate.h", | 145 "gpu/render_widget_compositor_delegate.h", |
| 146 "gpu/renderer_compositor_frame_sink.cc", | 146 "gpu/renderer_compositor_frame_sink.cc", |
| 147 "gpu/renderer_compositor_frame_sink.h", | 147 "gpu/renderer_compositor_frame_sink.h", |
| 148 "gpu/stream_texture_host_android.cc", | 148 "gpu/stream_texture_host_android.cc", |
| 149 "gpu/stream_texture_host_android.h", | 149 "gpu/stream_texture_host_android.h", |
| 150 "history_controller.cc", | |
| 151 "history_controller.h", | |
| 152 "history_entry.cc", | 150 "history_entry.cc", |
| 153 "history_entry.h", | 151 "history_entry.h", |
| 154 "history_serialization.cc", | 152 "history_serialization.cc", |
| 155 "history_serialization.h", | 153 "history_serialization.h", |
| 156 "idle_user_detector.cc", | 154 "idle_user_detector.cc", |
| 157 "idle_user_detector.h", | 155 "idle_user_detector.h", |
| 158 "image_downloader/image_downloader_base.cc", | 156 "image_downloader/image_downloader_base.cc", |
| 159 "image_downloader/image_downloader_base.h", | 157 "image_downloader/image_downloader_base.h", |
| 160 "image_downloader/image_downloader_impl.cc", | 158 "image_downloader/image_downloader_impl.cc", |
| 161 "image_downloader/image_downloader_impl.h", | 159 "image_downloader/image_downloader_impl.h", |
| (...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 933 # For the defines in mojo_media_config. | 931 # For the defines in mojo_media_config. |
| 934 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 932 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 935 } | 933 } |
| 936 | 934 |
| 937 if (!is_component_build) { | 935 if (!is_component_build) { |
| 938 public_deps = [ | 936 public_deps = [ |
| 939 ":renderer", | 937 ":renderer", |
| 940 ] | 938 ] |
| 941 } | 939 } |
| 942 } | 940 } |
| OLD | NEW |