chromium/ios/web/public/deprecated/BUILD.gn

# 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") {
  deps = [
    "//base",
    "//ios/web/public:web_state_observer",
    "//url",
  ]
  sources = [ "global_web_state_observer.h" ]
}