blob: f5a7f72192d21f69f979f2f10194a932c3bc88fd [file] [log] [blame]
# 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",
]
}