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/browser/browser.gni")
6 import("//build/config/ui.gni")
8 # See //content/BUILD.gn for how this works.
10 if (is_component_build) {
21 source_set("browser_sources") {
22 visibility = [ "//content/*" ]
25 # iOS doesn't get the normal file list and only takes these whitelisted
28 "browser_main_parts.cc",
29 "content_browser_client.cc",
31 "navigation_details.cc",
32 "notification_registrar.cc",
34 "web_ui_controller.cc",
37 sources = rebase_path(content_browser_gypi_values.public_browser_sources,
43 sources -= [ "context_factory.h" ]
47 "//build/config:precompiled_headers",
48 "//content:content_implementation",
52 "//content/public/common:mojo_bindings",
54 # We expose skia headers in the public API.
56 "//third_party/mojo/src/mojo/public/cpp/bindings",
57 "//third_party/mojo/src/mojo/public/cpp/system",
61 "//content/public/common:common_sources",
68 allow_circular_includes_from = [
69 # This target is a pair with content/browser. They always go together and
70 # include headers from each other.