blob: b64bd947690401b68bd738a0ad2b6621848ea9ab [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# 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") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"browsing_data_removing_util.h",
"system_cookie_store_util.h",
]
}