Revert "Fix broken channel icon in chrome://help on CrOS" and try again
[chromium-blink-merge.git] / components / tracing / BUILD.gn
blob059f4f14330318bd12a3dffe9db840f88e54121a
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 component("tracing") {
6   sources = [
7     "child_memory_dump_manager_delegate_impl.cc",
8     "child_memory_dump_manager_delegate_impl.h",
9     "child_trace_message_filter.cc",
10     "child_trace_message_filter.h",
11     "tracing_export.h",
12     "tracing_messages.cc",
13     "tracing_messages.h",
14   ]
16   defines = [ "TRACING_IMPLEMENTATION" ]
18   deps = [
19     "//base",
20     "//ipc",
21   ]
24 component("startup_tracing") {
25   sources = [
26     "startup_tracing.cc",
27     "startup_tracing.h",
28     "tracing_export.h",
29     "tracing_switches.cc",
30     "tracing_switches.h",
31   ]
33   defines = [ "TRACING_IMPLEMENTATION" ]
35   deps = [
36     "//base",
37   ]