blob: 3c9849006d316e082c6e5f92f200d15f369ad6e9 [file] [log] [blame]
# Copyright 2019 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.
assert(is_chromeos, "Non-Chrome-OS builds must not depend on //chromeos")
component("constants") {
output_name = "chromeos_constants"
defines = [ "IS_CHROMEOS_CONSTANTS_IMPL" ]
deps = [
"//base",
"//base:i18n",
"//build:branding_buildflags",
]
sources = [
"chromeos_constants.cc",
"chromeos_constants.h",
"chromeos_features.cc",
"chromeos_features.h",
"chromeos_paths.cc",
"chromeos_paths.h",
"chromeos_pref_names.cc",
"chromeos_pref_names.h",
"chromeos_switches.cc",
"chromeos_switches.h",
"devicetype.cc",
"devicetype.h",
]
}