Supervised user whitelists: Cleanup
[chromium-blink-merge.git] / content / public / child / BUILD.gn
blobc84de367bb384b33c148c43980998c0939ad2a16
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.
8 group("child") {
9   if (is_component_build) {
10     public_deps = [
11       "//content",
12     ]
13   } else {
14     public_deps = [
15       ":child_sources",
16     ]
17   }
20 source_set("child_sources") {
21   visibility = [ "//content/*" ]
23   sources = rebase_path(content_child_gypi_values.public_child_sources,
24                         ".",
25                         "//content")
27   configs += [ "//content:content_implementation" ]
29   public_deps = [
30     "//content/child",
31   ]
33   deps = [
34     "//content/public/common:common_sources",
35   ]