| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "stats_collection_controller.cc", | 376 "stats_collection_controller.cc", |
| 377 "stats_collection_controller.h", | 377 "stats_collection_controller.h", |
| 378 "stats_collection_observer.cc", | 378 "stats_collection_observer.cc", |
| 379 "stats_collection_observer.h", | 379 "stats_collection_observer.h", |
| 380 "text_input_client_observer.cc", | 380 "text_input_client_observer.cc", |
| 381 "text_input_client_observer.h", | 381 "text_input_client_observer.h", |
| 382 "theme_helper_mac.h", | 382 "theme_helper_mac.h", |
| 383 "theme_helper_mac.mm", | 383 "theme_helper_mac.mm", |
| 384 "top_level_blame_context.cc", | 384 "top_level_blame_context.cc", |
| 385 "top_level_blame_context.h", | 385 "top_level_blame_context.h", |
| 386 "unique_name_helper.cc", | |
| 387 "unique_name_helper.h", | |
| 388 "web_frame_utils.cc", | 386 "web_frame_utils.cc", |
| 389 "web_frame_utils.h", | 387 "web_frame_utils.h", |
| 390 "web_ui_extension.cc", | 388 "web_ui_extension.cc", |
| 391 "web_ui_extension.h", | 389 "web_ui_extension.h", |
| 392 "web_ui_extension_data.cc", | 390 "web_ui_extension_data.cc", |
| 393 "web_ui_extension_data.h", | 391 "web_ui_extension_data.h", |
| 394 "webclipboard_impl.cc", | 392 "webclipboard_impl.cc", |
| 395 "webclipboard_impl.h", | 393 "webclipboard_impl.h", |
| 396 "webgraphicscontext3d_provider_impl.cc", | 394 "webgraphicscontext3d_provider_impl.cc", |
| 397 "webgraphicscontext3d_provider_impl.h", | 395 "webgraphicscontext3d_provider_impl.h", |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 # See comment at the top of //content/BUILD.gn for how this works. | 976 # See comment at the top of //content/BUILD.gn for how this works. |
| 979 group("for_content_tests") { | 977 group("for_content_tests") { |
| 980 visibility = [ "//content/test/*" ] | 978 visibility = [ "//content/test/*" ] |
| 981 | 979 |
| 982 if (!is_component_build) { | 980 if (!is_component_build) { |
| 983 public_deps = [ | 981 public_deps = [ |
| 984 ":renderer", | 982 ":renderer", |
| 985 ] | 983 ] |
| 986 } | 984 } |
| 987 } | 985 } |
| OLD | NEW |