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/common/common.gni")
7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 # See //content/BUILD.gn for how this works.
11 if (is_component_build) {
22 source_set("common_sources") {
23 visibility = [ "//content/*" ]
25 sources = rebase_path(content_common_gypi_values.public_common_sources,
29 configs += [ "//content:content_implementation" ]
33 "//third_party/mojo/src/mojo/public/cpp/bindings",
38 "//third_party/WebKit/public:blink_headers",
44 if (!enable_plugins) {
46 "pepper_plugin_info.cc",
47 "pepper_plugin_info.h",
52 mojom("mojo_bindings") {
54 "mojo_geoposition.mojom",
55 "permission_status.mojom",