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) {
21 source_set("renderer_sources") {
22 visibility = [ "//content/*" ]
24 sources = rebase_path(content_renderer_gypi_values.public_renderer_sources,
28 configs += [ "//content:content_implementation" ]
31 "//content/public/common:common_sources",
34 "//third_party/libjingle",
35 "//third_party/WebKit/public:blink_headers",
36 "//third_party/widevine/cdm:version_h",
41 allow_circular_includes_from = [
42 # This target is a pair with content/renderer. They always go together and
43 # include headers from each other.
49 rebase_path(content_renderer_gypi_values.public_renderer_webrtc_sources,
52 deps += [ "//third_party/webrtc" ]
57 rebase_path(content_renderer_gypi_values.public_renderer_plugin_sources,