mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-25 06:46:09 +03:00
21 lines
530 B
Plaintext
21 lines
530 B
Plaintext
|
# Copyright 2018 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.
|
||
|
|
||
|
import("//third_party/blink/renderer/modules/modules.gni")
|
||
|
|
||
|
blink_modules_sources("keyboard") {
|
||
|
sources = [
|
||
|
"keyboard.cc",
|
||
|
"keyboard.h",
|
||
|
"keyboard_layout.cc",
|
||
|
"keyboard_layout.h",
|
||
|
"keyboard_layout_map.cc",
|
||
|
"keyboard_layout_map.h",
|
||
|
"keyboard_lock.cc",
|
||
|
"keyboard_lock.h",
|
||
|
"navigator_keyboard.cc",
|
||
|
"navigator_keyboard.h",
|
||
|
]
|
||
|
}
|