| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "gpu/compositor_forwarding_message_filter.h", | 130 "gpu/compositor_forwarding_message_filter.h", |
| 131 "gpu/frame_swap_message_queue.cc", | 131 "gpu/frame_swap_message_queue.cc", |
| 132 "gpu/frame_swap_message_queue.h", | 132 "gpu/frame_swap_message_queue.h", |
| 133 "gpu/gpu_benchmarking_extension.cc", | 133 "gpu/gpu_benchmarking_extension.cc", |
| 134 "gpu/gpu_benchmarking_extension.h", | 134 "gpu/gpu_benchmarking_extension.h", |
| 135 "gpu/queue_message_swap_promise.cc", | 135 "gpu/queue_message_swap_promise.cc", |
| 136 "gpu/queue_message_swap_promise.h", | 136 "gpu/queue_message_swap_promise.h", |
| 137 "gpu/render_widget_compositor.cc", | 137 "gpu/render_widget_compositor.cc", |
| 138 "gpu/render_widget_compositor.h", | 138 "gpu/render_widget_compositor.h", |
| 139 "gpu/render_widget_compositor_delegate.h", | 139 "gpu/render_widget_compositor_delegate.h", |
| 140 "gpu/renderer_compositor_frame_sink.cc", | |
| 141 "gpu/renderer_compositor_frame_sink.h", | |
| 142 "gpu/stream_texture_host_android.cc", | 140 "gpu/stream_texture_host_android.cc", |
| 143 "gpu/stream_texture_host_android.h", | 141 "gpu/stream_texture_host_android.h", |
| 144 "history_entry.cc", | 142 "history_entry.cc", |
| 145 "history_entry.h", | 143 "history_entry.h", |
| 146 "history_serialization.cc", | 144 "history_serialization.cc", |
| 147 "history_serialization.h", | 145 "history_serialization.h", |
| 148 "idle_user_detector.cc", | 146 "idle_user_detector.cc", |
| 149 "idle_user_detector.h", | 147 "idle_user_detector.h", |
| 150 "image_downloader/image_downloader_base.cc", | 148 "image_downloader/image_downloader_base.cc", |
| 151 "image_downloader/image_downloader_base.h", | 149 "image_downloader/image_downloader_base.h", |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 # See comment at the top of //content/BUILD.gn for how this works. | 988 # See comment at the top of //content/BUILD.gn for how this works. |
| 991 group("for_content_tests") { | 989 group("for_content_tests") { |
| 992 visibility = [ "//content/test/*" ] | 990 visibility = [ "//content/test/*" ] |
| 993 | 991 |
| 994 if (!is_component_build) { | 992 if (!is_component_build) { |
| 995 public_deps = [ | 993 public_deps = [ |
| 996 ":renderer", | 994 ":renderer", |
| 997 ] | 995 ] |
| 998 } | 996 } |
| 999 } | 997 } |
| OLD | NEW |