aboutsummaryrefslogtreecommitdiff
path: root/src/trace_processor/tables/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'src/trace_processor/tables/BUILD.gn')
-rw-r--r--src/trace_processor/tables/BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/trace_processor/tables/BUILD.gn b/src/trace_processor/tables/BUILD.gn
index 66f0cfa53..7f6ac2b6b 100644
--- a/src/trace_processor/tables/BUILD.gn
+++ b/src/trace_processor/tables/BUILD.gn
@@ -18,10 +18,8 @@ source_set("tables") {
sources = [
"android_tables.h",
"counter_tables.h",
- "flow_tables.h",
"macros.h",
"macros_internal.h",
- "memory_tables.h",
"metadata_tables.h",
"profiler_tables.h",
"slice_tables.h",
@@ -30,7 +28,7 @@ source_set("tables") {
]
deps = [
"../../../gn:default_deps",
- "../db",
+ "../db:lib",
]
}