Update broken references to image assets
[chromium-blink-merge.git] / mojo / services / tracing / BUILD.gn
blob634e891b3143b57a786b006219cf1c60e4210554
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/mojo_application.gni")
7 mojo_native_application("tracing") {
8   sources = [
9     "main.cc",
10   ]
12   deps = [
13     ":lib",
14     "//mojo/application/public/cpp",
15     "//third_party/mojo/src/mojo/public/cpp/system",
16   ]
19 source_set("lib") {
20   sources = [
21     "trace_data_sink.cc",
22     "trace_data_sink.h",
23     "tracing_app.cc",
24     "tracing_app.h",
25   ]
27   deps = [
28     "//base",
29     "//mojo/application/public/cpp",
30     "//mojo/common:common_base",
31     "//mojo/services/tracing/public/interfaces",
32   ]