| Index: content/public/common/resource_type.typemap | 
| diff --git a/content/public/common/resource_type.typemap b/content/public/common/resource_type.typemap | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..5a890062b73960cd91095dcbdc72e15b658b5a6f | 
| --- /dev/null | 
| +++ b/content/public/common/resource_type.typemap | 
| @@ -0,0 +1,14 @@ | 
| +# Copyright 2017 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 = "//content/public/common/resource_type.mojom" | 
| +public_headers = [ "//content/public/common/resource_type.h" ] | 
| +traits_headers = [ "//content/public/common/resource_type_enum_traits.h" ] | 
| +sources = [ | 
| +  "//content/public/common/resource_type_enum_traits.cc", | 
| +] | 
| +deps = [ | 
| +  "//content:export", | 
| +] | 
| +type_mappings = [ "content.mojom.ResourceType=content::ResourceType" ] | 
|  |