blob: 87e58acf5131aa1a46fd2fd0088f12cfea31c801 [file] [log] [blame]
# Copyright 2022 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/chromeos/ui_mode.gni")
assert(is_chromeos_ash, "Non-ChromeOS builds cannot depend on //ash")
static_library("common") {
}
static_library("keyboard_diagram_strings") {
sources = [
"keyboard_diagram_strings.cc",
"keyboard_diagram_strings.h",
]
deps = [
"//chromeos/strings/",
"//content/public/browser",
"//ui/base",
]
}
group("closure_compile") {
deps = [ "resources:closure_compile" ]
}