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

Side by Side Diff: components/arc/common/arc_message_generator.cc

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Rebased to ToT Created 5 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 | « components/arc/common/arc_message_generator.h ('k') | components/components.gyp » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 // Get basic type definitions. 5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL 6 #define IPC_MESSAGE_IMPL
7 #include "arc_message_generator.h" 7 #include "arc_message_generator.h"
8 8
9 // Generate constructors. 9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h" 10 #include "ipc/struct_constructor_macros.h"
(...skipping 13 matching lines...) Expand all
24 #include "ipc/param_traits_read_macros.h" 24 #include "ipc/param_traits_read_macros.h"
25 namespace IPC { 25 namespace IPC {
26 #include "arc_message_generator.h" 26 #include "arc_message_generator.h"
27 } // namespace IPC 27 } // namespace IPC
28 28
29 // Generate param traits log methods. 29 // Generate param traits log methods.
30 #include "ipc/param_traits_log_macros.h" 30 #include "ipc/param_traits_log_macros.h"
31 namespace IPC { 31 namespace IPC {
32 #include "arc_message_generator.h" 32 #include "arc_message_generator.h"
33 } // namespace IPC 33 } // namespace IPC
OLDNEW
« no previous file with comments | « components/arc/common/arc_message_generator.h ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698