blob: b2e4f73ce5848dc44dfb1ef492553a807449fc91 [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.
import("//mojo/public/mojo_application.gni")
mojo_native_application("nfc_sender") {
sources = [
"nfc_sender.cc",
]
deps = [
"//base",
"//mojo/application",
"//mojo/gpu",
"//mojo/common",
"//mojo/public/interfaces/application:application__generator",
"//mojo/services/geometry/interfaces",
"//mojo/services/nfc/interfaces",
"//mojo/services/view_manager/cpp",
"//mojo/skia",
"//skia",
"//ui/gfx/geometry",
]
}