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

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

Issue 2400313002: Convert miscellaneous RenderThreadImpl messages to mojom (Closed)
Patch Set: rebase 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.typemap ('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
(Empty)
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
3 # found in the LICENSE file.
4
5 mojom = "//content/common/native_types.mojom"
6 public_headers = [
7 "//third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h",
8 "//third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
9 ]
10 traits_headers = [ "//content/common/view_messages.h" ]
11 deps = [
12 # NOTE: These dependencies are here to satisfy gn check because
13 # common_param_traits_macros.h and/or view_messages.h include their headers.
14 # Although the mojo bindings target is configured to allow direct circular
15 # includes from //content/common and //content/public/common, this isn't a
16 # transitive allowance, so those targets' own public_deps aren't included in
17 # the set of implied dependencies.
18 "//cc/ipc",
19 "//media",
20 "//media/base/ipc",
21 "//net",
22 "//third_party/WebKit/public:blink_headers",
23 "//ui/accessibility",
24 "//ui/base/ime:text_input_types",
25 "//ui/gfx/ipc",
26 "//ui/gfx/ipc/color",
27 "//ui/gfx/ipc/skia",
28 "//ui/surface",
29 "//url/ipc:url_ipc",
30 ]
31 type_mappings = [
32 "content.mojom.ScrollerStyle=::blink::ScrollerStyle",
33 "content.mojom.ScrollbarButtonsPlacement=::blink::WebScrollbarButtonsPlacement ",
34 ]
OLDNEW
« no previous file with comments | « content/common/native_types.typemap ('k') | content/common/renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698