1# Copyright 2016 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 5mojom = "//mojo/public/mojom/base/big_buffer.mojom" 6public_headers = [ "//mojo/public/cpp/base/big_buffer.h" ] 7traits_headers = [ "//mojo/public/cpp/base/big_buffer_mojom_traits.h" ] 8public_deps = [ 9 "//mojo/public/cpp/base", 10 "//mojo/public/cpp/base:shared_typemap_traits", 11] 12type_mappings = [ "mojo_base.mojom.BigBuffer=mojo_base::BigBuffer[move_only]" ] 13