| Index: chrome/common/shell_handler_win.typemap
|
| diff --git a/chrome/common/shell_handler_win.typemap b/chrome/common/shell_handler_win.typemap
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a61d1ed35ff78d368186a926f5eb884b289bdddd
|
| --- /dev/null
|
| +++ b/chrome/common/shell_handler_win.typemap
|
| @@ -0,0 +1,12 @@
|
| +# 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 = "//chrome/common/shell_handler_win.mojom"
|
| +public_headers = [ "//base/strings/string16.h" ]
|
| +traits_headers = [ "//ipc/ipc_message_utils.h" ]
|
| +deps = [
|
| + "//base",
|
| +]
|
| +type_mappings = [ "mojom.FileExtensionFilters=" +
|
| + "std::vector<std::tuple<base::string16, base::string16>>" ]
|
|
|