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: content/content_common.gypi

Issue 6625064: Move the common child process messages into their own file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 | « content/common/content_message_generator.h ('k') | ipc/ipc_message_utils.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
11 '../ipc/ipc.gyp:ipc', 11 '../ipc/ipc.gyp:ipc',
12 ], 12 ],
13 'include_dirs': [ 13 'include_dirs': [
14 '..', 14 '..',
15 ], 15 ],
16 'sources': [ 16 'sources': [
17 'common/child_process_messages.h',
17 'common/common_param_traits.cc', 18 'common/common_param_traits.cc',
18 'common/common_param_traits.h', 19 'common/common_param_traits.h',
19 'common/content_message_generator.cc', 20 'common/content_message_generator.cc',
20 'common/content_message_generator.h', 21 'common/content_message_generator.h',
21 'common/content_constants.cc', 22 'common/content_constants.cc',
22 'common/content_constants.h', 23 'common/content_constants.h',
23 'common/content_switches.cc', 24 'common/content_switches.cc',
24 'common/content_switches.h', 25 'common/content_switches.h',
25 'common/file_system_messages.h', 26 'common/file_system_messages.h',
26 'common/message_router.cc', 27 'common/message_router.cc',
(...skipping 20 matching lines...) Expand all
47 'common/socket_stream_messages.h', 48 'common/socket_stream_messages.h',
48 ], 49 ],
49 'conditions': [ 50 'conditions': [
50 ['OS=="win"', { 51 ['OS=="win"', {
51 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', 52 'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4',
52 }], 53 }],
53 ], 54 ],
54 }, 55 },
55 ], 56 ],
56 } 57 }
OLDNEW
« no previous file with comments | « content/common/content_message_generator.h ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698