Chromium Code Reviews| 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..277891c06a82c97cabfb38c8b80792be2e07106a |
| --- /dev/null |
| +++ b/chrome/common/shell_handler_win.typemap |
| @@ -0,0 +1,10 @@ |
| +# 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" ] |
| +deps = [ |
| + "//base", |
| +] |
| +type_mappings = [ "mojom.FileExtensionFilters=std::vector<std::tuple<base::string16, base::string16>>" ] |
|
sky
2016/07/08 15:28:21
nit: < 80
Patrick Monette
2016/07/08 19:36:10
Done.
|