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