blob: 3f78ab4534fae5b779698bee1e332f83a9139fa5 [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("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
mojo_native_application("task_viewer") {
sources = [
"main.cc",
"task_viewer_application_delegate.cc",
"task_viewer_application_delegate.h",
]
deps = [
"//base",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
"//mojo/shell/public/cpp:sources",
"//mojo/shell/public/interfaces",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
resources = [ "$root_out_dir/views_mus_resources.pak" ]
data_deps = [
"//components/mus",
]
}