| # Copyright 2019 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//mojo/public/tools/bindings/mojom.gni") |
| |
| mojom_component("mojom") { |
| output_prefix = "performance_manager_public_mojom" |
| macro_prefix = "PERFORMANCE_MANAGER_PUBLIC_MOJOM" |
| |
| cpp_only = true |
| |
| sources = [ |
| "coordination_unit.mojom", |
| "lifecycle.mojom", |
| "v8_contexts.mojom", |
| "web_memory.mojom", |
| ] |
| |
| public_deps = [ |
| "//mojo/public/mojom/base", |
| "//third_party/blink/public/mojom/tokens", |
| "//ui/gfx/geometry/mojom", |
| ] |
| } |