chromium/ios/chrome/browser/first_run/model/BUILD.gn

# 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.

source_set("model") {
  sources = [
    "first_run.h",
    "first_run.mm",
    "first_run_metrics.h",
    "first_run_metrics.mm",
  ]
  deps = [
    "//base",
    "//components/pref_registry",
    "//components/startup_metric_utils",
    "//ios/chrome/browser/shared/model/paths",
  ]
}