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
3 # found in the LICENSE file.
5 import("//build/config/features.gni")
6 import("//content/renderer/renderer.gni")
8 # See //content/BUILD.gn for how this works.
10 if (is_component_build) {
11 deps = [ "//content" ]
13 deps = [ ":renderer_sources" ]
15 forward_dependent_configs_from = deps
18 source_set("renderer_sources") {
19 visibility = [ "//content/*" ]
21 sources = rebase_path(content_renderer_gypi_values.public_renderer_sources,
25 "//content:content_implementation",
29 "//content/public/common:common_sources",
32 "//third_party/libjingle",
33 "//third_party/WebKit/public:blink_headers",
34 "//third_party/widevine/cdm:version_h",
39 allow_circular_includes_from = [
40 # This target is a pair with content/renderer. They always go together and
41 # include headers from each other.
46 sources += rebase_path(
47 content_renderer_gypi_values.public_renderer_webrtc_sources,