# Copyright 2016 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/ios/rules.gni") source_set("feature_flags") { configs += [ "//build/config/compiler:enable_arc" ] sources = [ "ui_feature_flags.cc", "ui_feature_flags.h", ] public_deps = [ "//base" ] }