blob: c7320c15cd4ee5c38fe8f6c22de6be2f1b9fa831 [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/common",
"//mojo/public/cpp/application",
"//mojo/services/keyboard/public/interfaces",
]
}
} else {
group("keyboard") {
}
}