blob: 7b6fd1a833cfa6dfdaba022fda1913f6b70602c4 [file] [log] [blame]
# Copyright 2015 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.
if (is_ios) {
source_set("keyboard") {
sources = [
"ios/keyboard_service_impl.h",
"ios/keyboard_service_impl.mm",
]
deps = [
"//base:base",
"//mojo/public/cpp/application",
"//mojo/services/keyboard/public/interfaces",
]
}
} else {
group("keyboard") {
}
}