|  | # Copyright 2021 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("mojo_bindings") { | 
|  | sources = [ | 
|  | "quota_internals.mojom", | 
|  | "quota_manager_observer.mojom", | 
|  | ] | 
|  | webui_module_path = "/" | 
|  |  | 
|  | public_deps = [ | 
|  | "//components/services/storage/public/mojom/buckets", | 
|  | "//third_party/blink/public/mojom/quota", | 
|  | "//url/mojom:url_mojom_origin", | 
|  | ] | 
|  |  | 
|  | disable_variants = true | 
|  |  | 
|  | component_output_prefix = "storage_browser_interfaces" | 
|  | component_macro_prefix = "STORAGE_BROWSER_INTERFACES" | 
|  | } |