Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Side by Side Diff: content/public/common/typemaps.gni

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698