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

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

Issue 2383853003: Move FrameMsg_NewFrame/NewFrameProxy to mojom (Closed)
Patch Set: Move FrameMsg_NewFrame/NewFrameProxy to mojom Created 4 years, 2 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
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/renderer.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_replication_state.h", 8 "//content/common/frame_replication_state.h",
8 "//content/common/resize_params.h", 9 "//content/common/resize_params.h",
9 "//content/public/common/renderer_preferences.h", 10 "//content/public/common/renderer_preferences.h",
10 "//content/public/common/web_preferences.h", 11 "//content/public/common/web_preferences.h",
11 ] 12 ]
12 traits_headers = [ 13 traits_headers = [
13 "//content/common/frame_messages.h", 14 "//content/common/frame_messages.h",
14 "//content/common/view_messages.h", 15 "//content/common/view_messages.h",
15 "//content/public/common/common_param_traits.h", 16 "//content/public/common/common_param_traits.h",
16 ] 17 ]
17 public_deps = [ 18 public_deps = [
18 # NOTE: These dependencies are here to satisfy gn check because 19 # NOTE: These dependencies are here to satisfy gn check because
19 # common_param_traits_macros.h and/or view_messages.h include their headers. 20 # common_param_traits_macros.h and/or view_messages.h include their headers.
20 # Although the mojo bindings target is configured to allow direct circular 21 # Although the mojo bindings target is configured to allow direct circular
21 # includes from //content/common and //content/public/common, this isn't a 22 # includes from //content/common and //content/public/common, this isn't a
22 # transitive allowance, so those targets' own public_deps aren't included in 23 # transitive allowance, so those targets' own public_deps aren't included in
23 # the set of implied dependencies. 24 # the set of implied dependencies.
24 "//cc/ipc", 25 "//cc/ipc",
25 "//media", 26 "//media",
26 "//media/base/ipc", 27 "//media/base/ipc",
27 "//ui/accessibility", 28 "//ui/accessibility",
28 "//ui/base/ime:text_input_types", 29 "//ui/base/ime:text_input_types",
29 "//ui/gfx/ipc", 30 "//ui/gfx/ipc",
30 "//ui/gfx/ipc/color", 31 "//ui/gfx/ipc/color",
31 "//ui/gfx/ipc/skia", 32 "//ui/gfx/ipc/skia",
32 "//ui/surface", 33 "//ui/surface",
33 "//url/ipc:url_ipc", 34 "//url/ipc:url_ipc",
34 ] 35 ]
35 type_mappings = [ 36 type_mappings = [
37 "content.mojom.FrameOwnerProperties=content::FrameOwnerProperties",
36 "content.mojom.FrameReplicationState=content::FrameReplicationState", 38 "content.mojom.FrameReplicationState=content::FrameReplicationState",
37 "content.mojom.RendererPreferences=content::RendererPreferences", 39 "content.mojom.RendererPreferences=content::RendererPreferences",
38 "content.mojom.ResizeParams=content::ResizeParams", 40 "content.mojom.ResizeParams=content::ResizeParams",
39 "content.mojom.WebPreferences=content::WebPreferences", 41 "content.mojom.WebPreferences=content::WebPreferences",
40 ] 42 ]
OLDNEW
« no previous file with comments | « content/common/native_types.mojom ('k') | content/common/renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698