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

Side by Side Diff: ipc/ipc.gypi

Issue 10982031: Fix build warnings in NaCl IPC proxy. (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 | « no previous file | ipc/ipc_channel.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 ], 59 ],
60 'defines': [ 60 'defines': [
61 'IPC_IMPLEMENTATION', 61 'IPC_IMPLEMENTATION',
62 ], 62 ],
63 'include_dirs': [ 63 'include_dirs': [
64 '..', 64 '..',
65 ], 65 ],
66 'target_conditions': [ 66 'target_conditions': [
67 ['>(nacl_untrusted_build)==1', { 67 ['>(nacl_untrusted_build)==1', {
68 'sources!': [ 68 'sources!': [
69 'ipc_channel.cc',
69 'ipc_channel_posix.cc', 70 'ipc_channel_posix.cc',
70 ], 71 ],
71 }], 72 }],
72 ], 73 ],
73 }], 74 }],
74 ], 75 ],
75 }, 76 },
76 } 77 }
OLDNEW
« no previous file with comments | « no previous file | ipc/ipc_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698