blob: 2052e5b015c5ff59ccc18b8cac930375ec384f03 [file] [log] [blame]
# Copyright 2021 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("chromium_overrides") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [ "chromium_overrides.cc" ]
deps = [ "//ios/public/provider/chrome/browser/overrides:overrides_api" ]
}