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

Side by Side Diff: ipc/ipc.gypi

Issue 11048038: Move IPCMessageStart enum into it own directory with security team OWNERS, so that new message file… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ipc/OWNERS ('k') | ipc/ipc_message_macros.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ipc_target': 0, 8 'ipc_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 18 matching lines...) Expand all
29 'ipc_descriptors.h', 29 'ipc_descriptors.h',
30 'ipc_export.h', 30 'ipc_export.h',
31 'ipc_forwarding_message_filter.cc', 31 'ipc_forwarding_message_filter.cc',
32 'ipc_forwarding_message_filter.h', 32 'ipc_forwarding_message_filter.h',
33 'ipc_listener.h', 33 'ipc_listener.h',
34 'ipc_logging.cc', 34 'ipc_logging.cc',
35 'ipc_logging.h', 35 'ipc_logging.h',
36 'ipc_message.cc', 36 'ipc_message.cc',
37 'ipc_message.h', 37 'ipc_message.h',
38 'ipc_message_macros.h', 38 'ipc_message_macros.h',
39 'ipc_message_start.h',
39 'ipc_message_utils.cc', 40 'ipc_message_utils.cc',
40 'ipc_message_utils.h', 41 'ipc_message_utils.h',
41 'ipc_param_traits.h', 42 'ipc_param_traits.h',
42 'ipc_platform_file.cc', 43 'ipc_platform_file.cc',
43 'ipc_platform_file.h', 44 'ipc_platform_file.h',
44 'ipc_sender.h', 45 'ipc_sender.h',
45 'ipc_switches.cc', 46 'ipc_switches.cc',
46 'ipc_switches.h', 47 'ipc_switches.h',
47 'ipc_sync_channel.cc', 48 'ipc_sync_channel.cc',
48 'ipc_sync_channel.h', 49 'ipc_sync_channel.h',
(...skipping 19 matching lines...) Expand all
68 'sources!': [ 69 'sources!': [
69 'ipc_channel.cc', 70 'ipc_channel.cc',
70 'ipc_channel_posix.cc', 71 'ipc_channel_posix.cc',
71 ], 72 ],
72 }], 73 }],
73 ], 74 ],
74 }], 75 }],
75 ], 76 ],
76 }, 77 },
77 } 78 }
OLDNEW
« no previous file with comments | « ipc/OWNERS ('k') | ipc/ipc_message_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698