blob: 7ea801aa899a8ed4d41da164a87bb94b709129f7 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
mojom = "//mojo/common/string16.mojom"
public_headers = [ "//base/strings/string16.h" ]
traits_headers = [ "//mojo/common/string16_struct_traits.h" ]
sources = [
"//mojo/common/string16_struct_traits.cc",
]
public_deps = [
"//mojo/public/cpp/base",
]
type_mappings = [
"mojo.common.mojom.BigString16=base::string16",
"mojo.common.mojom.String16=base::string16",
]