Fix various stray bugs in the GN auto-roller, and repair the DEPS file.
[chromium-blink-merge.git] / components / tracing / BUILD.gn
blobb3186d94095df4a402b1a37a49256a97b50fdbd1
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   ]
31   defines = [ "TRACING_IMPLEMENTATION" ]
33   deps = [
34     "//base",
35   ]