chromium/components/viz/service/debugger/mojom/BUILD.gn

# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//components/viz/common/debugger/viz_debugger.gni")
import("//mojo/public/tools/bindings/mojom.gni")

mojom("mojom") {
  sources = [ "viz_debugger.mojom" ]

  enabled_features = []
  if (use_viz_debugger) {
    enabled_features += [ "use_viz_debugger" ]
  }

  deps = [ "//mojo/public/mojom/base" ]
}