BUILD.gn 588 B

12345678910111213141516171819202122
  1. # Copyright 2022 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//mojo/public/tools/bindings/mojom.gni")
  5. mojom("mojom") {
  6. generate_java = true
  7. sources = [ "digital_goods.mojom" ]
  8. deps = []
  9. public_deps = [
  10. "//components/payments/mojom",
  11. "//url/mojom:url_mojom_gurl",
  12. ]
  13. export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
  14. export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
  15. export_header_blink = "third_party/blink/public/platform/web_common.h"
  16. }