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

# Copyright 2017 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("browsing_data") {
  sources = [
    "browsing_data_removing_util.h",
    "system_cookie_store_util.h",
  ]

  deps = [ "//base" ]
}