diff options
Diffstat (limited to 'chromium/media/fuchsia/metrics/BUILD.gn')
-rw-r--r-- | chromium/media/fuchsia/metrics/BUILD.gn | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/chromium/media/fuchsia/metrics/BUILD.gn b/chromium/media/fuchsia/metrics/BUILD.gn deleted file mode 100644 index ee6952ba233..00000000000 --- a/chromium/media/fuchsia/metrics/BUILD.gn +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2020 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -source_set("metrics") { - sources = [ - "fuchsia_playback_events_recorder.cc", - "fuchsia_playback_events_recorder.h", - ] - deps = [ - "//media/mojo/mojom", - "//mojo/public/cpp/bindings", - ] -} - -source_set("unittests") { - testonly = true - - deps = [ - ":metrics", - "//base", - "//base/test:test_support", - "//media", - "//testing/gtest", - ] - - sources = [ "fuchsia_playback_events_recorder_test.cc" ] -} |