| # Copyright 2019 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("navigation") { |
| deps = [ |
| "//ios/web/common:user_agent", |
| "//ios/web/public/ui", |
| ] |
| |
| public_deps = [ |
| ":referrer", |
| "//base", |
| "//ui/base", |
| "//url", |
| ] |
| |
| sources = [ |
| "browser_url_rewriter.h", |
| "form_warning_type.h", |
| "https_upgrade_type.h", |
| "https_upgrade_type.mm", |
| "navigation_context.h", |
| "navigation_item.h", |
| "navigation_manager.h", |
| "navigation_util.h", |
| "referrer.h", |
| "reload_type.h", |
| "url_schemes.h", |
| "web_state_policy_decider.h", |
| "web_state_policy_decider_bridge.h", |
| ] |
| } |
| |
| source_set("referrer") { |
| deps = [ "//url" ] |
| |
| sources = [ "referrer.h" ] |
| } |