linux_aura: Disable the plugin install infobar.
[chromium-blink-merge.git] / content / public / common / BUILD.gn
blob32fd84e09d57ec3ee21d1efec879fd22ed3b89a9
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/common/common.gni")
7 source_set("common") {
8   sources = rebase_path(content_common_gypi_values.public_common_sources,
9                         ".", "//content")
11   configs += [
12     "//content:content_implementation",
13   ]
15   deps = [
16     "//content/common",
17     "//skia",
18     "//third_party/WebKit/public:blink_headers",
19   ]