aboutsummaryrefslogtreecommitdiff
path: root/protos/third_party/chromium/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'protos/third_party/chromium/BUILD.gn')
-rw-r--r--protos/third_party/chromium/BUILD.gn16
1 files changed, 0 insertions, 16 deletions
diff --git a/protos/third_party/chromium/BUILD.gn b/protos/third_party/chromium/BUILD.gn
deleted file mode 100644
index cff5b38d0..000000000
--- a/protos/third_party/chromium/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-import("../../../gn/perfetto.gni")
-import("../../../gn/proto_library.gni")
-import("sources.gni")
-
-perfetto_proto_library("chrome_track_event_@TYPE@") {
- proto_generators = [ "descriptor" ]
- sources = chrome_track_event_sources
- generate_descriptor = "chrome_track_event.descriptor"
- deps = [ "../../perfetto/trace/track_event:source_set" ]
-
- # When rolled into Chrome, extension descriptor is going to be linked into
- # binary, therefore increasing its size. Including imports means that the
- # full TrackEvent descriptor is going to be included as well, increasing the
- # binary size unnecessarily. Therefore, exclude_imports is used.
- exclude_imports = true
-}