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

Side by Side Diff: components/typemaps.gni

Issue 2144533002: Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ownership of PrescientNetworkingDispatcher for proper shutdown Created 4 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 "//components/autofill/content/public/cpp/autofill_types.typemap", 6 "//components/autofill/content/public/cpp/autofill_types.typemap",
7 "//components/network_hints/common/network_hints.typemap",
blundell 2016/07/19 06:28:35 Why the divergence in directory structure for wher
tibell 2016/07/19 07:06:10 We usually put them next to the .mojom, which begs
Sam McNally 2016/07/20 00:03:02 I'd prefer typemaps to live with the traits and/or
tibell 2016/07/20 00:29:35 Done.
7 "//components/safe_json/public/interfaces/safe_json.typemap", 8 "//components/safe_json/public/interfaces/safe_json.typemap",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698