| # 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. | |
| import("//ios/build/config.gni") | |
| source_set("deprecated") { | |
| configs += [ "//build/config/compiler:enable_arc" ] | |
| deps = [ | |
| "//base", | |
| "//ios/web/public:web_state_observer", | |
| "//url", | |
| ] | |
| sources = [ | |
| "global_web_state_observer.h", | |
| "url_verification_constants.h", | |
| ] | |
| } |