OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 typemaps = [ | 5 typemaps = [ |
6 "//content/public/common/manifest.typemap", | 6 "//content/public/common/manifest.typemap", |
| 7 "//content/public/common/mutable_network_traffic_annotation_tag.typemap", |
7 "//content/public/common/referrer.typemap", | 8 "//content/public/common/referrer.typemap", |
8 "//content/public/common/resource_type.typemap", | 9 "//content/public/common/resource_type.typemap", |
| 10 "//content/public/common/ssl_info.typemap", |
| 11 "//content/public/common/url_loader_status.typemap", |
| 12 "//content/public/common/url_request.typemap", |
| 13 "//content/public/common/url_request_redirect_info.typemap", |
| 14 "//content/public/common/url_response_head.typemap", |
| 15 "//content/public/common/url_sync_load_result.typemap", |
9 ] | 16 ] |
OLD | NEW |