blob: 079a1054308ae8a89fc9bc1ad20030a7bfed6f3a [file] [log] [blame]
# Copyright 2016 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/WebKit/Source/modules/modules.gni")
blink_modules_sources("nfc") {
sources = [
"NFC.cpp",
"NFC.h",
"NFCError.cpp",
"NFCError.h",
"NavigatorNFC.cpp",
"NavigatorNFC.h",
]
}