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

Side by Side Diff: components/pdf/common/pdf_message_generator.cc

Issue 2455543002: Convert PDF component IPC to mojo. (Closed)
Patch Set: Feedback Created 3 years, 8 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 | « components/pdf/common/pdf_message_generator.h ('k') | components/pdf/common/pdf_messages.h » ('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 2014 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 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL
7 #include "components/pdf/common/pdf_message_generator.h"
8
9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h"
11 #include "components/pdf/common/pdf_message_generator.h"
12
13 // Generate destructors.
14 #include "ipc/struct_destructor_macros.h"
15 #include "components/pdf/common/pdf_message_generator.h"
16
17 // Generate param traits size methods.
18 #include "ipc/param_traits_size_macros.h"
19 namespace IPC {
20 #include "components/pdf/common/pdf_message_generator.h"
21 }
22
23 // Generate param traits write methods.
24 #include "ipc/param_traits_write_macros.h"
25 namespace IPC {
26 #include "components/pdf/common/pdf_message_generator.h"
27 } // namespace IPC
28
29 // Generate param traits read methods.
30 #include "ipc/param_traits_read_macros.h"
31 namespace IPC {
32 #include "components/pdf/common/pdf_message_generator.h"
33 } // namespace IPC
34
35 // Generate param traits log methods.
36 #include "ipc/param_traits_log_macros.h"
37 namespace IPC {
38 #include "components/pdf/common/pdf_message_generator.h"
39 } // namespace IPC
OLDNEW
« no previous file with comments | « components/pdf/common/pdf_message_generator.h ('k') | components/pdf/common/pdf_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698