blob: ccf1fabf3723d110f6072a7b53923ed858b8b7df [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("//mojo/public/mojo_application.gni")
mojo_native_application("flog_viewer") {
sources = [
"flog_viewer.cc",
]
deps = [
"//base",
"//mojo/application",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
"//mojo/services/flog/interfaces",
]
}