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("//content/child/child.gni")
7 # See //content/BUILD.gn for how this works.
9 if (is_component_build) {
20 "//content/ppapi_plugin",
26 source_set("child_sources") {
27 visibility = [ "//content/*" ]
29 sources = rebase_path(content_child_gypi_values.public_child_sources,
33 configs += [ "//content:content_implementation" ]
40 "//content/public/common:common_sources",