aboutsummaryrefslogtreecommitdiff
path: root/include/perfetto/tracing/core/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'include/perfetto/tracing/core/BUILD.gn')
-rw-r--r--include/perfetto/tracing/core/BUILD.gn21
1 files changed, 17 insertions, 4 deletions
diff --git a/include/perfetto/tracing/core/BUILD.gn b/include/perfetto/tracing/core/BUILD.gn
index 8cc482929..78bc8e3e6 100644
--- a/include/perfetto/tracing/core/BUILD.gn
+++ b/include/perfetto/tracing/core/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright (C) 2019 The Android Open Source Project
+# Copyright (C) 2017 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,14 +14,27 @@
source_set("core") {
public_deps = [
- "../../../../protos/perfetto/common:cpp",
- "../../../../protos/perfetto/config:cpp",
+ "../../base",
]
sources = [
- "chrome_config.h",
+ "basic_types.h",
+ "commit_data_request.h",
+ "consumer.h",
"data_source_config.h",
"data_source_descriptor.h",
+ "observable_events.h",
+ "producer.h",
+ "shared_memory.h",
+ "shared_memory_abi.h",
+ "shared_memory_arbiter.h",
+ "slice.h",
+ "startup_trace_writer.h",
+ "startup_trace_writer_registry.h",
"trace_config.h",
+ "trace_packet.h",
+ "trace_stats.h",
+ "trace_writer.h",
+ "tracing_service.h",
"tracing_service_state.h",
]
}