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

Side by Side Diff: content/common/native_types.typemap

Issue 2450353004: Move ViewHostMsg_CreateWidget to mojom (Closed)
Patch Set: Addressed jam's comments + sync Created 4 years, 1 month 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
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/render_message_filter.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 mojom = "//content/common/native_types.mojom" 5 mojom = "//content/common/native_types.mojom"
6 public_headers = [ 6 public_headers = [
7 "//content/common/frame_owner_properties.h", 7 "//content/common/frame_owner_properties.h",
8 "//content/common/frame_replication_state.h", 8 "//content/common/frame_replication_state.h",
9 "//content/common/resize_params.h", 9 "//content/common/resize_params.h",
10 "//content/public/common/renderer_preferences.h", 10 "//content/public/common/renderer_preferences.h",
11 "//content/public/common/web_preferences.h", 11 "//content/public/common/web_preferences.h",
12 "//net/base/network_change_notifier.h", 12 "//net/base/network_change_notifier.h",
13 "//third_party/WebKit/public/web/WebPopupType.h",
13 ] 14 ]
14 traits_headers = [ 15 traits_headers = [
15 "//content/common/frame_messages.h", 16 "//content/common/frame_messages.h",
16 "//content/common/view_messages.h", 17 "//content/common/view_messages.h",
17 "//content/public/common/common_param_traits.h", 18 "//content/public/common/common_param_traits.h",
18 ] 19 ]
19 public_deps = [ 20 public_deps = [
20 # NOTE: These dependencies are here to satisfy gn check because 21 # NOTE: These dependencies are here to satisfy gn check because
21 # common_param_traits_macros.h and/or view_messages.h include their headers. 22 # common_param_traits_macros.h and/or view_messages.h include their headers.
22 # Although the mojo bindings target is configured to allow direct circular 23 # Although the mojo bindings target is configured to allow direct circular
(...skipping 12 matching lines...) Expand all
35 "//ui/surface", 36 "//ui/surface",
36 "//url/ipc:url_ipc", 37 "//url/ipc:url_ipc",
37 ] 38 ]
38 type_mappings = [ 39 type_mappings = [
39 "content.mojom.FrameOwnerProperties=content::FrameOwnerProperties", 40 "content.mojom.FrameOwnerProperties=content::FrameOwnerProperties",
40 "content.mojom.FrameReplicationState=content::FrameReplicationState", 41 "content.mojom.FrameReplicationState=content::FrameReplicationState",
41 "content.mojom.NetworkConnectionType=net::NetworkChangeNotifier::ConnectionTyp e", 42 "content.mojom.NetworkConnectionType=net::NetworkChangeNotifier::ConnectionTyp e",
42 "content.mojom.RendererPreferences=content::RendererPreferences", 43 "content.mojom.RendererPreferences=content::RendererPreferences",
43 "content.mojom.ResizeParams=content::ResizeParams", 44 "content.mojom.ResizeParams=content::ResizeParams",
44 "content.mojom.WebPreferences=content::WebPreferences", 45 "content.mojom.WebPreferences=content::WebPreferences",
46 "content.mojom.WebPopupType=blink::WebPopupType",
Tom Sepez 2016/11/01 21:06:13 nit: alphabetize.
Jay Civelli 2016/11/01 21:08:41 Done.
45 ] 47 ]
OLDNEW
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/render_message_filter.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698