[Android WebView] Fix webview perf bot switchover to use org.chromium.webview_shell...
[chromium-blink-merge.git] / content / public / child / BUILD.gn
blobfb5c5bf433479a3bcbcc8e84cee37fea06460868
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     if (!is_android) {
18       public_deps += [
19         "//content/gpu",
20         "//content/ppapi_plugin",
21       ]
22     }
23   }
26 source_set("child_sources") {
27   visibility = [ "//content/*" ]
29   sources = rebase_path(content_child_gypi_values.public_child_sources,
30                         ".",
31                         "//content")
33   configs += [ "//content:content_implementation" ]
35   public_deps = [
36     "//content/child",
37   ]
39   deps = [
40     "//content/public/common:common_sources",
41   ]