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

Side by Side Diff: chrome/chrome.gyp

Issue 39208: POSIX: Rewrite IPC's interaction with FileDescriptor (Closed)
Patch Set: Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'common/gears_api.h', 170 'common/gears_api.h',
171 'common/ipc_channel.h', 171 'common/ipc_channel.h',
172 'common/ipc_channel_posix.cc', 172 'common/ipc_channel_posix.cc',
173 'common/ipc_channel_posix.h', 173 'common/ipc_channel_posix.h',
174 'common/ipc_channel_proxy.cc', 174 'common/ipc_channel_proxy.cc',
175 'common/ipc_channel_proxy.h', 175 'common/ipc_channel_proxy.h',
176 'common/ipc_channel_win.cc', 176 'common/ipc_channel_win.cc',
177 'common/ipc_channel_win.h', 177 'common/ipc_channel_win.h',
178 'common/ipc_logging.cc', 178 'common/ipc_logging.cc',
179 'common/ipc_logging.h', 179 'common/ipc_logging.h',
180 'common/ipc_maybe.h',
181 'common/ipc_message.cc', 180 'common/ipc_message.cc',
182 'common/ipc_message.h', 181 'common/ipc_message.h',
183 'common/ipc_message_macros.h', 182 'common/ipc_message_macros.h',
184 'common/ipc_message_utils.cc', 183 'common/ipc_message_utils.cc',
185 'common/ipc_message_utils.h', 184 'common/ipc_message_utils.h',
186 'common/ipc_sync_channel.cc', 185 'common/ipc_sync_channel.cc',
187 'common/ipc_sync_channel.h', 186 'common/ipc_sync_channel.h',
188 'common/ipc_sync_message.cc', 187 'common/ipc_sync_message.cc',
189 'common/ipc_sync_message.h', 188 'common/ipc_sync_message.h',
190 'common/json_value_serializer.cc', 189 'common/json_value_serializer.cc',
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 'outputs': [], 1767 'outputs': [],
1769 'action_name': 'package_chrome', 1768 'action_name': 'package_chrome',
1770 'action': ['tools/mac/package_chrome.sh' ], 1769 'action': ['tools/mac/package_chrome.sh' ],
1771 }, 1770 },
1772 ], # 'actions' 1771 ], # 'actions'
1773 }, 1772 },
1774 ]}, # 'targets' 1773 ]}, # 'targets'
1775 ], # OS=="mac" 1774 ], # OS=="mac"
1776 ], # 'conditions' 1775 ], # 'conditions'
1777 } 1776 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698