BUILD.gn 460 B

123456789101112131415161718
  1. # Copyright 2014 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("//build/config/features.gni")
  5. import("//mojo/public/tools/bindings/mojom.gni")
  6. mojom("mojom") {
  7. sources = [ "pdf.mojom" ]
  8. public_deps = [
  9. "//services/network/public/mojom:url_loader_base",
  10. "//ui/gfx/geometry/mojom",
  11. "//url/mojom:url_mojom_gurl",
  12. ]
  13. cpp_only = true
  14. }