| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "net_info_helper.cc", | 287 "net_info_helper.cc", |
| 288 "net_info_helper.h", | 288 "net_info_helper.h", |
| 289 "origin_trials/web_trial_token_validator_impl.cc", | 289 "origin_trials/web_trial_token_validator_impl.cc", |
| 290 "origin_trials/web_trial_token_validator_impl.h", | 290 "origin_trials/web_trial_token_validator_impl.h", |
| 291 "p2p/network_list_manager.h", | 291 "p2p/network_list_manager.h", |
| 292 "p2p/socket_client.h", | 292 "p2p/socket_client.h", |
| 293 "p2p/socket_client_delegate.h", | 293 "p2p/socket_client_delegate.h", |
| 294 "pepper/fullscreen_container.h", | 294 "pepper/fullscreen_container.h", |
| 295 "peripheral_content_heuristic.cc", | 295 "peripheral_content_heuristic.cc", |
| 296 "peripheral_content_heuristic.h", | 296 "peripheral_content_heuristic.h", |
| 297 "possibly_associated_interface_ptr.h", | |
| 298 "presentation/presentation_connection_proxy.cc", | 297 "presentation/presentation_connection_proxy.cc", |
| 299 "presentation/presentation_connection_proxy.h", | 298 "presentation/presentation_connection_proxy.h", |
| 300 "presentation/presentation_dispatcher.cc", | 299 "presentation/presentation_dispatcher.cc", |
| 301 "presentation/presentation_dispatcher.h", | 300 "presentation/presentation_dispatcher.h", |
| 302 "push_messaging/push_messaging_client.cc", | 301 "push_messaging/push_messaging_client.cc", |
| 303 "push_messaging/push_messaging_client.h", | 302 "push_messaging/push_messaging_client.h", |
| 304 "render_frame_impl.cc", | 303 "render_frame_impl.cc", |
| 305 "render_frame_impl.h", | 304 "render_frame_impl.h", |
| 306 "render_frame_proxy.cc", | 305 "render_frame_proxy.cc", |
| 307 "render_frame_proxy.h", | 306 "render_frame_proxy.h", |
| (...skipping 682 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. | 989 # See comment at the top of //content/BUILD.gn for how this works. |
| 991 group("for_content_tests") { | 990 group("for_content_tests") { |
| 992 visibility = [ "//content/test/*" ] | 991 visibility = [ "//content/test/*" ] |
| 993 | 992 |
| 994 if (!is_component_build) { | 993 if (!is_component_build) { |
| 995 public_deps = [ | 994 public_deps = [ |
| 996 ":renderer", | 995 ":renderer", |
| 997 ] | 996 ] |
| 998 } | 997 } |
| 999 } | 998 } |
| OLD | NEW |